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>



10285
10286
10287
10288
10289
10290
# File 'lib/aws-sdk-sagemaker/types.rb', line 10285

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)


10285
10286
10287
10288
10289
10290
# File 'lib/aws-sdk-sagemaker/types.rb', line 10285

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