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

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

Overview

A set of recommended deployment configurations for the model. To get more advanced recommendations, see CreateInferenceRecommendationsJob to create an inference recommendation job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#real_time_inference_recommendationsArray<Types::RealTimeInferenceRecommendation>



11682
11683
11684
11685
11686
11687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11682

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)


11682
11683
11684
11685
11686
11687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11682

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