@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.RecommendationStatus
public 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.RecommendationStatus
public 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.RecommendationStatus
public 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.RecommendationStatus
public 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 Object
Object.toString()
public DeploymentRecommendation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.