Class: Aws::Types::DescribeModelExplainabilityJobDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelExplainabilityJobDefinitionResponse
- 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_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.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4758 4759 4760 |
# File 'sig/types.rbs', line 4758 def creation_time @creation_time end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
4756 4757 4758 |
# File 'sig/types.rbs', line 4756 def job_definition_arn @job_definition_arn end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
4757 4758 4759 |
# File 'sig/types.rbs', line 4757 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
4763 4764 4765 |
# File 'sig/types.rbs', line 4763 def job_resources @job_resources end |
#model_explainability_app_specification ⇒ Types::ModelExplainabilityAppSpecification
Returns the value of attribute model_explainability_app_specification.
4760 4761 4762 |
# File 'sig/types.rbs', line 4760 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.
4759 4760 4761 |
# File 'sig/types.rbs', line 4759 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.
4761 4762 4763 |
# File 'sig/types.rbs', line 4761 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.
4762 4763 4764 |
# File 'sig/types.rbs', line 4762 def model_explainability_job_output_config @model_explainability_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
4764 4765 4766 |
# File 'sig/types.rbs', line 4764 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4765 4766 4767 |
# File 'sig/types.rbs', line 4765 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
4766 4767 4768 |
# File 'sig/types.rbs', line 4766 def stopping_condition @stopping_condition end |