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>)


36711
36712
36713
36714
36715
36716
36717
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36711

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)


36711
36712
36713
36714
36715
36716
36717
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36711

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)


36711
36712
36713
36714
36715
36716
36717
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36711

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