Class: Aws::SageMaker::Types::TrafficPattern
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrafficPattern
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Defines the traffic pattern of the load test.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#phases ⇒ Array<Types::Phase>
Defines the phases traffic specification.
-
#traffic_type ⇒ String
Defines the traffic patterns.
Instance Attribute Details
#phases ⇒ Array<Types::Phase>
Defines the phases traffic specification.
35235 35236 35237 35238 35239 35240 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35235 class TrafficPattern < Struct.new( :traffic_type, :phases) SENSITIVE = [] include Aws::Structure end |
#traffic_type ⇒ String
Defines the traffic patterns.
35235 35236 35237 35238 35239 35240 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35235 class TrafficPattern < Struct.new( :traffic_type, :phases) SENSITIVE = [] include Aws::Structure end |