Class: Aws::SageMaker::Types::CreateModelExplainabilityJobDefinitionResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_definition_arnString

The Amazon Resource Name (ARN) of the model explainability job.

Returns:

  • (String)


7723
7724
7725
7726
7727
# File 'lib/aws-sdk-sagemaker/types.rb', line 7723

class CreateModelExplainabilityJobDefinitionResponse < Struct.new(
  :job_definition_arn)
  SENSITIVE = []
  include Aws::Structure
end