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)


3390
3391
3392
3393
3394
3395
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3390

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

#valueArray<String>

The list of values you can pass.

Returns:

  • (Array<String>)


3390
3391
3392
3393
3394
3395
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3390

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