Class: Aws::Types::DescribeModelQualityJobDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelQualityJobDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
-
#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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4855 4856 4857 |
# File 'sig/types.rbs', line 4855 def creation_time @creation_time end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
4853 4854 4855 |
# File 'sig/types.rbs', line 4853 def job_definition_arn @job_definition_arn end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
4854 4855 4856 |
# File 'sig/types.rbs', line 4854 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
4860 4861 4862 |
# File 'sig/types.rbs', line 4860 def job_resources @job_resources end |
#model_quality_app_specification ⇒ Types::ModelQualityAppSpecification
Returns the value of attribute model_quality_app_specification.
4857 4858 4859 |
# File 'sig/types.rbs', line 4857 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.
4856 4857 4858 |
# File 'sig/types.rbs', line 4856 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.
4858 4859 4860 |
# File 'sig/types.rbs', line 4858 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.
4859 4860 4861 |
# File 'sig/types.rbs', line 4859 def model_quality_job_output_config @model_quality_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
4861 4862 4863 |
# File 'sig/types.rbs', line 4861 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4862 4863 4864 |
# File 'sig/types.rbs', line 4862 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
4863 4864 4865 |
# File 'sig/types.rbs', line 4863 def stopping_condition @stopping_condition end |