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.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def creation_time @creation_time end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
4713 4714 4715 |
# File 'sig/types.rbs', line 4713 def job_definition_arn @job_definition_arn end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
4720 4721 4722 |
# File 'sig/types.rbs', line 4720 def job_resources @job_resources end |
#model_bias_app_specification ⇒ Types::ModelBiasAppSpecification
Returns the value of attribute model_bias_app_specification.
4717 4718 4719 |
# File 'sig/types.rbs', line 4717 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.
4716 4717 4718 |
# File 'sig/types.rbs', line 4716 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.
4718 4719 4720 |
# File 'sig/types.rbs', line 4718 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.
4719 4720 4721 |
# File 'sig/types.rbs', line 4719 def model_bias_job_output_config @model_bias_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
4721 4722 4723 |
# File 'sig/types.rbs', line 4721 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4722 4723 4724 |
# File 'sig/types.rbs', line 4722 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
4723 4724 4725 |
# File 'sig/types.rbs', line 4723 def stopping_condition @stopping_condition end |