public static interface ListInferenceRecommendationsJobStepsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListInferenceRecommendationsJobStepsRequest.Builder jobName(String jobName)
The name for the Inference Recommender job.
jobName - The name for the Inference Recommender job.ListInferenceRecommendationsJobStepsRequest.Builder status(String status)
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
status - A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks
are returned.RecommendationJobStatus,
RecommendationJobStatusListInferenceRecommendationsJobStepsRequest.Builder status(RecommendationJobStatus status)
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
status - A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks
are returned.RecommendationJobStatus,
RecommendationJobStatusListInferenceRecommendationsJobStepsRequest.Builder stepType(String stepType)
A filter to return details about the specified type of subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
stepType - A filter to return details about the specified type of subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
RecommendationStepType,
RecommendationStepTypeListInferenceRecommendationsJobStepsRequest.Builder stepType(RecommendationStepType stepType)
A filter to return details about the specified type of subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
stepType - A filter to return details about the specified type of subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.
RecommendationStepType,
RecommendationStepTypeListInferenceRecommendationsJobStepsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListInferenceRecommendationsJobStepsRequest.Builder nextToken(String nextToken)
A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.
nextToken - A token that you can specify to return more results from the list. Specify this field if you have a
token that was returned from a previous request.ListInferenceRecommendationsJobStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListInferenceRecommendationsJobStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.