Class: Aws::SageMaker::Types::EndpointPerformance
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EndpointPerformance
- Includes:
- Aws::Structure
- Defined in:
- 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.
19998 19999 20000 20001 20002 20003 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19998 class EndpointPerformance < Struct.new( :metrics, :endpoint_info) SENSITIVE = [] include Aws::Structure end |
#metrics ⇒ Types::InferenceMetrics
The metrics for an existing endpoint.
19998 19999 20000 20001 20002 20003 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19998 class EndpointPerformance < Struct.new( :metrics, :endpoint_info) SENSITIVE = [] include Aws::Structure end |