Class: Aws::SageMaker::Types::CategoricalParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CategoricalParameter
- 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
-
#name ⇒ String
The Name of the environment variable.
-
#value ⇒ Array<String>
The list of values you can pass.
Instance Attribute Details
#name ⇒ String
The Name of the environment variable.
3586 3587 3588 3589 3590 3591 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3586 class CategoricalParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Array<String>
The list of values you can pass.
3586 3587 3588 3589 3590 3591 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3586 class CategoricalParameter < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |