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.
4873 4874 4875 |
# File 'sig/types.rbs', line 4873 def creation_time @creation_time end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
4871 4872 4873 |
# File 'sig/types.rbs', line 4871 def job_definition_arn @job_definition_arn end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
4872 4873 4874 |
# File 'sig/types.rbs', line 4872 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
4878 4879 4880 |
# File 'sig/types.rbs', line 4878 def job_resources @job_resources end |
#model_quality_app_specification ⇒ Types::ModelQualityAppSpecification
Returns the value of attribute model_quality_app_specification.
4875 4876 4877 |
# File 'sig/types.rbs', line 4875 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.
4874 4875 4876 |
# File 'sig/types.rbs', line 4874 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.
4876 4877 4878 |
# File 'sig/types.rbs', line 4876 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.
4877 4878 4879 |
# File 'sig/types.rbs', line 4877 def model_quality_job_output_config @model_quality_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
4879 4880 4881 |
# File 'sig/types.rbs', line 4879 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4880 4881 4882 |
# File 'sig/types.rbs', line 4880 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
4881 4882 4883 |
# File 'sig/types.rbs', line 4881 def stopping_condition @stopping_condition end |