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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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>)


36717
36718
36719
36720
36721
36722
36723
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36717

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)


36717
36718
36719
36720
36721
36722
36723
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36717

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)


36717
36718
36719
36720
36721
36722
36723
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36717

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