Class: Aws::SageMaker::Types::EndpointPerformance

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endpoint_infoTypes::EndpointInfo

Details about a customer endpoint that was compared in an Inference Recommender job.

Returns:



18727
18728
18729
18730
18731
18732
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18727

class EndpointPerformance < Struct.new(
  :metrics,
  :endpoint_info)
  SENSITIVE = []
  include Aws::Structure
end

#metricsTypes::InferenceMetrics

The metrics for an existing endpoint.



18727
18728
18729
18730
18731
18732
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18727

class EndpointPerformance < Struct.new(
  :metrics,
  :endpoint_info)
  SENSITIVE = []
  include Aws::Structure
end