Class: Aws::SageMaker::Types::CategoricalParameter

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

Overview

Environment parameters you want to benchmark your load test against.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The Name of the environment variable.

Returns:

  • (String)


3565
3566
3567
3568
3569
3570
# File 'lib/aws-sdk-sagemaker/types.rb', line 3565

class CategoricalParameter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueArray<String>

The list of values you can pass.

Returns:

  • (Array<String>)


3565
3566
3567
3568
3569
3570
# File 'lib/aws-sdk-sagemaker/types.rb', line 3565

class CategoricalParameter < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end