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.
4776 4777 4778 |
# File 'sig/types.rbs', line 4776 def creation_time @creation_time end |
#job_definition_arn ⇒ ::String
Returns the value of attribute job_definition_arn.
4774 4775 4776 |
# File 'sig/types.rbs', line 4774 def job_definition_arn @job_definition_arn end |
#job_definition_name ⇒ ::String
Returns the value of attribute job_definition_name.
4775 4776 4777 |
# File 'sig/types.rbs', line 4775 def job_definition_name @job_definition_name end |
#job_resources ⇒ Types::MonitoringResources
Returns the value of attribute job_resources.
4781 4782 4783 |
# File 'sig/types.rbs', line 4781 def job_resources @job_resources end |
#model_explainability_app_specification ⇒ Types::ModelExplainabilityAppSpecification
Returns the value of attribute model_explainability_app_specification.
4778 4779 4780 |
# File 'sig/types.rbs', line 4778 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.
4777 4778 4779 |
# File 'sig/types.rbs', line 4777 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.
4779 4780 4781 |
# File 'sig/types.rbs', line 4779 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.
4780 4781 4782 |
# File 'sig/types.rbs', line 4780 def model_explainability_job_output_config @model_explainability_job_output_config end |
#network_config ⇒ Types::MonitoringNetworkConfig
Returns the value of attribute network_config.
4782 4783 4784 |
# File 'sig/types.rbs', line 4782 def network_config @network_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4783 4784 4785 |
# File 'sig/types.rbs', line 4783 def role_arn @role_arn end |
#stopping_condition ⇒ Types::MonitoringStoppingCondition
Returns the value of attribute stopping_condition.
4784 4785 4786 |
# File 'sig/types.rbs', line 4784 def stopping_condition @stopping_condition end |