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)


3317
3318
3319
3320
3321
3322
# File 'lib/aws-sdk-sagemaker/types.rb', line 3317

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

#valueArray<String>

The list of values you can pass.

Returns:

  • (Array<String>)


3317
3318
3319
3320
3321
3322
# File 'lib/aws-sdk-sagemaker/types.rb', line 3317

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