Class: Aws::SageMaker::Types::InferenceComponentMetadata

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

Overview

The metadata of the inference component.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the inference component metadata.

Returns:

  • (String)


28771
28772
28773
28774
28775
# File 'lib/aws-sdk-sagemaker/types.rb', line 28771

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