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)


18774
18775
18776
18777
18778
18779
18780
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18774

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)


18774
18775
18776
18777
18778
18779
18780
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18774

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)


18774
18775
18776
18777
18778
18779
18780
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18774

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