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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-