Interface ListInferenceRecommendationsJobStepsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,,ListInferenceRecommendationsJobStepsRequest> SageMakerRequest.Builder,SdkBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,,ListInferenceRecommendationsJobStepsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListInferenceRecommendationsJobStepsRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe name for the Inference Recommender job.maxResults(Integer maxResults) The maximum number of results to return.A token that you can specify to return more results from the list.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A filter to return benchmarks of a specified status.status(RecommendationJobStatus status) A filter to return benchmarks of a specified status.A filter to return details about the specified type of subtask.stepType(RecommendationStepType stepType) A filter to return details about the specified type of subtask.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
jobName
The name for the Inference Recommender job.
- Parameters:
jobName- The name for the Inference Recommender job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
- Parameters:
status- A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.
- Parameters:
status- A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepType
A filter to return details about the specified type of subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.- Parameters:
stepType- A filter to return details about the specified type of subtask.BENCHMARK: Evaluate the performance of your model on different instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepType
A filter to return details about the specified type of subtask.
BENCHMARK: Evaluate the performance of your model on different instance types.- Parameters:
stepType- A filter to return details about the specified type of subtask.BENCHMARK: Evaluate the performance of your model on different instance types.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInferenceRecommendationsJobStepsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListInferenceRecommendationsJobStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-