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.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def job_resources @job_resources end |
#model_bias_app_specification ⇒ Types::ModelBiasAppSpecification
Returns the value of attribute model_bias_app_specification.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 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.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 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.
2482 2483 2484 |
# File 'sig/types.rbs', line 2482 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.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def model_bias_job_output_config @model_bias_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def @tags end |