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)


3202
3203
3204
3205
3206
3207
# File 'lib/aws-sdk-sagemaker/types.rb', line 3202

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

#valueArray<String>

The list of values you can pass.

Returns:

  • (Array<String>)


3202
3203
3204
3205
3206
3207
# File 'lib/aws-sdk-sagemaker/types.rb', line 3202

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