Class: Aws::SageMaker::Types::DeploymentRecommendation

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

A set of recommended deployment configurations for the model. To get more advanced recommendations, see

CreateInferenceRecommendationsJob][1

to create an inference

recommendation job.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceRecommendationsJob.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#real_time_inference_recommendationsArray<Types::RealTimeInferenceRecommendation>



11277
11278
11279
11280
11281
11282
# File 'lib/aws-sdk-sagemaker/types.rb', line 11277

class DeploymentRecommendation < Struct.new(
  :recommendation_status,
  :real_time_inference_recommendations)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_statusString

Status of the deployment recommendation. The status ‘NOT_APPLICABLE` means that SageMaker is unable to provide a default recommendation for the model using the information provided. If the deployment status is `IN_PROGRESS`, retry your API call after a few seconds to get a `COMPLETED` deployment recommendation.

Returns:

  • (String)


11277
11278
11279
11280
11281
11282
# File 'lib/aws-sdk-sagemaker/types.rb', line 11277

class DeploymentRecommendation < Struct.new(
  :recommendation_status,
  :real_time_inference_recommendations)
  SENSITIVE = []
  include Aws::Structure
end