Class: Aws::SageMaker::Types::RealTimeInferenceRecommendation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::RealTimeInferenceRecommendation
- 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
-
#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.
38813 38814 38815 38816 38817 38818 38819 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38813 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.
38813 38814 38815 38816 38817 38818 38819 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38813 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.
38813 38814 38815 38816 38817 38818 38819 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38813 class RealTimeInferenceRecommendation < Struct.new( :recommendation_id, :instance_type, :environment) SENSITIVE = [] include Aws::Structure end |