Class: Aws::SageMaker::Types::TrafficPattern

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#phasesArray<Types::Phase>

Defines the phases traffic specification.

Returns:



40613
40614
40615
40616
40617
40618
40619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40613

class TrafficPattern < Struct.new(
  :traffic_type,
  :phases,
  :stairs)
  SENSITIVE = []
  include Aws::Structure
end

#stairsTypes::Stairs

Defines the stairs traffic pattern.

Returns:



40613
40614
40615
40616
40617
40618
40619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40613

class TrafficPattern < Struct.new(
  :traffic_type,
  :phases,
  :stairs)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_typeString

Defines the traffic patterns. Choose either PHASES or STAIRS.

Returns:

  • (String)


40613
40614
40615
40616
40617
40618
40619
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40613

class TrafficPattern < Struct.new(
  :traffic_type,
  :phases,
  :stairs)
  SENSITIVE = []
  include Aws::Structure
end