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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


3343
3344
3345
3346
3347
3348
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3343

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

#valueArray<String>

The list of values you can pass.

Returns:

  • (Array<String>)


3343
3344
3345
3346
3347
3348
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3343

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