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.

Returns:

  • (String)


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

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