Class: Aws::SageMaker::Types::RealTimeInferenceRecommendation

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

Overview

The recommended configuration to use for Real-Time Inference.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environmentHash<String,String>

The recommended environment variables to set in the model container for Real-Time Inference.

Returns:

  • (Hash<String,String>)


34647
34648
34649
34650
34651
34652
34653
# File 'lib/aws-sdk-sagemaker/types.rb', line 34647

class RealTimeInferenceRecommendation < Struct.new(
  :recommendation_id,
  :instance_type,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The recommended instance type for Real-Time Inference.

Returns:

  • (String)


34647
34648
34649
34650
34651
34652
34653
# File 'lib/aws-sdk-sagemaker/types.rb', line 34647

class RealTimeInferenceRecommendation < Struct.new(
  :recommendation_id,
  :instance_type,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The recommendation ID which uniquely identifies each recommendation.

Returns:

  • (String)


34647
34648
34649
34650
34651
34652
34653
# File 'lib/aws-sdk-sagemaker/types.rb', line 34647

class RealTimeInferenceRecommendation < Struct.new(
  :recommendation_id,
  :instance_type,
  :environment)
  SENSITIVE = []
  include Aws::Structure
end