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.
40266 40267 40268 40269 40270 40271 40272 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40266 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.
40266 40267 40268 40269 40270 40271 40272 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40266 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.
40266 40267 40268 40269 40270 40271 40272 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40266 class RealTimeInferenceRecommendation < Struct.new( :recommendation_id, :instance_type, :environment) SENSITIVE = [] include Aws::Structure end |