Interface ListInferenceRecommendationsJobStepsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListInferenceRecommendationsJobStepsRequest
public static interface ListInferenceRecommendationsJobStepsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListInferenceRecommendationsJobStepsRequest.Builder,ListInferenceRecommendationsJobStepsRequest>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
jobName
ListInferenceRecommendationsJobStepsRequest.Builder jobName(String 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
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.
- 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:
RecommendationJobStatus
,RecommendationJobStatus
-
status
ListInferenceRecommendationsJobStepsRequest.Builder status(RecommendationJobStatus 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:
RecommendationJobStatus
,RecommendationJobStatus
-
stepType
ListInferenceRecommendationsJobStepsRequest.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.- 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:
RecommendationStepType
,RecommendationStepType
-
stepType
ListInferenceRecommendationsJobStepsRequest.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.- 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:
RecommendationStepType
,RecommendationStepType
-
maxResults
ListInferenceRecommendationsJobStepsRequest.Builder maxResults(Integer 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
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.
- 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)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListInferenceRecommendationsJobStepsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-