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:



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

#metricsTypes::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