Class: Aws::SageMaker::Types::EndpointInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointInfo
- Defined in:
- gems/aws-sdk-sagemaker/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.
19830 19831 19832 19833 19834 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19830 class EndpointInfo < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |