Class: Aws::SageMaker::Types::EndpointInfo

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

Overview

Details about a customer endpoint that was compared in an Inference Recommender job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_nameString

The name of a customer’s endpoint.

Returns:

  • (String)


17141
17142
17143
17144
17145
# File 'lib/aws-sdk-sagemaker/types.rb', line 17141

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