@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.
| Constructor and Description |
|---|
DeploymentRecommendation() |
public void setRecommendationStatus(String recommendationStatus)
Status of the deployment recommendation. NOT_APPLICABLE means that SageMaker is unable to provide a
default recommendation for the model using the information provided.
recommendationStatus - Status of the deployment recommendation. NOT_APPLICABLE means that SageMaker is unable to
provide a default recommendation for the model using the information provided.RecommendationStatuspublic String getRecommendationStatus()
Status of the deployment recommendation. NOT_APPLICABLE means that SageMaker is unable to provide a
default recommendation for the model using the information provided.
NOT_APPLICABLE means that SageMaker is unable to
provide a default recommendation for the model using the information provided.RecommendationStatuspublic DeploymentRecommendation withRecommendationStatus(String recommendationStatus)
Status of the deployment recommendation. NOT_APPLICABLE means that SageMaker is unable to provide a
default recommendation for the model using the information provided.
recommendationStatus - Status of the deployment recommendation. NOT_APPLICABLE means that SageMaker is unable to
provide a default recommendation for the model using the information provided.RecommendationStatuspublic DeploymentRecommendation withRecommendationStatus(RecommendationStatus recommendationStatus)
Status of the deployment recommendation. NOT_APPLICABLE means that SageMaker is unable to provide a
default recommendation for the model using the information provided.
recommendationStatus - Status of the deployment recommendation. NOT_APPLICABLE means that SageMaker is unable to
provide a default recommendation for the model using the information provided.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)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.