public static interface DeploymentRecommendation.Builder extends SdkPojo, CopyableBuilder<DeploymentRecommendation.Builder,DeploymentRecommendation>
| Modifier and Type | Method and Description |
|---|---|
DeploymentRecommendation.Builder |
realTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
|
DeploymentRecommendation.Builder |
realTimeInferenceRecommendations(Consumer<RealTimeInferenceRecommendation.Builder>... realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
|
DeploymentRecommendation.Builder |
realTimeInferenceRecommendations(RealTimeInferenceRecommendation... realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
|
DeploymentRecommendation.Builder |
recommendationStatus(RecommendationStatus recommendationStatus)
Status of the deployment recommendation.
|
DeploymentRecommendation.Builder |
recommendationStatus(String recommendationStatus)
Status of the deployment recommendation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeploymentRecommendation.Builder recommendationStatus(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,
RecommendationStatusDeploymentRecommendation.Builder recommendationStatus(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,
RecommendationStatusDeploymentRecommendation.Builder realTimeInferenceRecommendations(Collection<RealTimeInferenceRecommendation> realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
realTimeInferenceRecommendations - A list of RealTimeInferenceRecommendation items.DeploymentRecommendation.Builder realTimeInferenceRecommendations(RealTimeInferenceRecommendation... realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
realTimeInferenceRecommendations - A list of RealTimeInferenceRecommendation items.DeploymentRecommendation.Builder realTimeInferenceRecommendations(Consumer<RealTimeInferenceRecommendation.Builder>... realTimeInferenceRecommendations)
A list of RealTimeInferenceRecommendation items.
This is a convenience method that creates an instance of theRealTimeInferenceRecommendation.Builder avoiding the
need to create one manually via
RealTimeInferenceRecommendation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #realTimeInferenceRecommendations(List.
realTimeInferenceRecommendations - a consumer that will call methods on
RealTimeInferenceRecommendation.Builder#realTimeInferenceRecommendations(java.util.Collection) Copyright © 2023. All rights reserved.