Class: Aws::SageMaker::Types::AIRecommendationInferenceSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIRecommendationInferenceSpecification
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The inference framework for an AI recommendation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework ⇒ String
The inference framework.
Instance Attribute Details
#framework ⇒ String
The inference framework. Valid values are ‘LMI` and `VLLM`.
409 410 411 412 413 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 409 class AIRecommendationInferenceSpecification < Struct.new( :framework) SENSITIVE = [] include Aws::Structure end |