Class: Aws::SageMaker::Types::CreateModelExplainabilityJobDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateModelExplainabilityJobDefinitionResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the model explainability job.
Instance Attribute Details
#job_definition_arn ⇒ String
The Amazon Resource Name (ARN) of the model explainability job.
8235 8236 8237 8238 8239 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 8235 class CreateModelExplainabilityJobDefinitionResponse < Struct.new( :job_definition_arn) SENSITIVE = [] include Aws::Structure end |