public static interface ListInferenceRecommendationsJobStepsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListInferenceRecommendationsJobStepsResponse.Builder,ListInferenceRecommendationsJobStepsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListInferenceRecommendationsJobStepsResponse.Builder |
nextToken(String nextToken)
A token that you can specify in your next request to return more results from the list.
|
ListInferenceRecommendationsJobStepsResponse.Builder |
steps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
|
ListInferenceRecommendationsJobStepsResponse.Builder |
steps(Consumer<InferenceRecommendationsJobStep.Builder>... steps)
A list of all subtask details in Inference Recommender.
|
ListInferenceRecommendationsJobStepsResponse.Builder |
steps(InferenceRecommendationsJobStep... steps)
A list of all subtask details in Inference Recommender.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInferenceRecommendationsJobStepsResponse.Builder steps(Collection<InferenceRecommendationsJobStep> steps)
A list of all subtask details in Inference Recommender.
steps - A list of all subtask details in Inference Recommender.ListInferenceRecommendationsJobStepsResponse.Builder steps(InferenceRecommendationsJobStep... steps)
A list of all subtask details in Inference Recommender.
steps - A list of all subtask details in Inference Recommender.ListInferenceRecommendationsJobStepsResponse.Builder steps(Consumer<InferenceRecommendationsJobStep.Builder>... steps)
A list of all subtask details in Inference Recommender.
This is a convenience method that creates an instance of theInferenceRecommendationsJobStep.Builder avoiding the
need to create one manually via
InferenceRecommendationsJobStep.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #steps(List.
steps - a consumer that will call methods on
InferenceRecommendationsJobStep.Builder#steps(java.util.Collection) ListInferenceRecommendationsJobStepsResponse.Builder nextToken(String nextToken)
A token that you can specify in your next request to return more results from the list.
nextToken - A token that you can specify in your next request to return more results from the list.Copyright © 2023. All rights reserved.