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.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def job_resources @job_resources end |
#model_quality_app_specification ⇒ Types::ModelQualityAppSpecification
Returns the value of attribute model_quality_app_specification.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 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.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 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.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 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.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def model_quality_job_output_config @model_quality_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def @tags end |