Class: Aws::SageMaker::Types::ScalingPolicyObjective

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

Overview

An object where you specify the anticipated traffic pattern for an endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_invocations_per_minuteInteger

The maximum number of expected requests to your endpoint per minute.

Returns:

  • (Integer)


38211
38212
38213
38214
38215
38216
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38211

class ScalingPolicyObjective < Struct.new(
  :min_invocations_per_minute,
  :max_invocations_per_minute)
  SENSITIVE = []
  include Aws::Structure
end

#min_invocations_per_minuteInteger

The minimum number of expected requests to your endpoint per minute.

Returns:

  • (Integer)


38211
38212
38213
38214
38215
38216
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38211

class ScalingPolicyObjective < Struct.new(
  :min_invocations_per_minute,
  :max_invocations_per_minute)
  SENSITIVE = []
  include Aws::Structure
end