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)


17329
17330
17331
17332
17333
# File 'lib/aws-sdk-sagemaker/types.rb', line 17329

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