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

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

Instance Attribute Details

#endpoint_infoTypes::EndpointInfo

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

Returns:



18757
18758
18759
18760
18761
18762
# File 'lib/aws-sdk-sagemaker/types.rb', line 18757

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

#metricsTypes::InferenceMetrics

The metrics for an existing endpoint.



18757
18758
18759
18760
18761
18762
# File 'lib/aws-sdk-sagemaker/types.rb', line 18757

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