Class: Aws::SageMaker::Types::EndpointPerformance
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointPerformance
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The performance results from running an Inference Recommender job on an existing endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_info ⇒ Types::EndpointInfo
Details about a customer endpoint that was compared in an Inference Recommender job.
-
#metrics ⇒ Types::InferenceMetrics
The metrics for an existing endpoint.
Instance Attribute Details
#endpoint_info ⇒ Types::EndpointInfo
Details about a customer endpoint that was compared in an Inference Recommender job.
16772 16773 16774 16775 16776 16777 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16772 class EndpointPerformance < Struct.new( :metrics, :endpoint_info) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Types::InferenceMetrics
The metrics for an existing endpoint.
16772 16773 16774 16775 16776 16777 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 16772 class EndpointPerformance < Struct.new( :metrics, :endpoint_info) SENSITIVE = [] include Aws::Structure end |