Class: Aws::SageMaker::Types::EndpointInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointInfo
- 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
-
#endpoint_name ⇒ String
The name of a customer’s endpoint.
Instance Attribute Details
#endpoint_name ⇒ String
The name of a customer’s endpoint.
19791 19792 19793 19794 19795 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19791 class EndpointInfo < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |