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


43008
43009
43010
43011
43012
43013
43014
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43008

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)


43008
43009
43010
43011
43012
43013
43014
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43008

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)


43008
43009
43010
43011
43012
43013
43014
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43008

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