Class: Aws::SageMaker::Types::Phase

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

Overview

Defines the traffic pattern.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#duration_in_secondsInteger

Specifies how long a traffic phase should be. For custom load tests, the value should be between 120 and 3600. This value should not exceed JobDurationInSeconds.

Returns:

  • (Integer)


34204
34205
34206
34207
34208
34209
34210
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34204

class Phase < Struct.new(
  :initial_number_of_users,
  :spawn_rate,
  :duration_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#initial_number_of_usersInteger

Specifies how many concurrent users to start with. The value should be between 1 and 3.

Returns:

  • (Integer)


34204
34205
34206
34207
34208
34209
34210
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34204

class Phase < Struct.new(
  :initial_number_of_users,
  :spawn_rate,
  :duration_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#spawn_rateInteger

Specified how many new users to spawn in a minute.

Returns:

  • (Integer)


34204
34205
34206
34207
34208
34209
34210
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34204

class Phase < Struct.new(
  :initial_number_of_users,
  :spawn_rate,
  :duration_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end