Class: Aws::Types::CreateModelBiasJobDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelBiasJobDefinitionRequest
- 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_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.
-
#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.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def job_resources @job_resources end |
#model_bias_app_specification ⇒ Types::ModelBiasAppSpecification
Returns the value of attribute model_bias_app_specification.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 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.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 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.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 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.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def model_bias_job_output_config @model_bias_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
2503 2504 2505 |
# File 'sig/types.rbs', line 2503 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def end |