Class: Aws::Types::CreateModelQualityJobDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelQualityJobDefinitionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
-
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
-
#model_quality_app_specification ⇒ Types::ModelQualityAppSpecification
Returns the value of attribute model_quality_app_specification.
-
#model_quality_baseline_config ⇒ Types::ModelQualityBaselineConfig
Returns the value of attribute model_quality_baseline_config.
-
#model_quality_job_input ⇒ Types::ModelQualityJobInput
Returns the value of attribute model_quality_job_input.
-
#model_quality_job_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute model_quality_job_output_config.
-
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def job_resources @job_resources end |
#model_quality_app_specification ⇒ Types::ModelQualityAppSpecification
Returns the value of attribute model_quality_app_specification.
2626 2627 2628 |
# File 'sig/types.rbs', line 2626 def model_quality_app_specification @model_quality_app_specification end |
#model_quality_baseline_config ⇒ Types::ModelQualityBaselineConfig
Returns the value of attribute model_quality_baseline_config.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def model_quality_baseline_config @model_quality_baseline_config end |
#model_quality_job_input ⇒ Types::ModelQualityJobInput
Returns the value of attribute model_quality_job_input.
2627 2628 2629 |
# File 'sig/types.rbs', line 2627 def model_quality_job_input @model_quality_job_input end |
#model_quality_job_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute model_quality_job_output_config.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def model_quality_job_output_config @model_quality_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
2630 2631 2632 |
# File 'sig/types.rbs', line 2630 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def end |