Class: Aws::SageMaker::Types::EnvironmentParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A list of environment parameters suggested by the Amazon SageMaker Inference Recommender.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The environment key suggested by the Amazon SageMaker Inference Recommender.

Returns:

  • (String)


19410
19411
19412
19413
19414
19415
19416
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19410

class EnvironmentParameter < Struct.new(
  :key,
  :value_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value suggested by the Amazon SageMaker Inference Recommender.

Returns:

  • (String)


19410
19411
19412
19413
19414
19415
19416
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19410

class EnvironmentParameter < Struct.new(
  :key,
  :value_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#value_typeString

The value type suggested by the Amazon SageMaker Inference Recommender.

Returns:

  • (String)


19410
19411
19412
19413
19414
19415
19416
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19410

class EnvironmentParameter < Struct.new(
  :key,
  :value_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end