Class: Aws::SageMaker::Types::ScalingPolicyObjective
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ScalingPolicyObjective
- 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
-
#max_invocations_per_minute ⇒ Integer
The maximum number of expected requests to your endpoint per minute.
-
#min_invocations_per_minute ⇒ Integer
The minimum number of expected requests to your endpoint per minute.
Instance Attribute Details
#max_invocations_per_minute ⇒ Integer
The maximum number of expected requests to your endpoint per minute.
40123 40124 40125 40126 40127 40128 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40123 class ScalingPolicyObjective < Struct.new( :min_invocations_per_minute, :max_invocations_per_minute) SENSITIVE = [] include Aws::Structure end |
#min_invocations_per_minute ⇒ Integer
The minimum number of expected requests to your endpoint per minute.
40123 40124 40125 40126 40127 40128 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40123 class ScalingPolicyObjective < Struct.new( :min_invocations_per_minute, :max_invocations_per_minute) SENSITIVE = [] include Aws::Structure end |