Class: Aws::Types::DescribeModelBiasJobDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelBiasJobDefinitionResponse
- 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_bias_app_specification ⇒ Types::ModelBiasAppSpecification
Returns the value of attribute model_bias_app_specification.
-
#model_bias_baseline_config ⇒ Types::ModelBiasBaselineConfig
Returns the value of attribute model_bias_baseline_config.
-
#model_bias_job_input ⇒ Types::ModelBiasJobInput
Returns the value of attribute model_bias_job_input.
-
#model_bias_job_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute model_bias_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.
4697 4698 4699 |
# File 'sig/types.rbs', line 4697 def creation_time @creation_time end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
4695 4696 4697 |
# File 'sig/types.rbs', line 4695 def job_definition_arn @job_definition_arn end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
4696 4697 4698 |
# File 'sig/types.rbs', line 4696 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
4702 4703 4704 |
# File 'sig/types.rbs', line 4702 def job_resources @job_resources end |
#model_bias_app_specification ⇒ Types::ModelBiasAppSpecification
Returns the value of attribute model_bias_app_specification.
4699 4700 4701 |
# File 'sig/types.rbs', line 4699 def model_bias_app_specification @model_bias_app_specification end |
#model_bias_baseline_config ⇒ Types::ModelBiasBaselineConfig
Returns the value of attribute model_bias_baseline_config.
4698 4699 4700 |
# File 'sig/types.rbs', line 4698 def model_bias_baseline_config @model_bias_baseline_config end |
#model_bias_job_input ⇒ Types::ModelBiasJobInput
Returns the value of attribute model_bias_job_input.
4700 4701 4702 |
# File 'sig/types.rbs', line 4700 def model_bias_job_input @model_bias_job_input end |
#model_bias_job_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute model_bias_job_output_config.
4701 4702 4703 |
# File 'sig/types.rbs', line 4701 def model_bias_job_output_config @model_bias_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
4703 4704 4705 |
# File 'sig/types.rbs', line 4703 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4704 4705 4706 |
# File 'sig/types.rbs', line 4704 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
4705 4706 4707 |
# File 'sig/types.rbs', line 4705 def stopping_condition @stopping_condition end |