Interface ListInferenceRecommendationsJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListInferenceRecommendationsJobsRequest.Builder,ListInferenceRecommendationsJobsRequest>,SageMakerRequest.Builder,SdkBuilder<ListInferenceRecommendationsJobsRequest.Builder,ListInferenceRecommendationsJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListInferenceRecommendationsJobsRequest
public static interface ListInferenceRecommendationsJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListInferenceRecommendationsJobsRequest.Builder,ListInferenceRecommendationsJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInferenceRecommendationsJobsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only jobs created after the specified time (timestamp).ListInferenceRecommendationsJobsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only jobs created before the specified time (timestamp).ListInferenceRecommendationsJobsRequest.BuilderlastModifiedTimeAfter(Instant lastModifiedTimeAfter)A filter that returns only jobs that were last modified after the specified time (timestamp).ListInferenceRecommendationsJobsRequest.BuilderlastModifiedTimeBefore(Instant lastModifiedTimeBefore)A filter that returns only jobs that were last modified before the specified time (timestamp).ListInferenceRecommendationsJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of recommendations to return in the response.ListInferenceRecommendationsJobsRequest.BuildermodelNameEquals(String modelNameEquals)A filter that returns only jobs that were created for this model.ListInferenceRecommendationsJobsRequest.BuildermodelPackageVersionArnEquals(String modelPackageVersionArnEquals)A filter that returns only jobs that were created for this versioned model package.ListInferenceRecommendationsJobsRequest.BuildernameContains(String nameContains)A string in the job name.ListInferenceRecommendationsJobsRequest.BuildernextToken(String nextToken)If the response to a previousListInferenceRecommendationsJobsRequestrequest was truncated, the response includes aNextToken.ListInferenceRecommendationsJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInferenceRecommendationsJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInferenceRecommendationsJobsRequest.BuildersortBy(String sortBy)The parameter by which to sort the results.ListInferenceRecommendationsJobsRequest.BuildersortBy(ListInferenceRecommendationsJobsSortBy sortBy)The parameter by which to sort the results.ListInferenceRecommendationsJobsRequest.BuildersortOrder(String sortOrder)The sort order for the results.ListInferenceRecommendationsJobsRequest.BuildersortOrder(SortOrder sortOrder)The sort order for the results.ListInferenceRecommendationsJobsRequest.BuilderstatusEquals(String statusEquals)A filter that retrieves only inference recommendations jobs with a specific status.ListInferenceRecommendationsJobsRequest.BuilderstatusEquals(RecommendationJobStatus statusEquals)A filter that retrieves only inference recommendations jobs with a specific status.-
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
-
creationTimeAfter
ListInferenceRecommendationsJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only jobs created after the specified time (timestamp).
- Parameters:
creationTimeAfter- A filter that returns only jobs created after the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListInferenceRecommendationsJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only jobs created before the specified time (timestamp).
- Parameters:
creationTimeBefore- A filter that returns only jobs created before the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
ListInferenceRecommendationsJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only jobs that were last modified after the specified time (timestamp).
- Parameters:
lastModifiedTimeAfter- A filter that returns only jobs that were last modified after the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
ListInferenceRecommendationsJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only jobs that were last modified before the specified time (timestamp).
- Parameters:
lastModifiedTimeBefore- A filter that returns only jobs that were last modified before the specified time (timestamp).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
ListInferenceRecommendationsJobsRequest.Builder nameContains(String nameContains)
A string in the job name. This filter returns only recommendations whose name contains the specified string.
- Parameters:
nameContains- A string in the job name. This filter returns only recommendations whose name contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListInferenceRecommendationsJobsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only inference recommendations jobs with a specific status.
- Parameters:
statusEquals- A filter that retrieves only inference recommendations jobs with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationJobStatus,RecommendationJobStatus
-
statusEquals
ListInferenceRecommendationsJobsRequest.Builder statusEquals(RecommendationJobStatus statusEquals)
A filter that retrieves only inference recommendations jobs with a specific status.
- Parameters:
statusEquals- A filter that retrieves only inference recommendations jobs with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RecommendationJobStatus,RecommendationJobStatus
-
sortBy
ListInferenceRecommendationsJobsRequest.Builder sortBy(String sortBy)
The parameter by which to sort the results.
- Parameters:
sortBy- The parameter by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListInferenceRecommendationsJobsSortBy,ListInferenceRecommendationsJobsSortBy
-
sortBy
ListInferenceRecommendationsJobsRequest.Builder sortBy(ListInferenceRecommendationsJobsSortBy sortBy)
The parameter by which to sort the results.
- Parameters:
sortBy- The parameter by which to sort the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ListInferenceRecommendationsJobsSortBy,ListInferenceRecommendationsJobsSortBy
-
sortOrder
ListInferenceRecommendationsJobsRequest.Builder sortOrder(String sortOrder)
The sort order for the results.
-
sortOrder
ListInferenceRecommendationsJobsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for the results.
-
nextToken
ListInferenceRecommendationsJobsRequest.Builder nextToken(String nextToken)
If the response to a previous
ListInferenceRecommendationsJobsRequestrequest was truncated, the response includes aNextToken. To retrieve the next set of recommendations, use the token in the next request.- Parameters:
nextToken- If the response to a previousListInferenceRecommendationsJobsRequestrequest was truncated, the response includes aNextToken. To retrieve the next set of recommendations, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListInferenceRecommendationsJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of recommendations to return in the response.
- Parameters:
maxResults- The maximum number of recommendations to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelNameEquals
ListInferenceRecommendationsJobsRequest.Builder modelNameEquals(String modelNameEquals)
A filter that returns only jobs that were created for this model.
- Parameters:
modelNameEquals- A filter that returns only jobs that were created for this model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageVersionArnEquals
ListInferenceRecommendationsJobsRequest.Builder modelPackageVersionArnEquals(String modelPackageVersionArnEquals)
A filter that returns only jobs that were created for this versioned model package.
- Parameters:
modelPackageVersionArnEquals- A filter that returns only jobs that were created for this versioned model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListInferenceRecommendationsJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInferenceRecommendationsJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-