Class: Aws::Types::CreateModelExplainabilityJobDefinitionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelExplainabilityJobDefinitionRequest
- 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_explainability_app_specification ⇒ Types::ModelExplainabilityAppSpecification
Returns the value of attribute model_explainability_app_specification.
-
#model_explainability_baseline_config ⇒ Types::ModelExplainabilityBaselineConfig
Returns the value of attribute model_explainability_baseline_config.
-
#model_explainability_job_input ⇒ Types::ModelExplainabilityJobInput
Returns the value of attribute model_explainability_job_input.
-
#model_explainability_job_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute model_explainability_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.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def job_resources @job_resources end |
#model_explainability_app_specification ⇒ Types::ModelExplainabilityAppSpecification
Returns the value of attribute model_explainability_app_specification.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def model_explainability_app_specification @model_explainability_app_specification end |
#model_explainability_baseline_config ⇒ Types::ModelExplainabilityBaselineConfig
Returns the value of attribute model_explainability_baseline_config.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def model_explainability_baseline_config @model_explainability_baseline_config end |
#model_explainability_job_input ⇒ Types::ModelExplainabilityJobInput
Returns the value of attribute model_explainability_job_input.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def model_explainability_job_input @model_explainability_job_input end |
#model_explainability_job_output_config ⇒ Types::MonitoringOutputConfig
Returns the value of attribute model_explainability_job_output_config.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def model_explainability_job_output_config @model_explainability_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2534 2535 2536 |
# File 'sig/types.rbs', line 2534 def @tags end |