Class: Aws::SageMaker::Types::InferenceMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The metrics for an existing endpoint compared in an Inference Recommender job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_invocationsInteger

The expected maximum number of requests per minute for the instance.

Returns:

  • (Integer)


23891
23892
23893
23894
23895
23896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23891

class InferenceMetrics < Struct.new(
  :max_invocations,
  :model_latency)
  SENSITIVE = []
  include Aws::Structure
end

#model_latencyInteger

The expected model latency at maximum invocations per minute for the instance.

Returns:

  • (Integer)


23891
23892
23893
23894
23895
23896
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23891

class InferenceMetrics < Struct.new(
  :max_invocations,
  :model_latency)
  SENSITIVE = []
  include Aws::Structure
end