@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentRecommendation extends Object implements Serializable, Cloneable, StructuredPojo
A set of recommended deployment configurations for the model. To get more advanced recommendations, see CreateInferenceRecommendationsJob to create an inference recommendation job.
| Constructor and Description |
|---|
DeploymentRecommendation() |
public void setRecommendationStatus(String recommendationStatus)
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.
recommendationStatus - 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.RecommendationStatuspublic String getRecommendationStatus()
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.
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.RecommendationStatuspublic DeploymentRecommendation withRecommendationStatus(String recommendationStatus)
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.
recommendationStatus - 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.RecommendationStatuspublic DeploymentRecommendation withRecommendationStatus(RecommendationStatus recommendationStatus)
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.
recommendationStatus - 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.RecommendationStatuspublic List<RealTimeInferenceRecommendation> getRealTimeInferenceRecommendations()
A list of RealTimeInferenceRecommendation items.
public void setRealTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
realTimeInferenceRecommendations - A list of RealTimeInferenceRecommendation items.public DeploymentRecommendation withRealTimeInferenceRecommendations(RealTimeInferenceRecommendation... realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
NOTE: This method appends the values to the existing list (if any). Use
setRealTimeInferenceRecommendations(java.util.Collection) or
withRealTimeInferenceRecommendations(java.util.Collection) if you want to override the existing values.
realTimeInferenceRecommendations - A list of RealTimeInferenceRecommendation items.public DeploymentRecommendation withRealTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
realTimeInferenceRecommendations - A list of RealTimeInferenceRecommendation items.public String toString()
toString in class ObjectObject.toString()public DeploymentRecommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.