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.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def job_resources @job_resources end |
#model_explainability_app_specification ⇒ Types::ModelExplainabilityAppSpecification
Returns the value of attribute model_explainability_app_specification.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 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.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 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.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 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.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def model_explainability_job_output_config @model_explainability_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def stopping_condition @stopping_condition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def end |