Class: Aws::SageMaker::Types::AIRecommendationInferenceSpecification

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#frameworkString

The inference framework. Valid values are ‘LMI` and `VLLM`.

Returns:

  • (String)


409
410
411
412
413
# File 'lib/aws-sdk-sagemaker/types.rb', line 409

class AIRecommendationInferenceSpecification < Struct.new(
  :framework)
  SENSITIVE = []
  include Aws::Structure
end