Class: Aws::SageMaker::Types::RealTimeInferenceRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RealTimeInferenceRecommendation
- 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
-
#environment ⇒ Hash<String,String>
The recommended environment variables to set in the model container for Real-Time Inference.
-
#instance_type ⇒ String
The recommended instance type for Real-Time Inference.
-
#recommendation_id ⇒ String
The recommendation ID which uniquely identifies each recommendation.
Instance Attribute Details
#environment ⇒ Hash<String,String>
The recommended environment variables to set in the model container for Real-Time Inference.
38711 38712 38713 38714 38715 38716 38717 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38711 class RealTimeInferenceRecommendation < Struct.new( :recommendation_id, :instance_type, :environment) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The recommended instance type for Real-Time Inference.
38711 38712 38713 38714 38715 38716 38717 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38711 class RealTimeInferenceRecommendation < Struct.new( :recommendation_id, :instance_type, :environment) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The recommendation ID which uniquely identifies each recommendation.
38711 38712 38713 38714 38715 38716 38717 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 38711 class RealTimeInferenceRecommendation < Struct.new( :recommendation_id, :instance_type, :environment) SENSITIVE = [] include Aws::Structure end |