Interface ListEvaluationJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<ListEvaluationJobsRequest.Builder,ListEvaluationJobsRequest>,SdkBuilder<ListEvaluationJobsRequest.Builder,ListEvaluationJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEvaluationJobsRequest
@Mutable @NotThreadSafe public static interface ListEvaluationJobsRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<ListEvaluationJobsRequest.Builder,ListEvaluationJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEvaluationJobsRequest.BuilderapplicationTypeEquals(String applicationTypeEquals)A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.ListEvaluationJobsRequest.BuilderapplicationTypeEquals(ApplicationType applicationTypeEquals)A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.ListEvaluationJobsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter to only list evaluation jobs created after a specified time.ListEvaluationJobsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter to only list evaluation jobs created before a specified time.ListEvaluationJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListEvaluationJobsRequest.BuildernameContains(String nameContains)A filter to only list evaluation jobs that contain a specified string in the job name.ListEvaluationJobsRequest.BuildernextToken(String nextToken)Continuation token from the previous response, for Amazon Bedrock to list the next set of results.ListEvaluationJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEvaluationJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEvaluationJobsRequest.BuildersortBy(String sortBy)Specifies a creation time to sort the list of evaluation jobs by when they were created.ListEvaluationJobsRequest.BuildersortBy(SortJobsBy sortBy)Specifies a creation time to sort the list of evaluation jobs by when they were created.ListEvaluationJobsRequest.BuildersortOrder(String sortOrder)Specifies whether to sort the list of evaluation jobs by either ascending or descending order.ListEvaluationJobsRequest.BuildersortOrder(SortOrder sortOrder)Specifies whether to sort the list of evaluation jobs by either ascending or descending order.ListEvaluationJobsRequest.BuilderstatusEquals(String statusEquals)A filter to only list evaluation jobs that are of a certain status.ListEvaluationJobsRequest.BuilderstatusEquals(EvaluationJobStatus statusEquals)A filter to only list evaluation jobs that are of a certain status.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
creationTimeAfter
ListEvaluationJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter to only list evaluation jobs created after a specified time.
- Parameters:
creationTimeAfter- A filter to only list evaluation jobs created after a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListEvaluationJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter to only list evaluation jobs created before a specified time.
- Parameters:
creationTimeBefore- A filter to only list evaluation jobs created before a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListEvaluationJobsRequest.Builder statusEquals(String statusEquals)
A filter to only list evaluation jobs that are of a certain status.
- Parameters:
statusEquals- A filter to only list evaluation jobs that are of a certain status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EvaluationJobStatus,EvaluationJobStatus
-
statusEquals
ListEvaluationJobsRequest.Builder statusEquals(EvaluationJobStatus statusEquals)
A filter to only list evaluation jobs that are of a certain status.
- Parameters:
statusEquals- A filter to only list evaluation jobs that are of a certain status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EvaluationJobStatus,EvaluationJobStatus
-
applicationTypeEquals
ListEvaluationJobsRequest.Builder applicationTypeEquals(String applicationTypeEquals)
A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
- Parameters:
applicationTypeEquals- A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationType,ApplicationType
-
applicationTypeEquals
ListEvaluationJobsRequest.Builder applicationTypeEquals(ApplicationType applicationTypeEquals)
A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
- Parameters:
applicationTypeEquals- A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationType,ApplicationType
-
nameContains
ListEvaluationJobsRequest.Builder nameContains(String nameContains)
A filter to only list evaluation jobs that contain a specified string in the job name.
- Parameters:
nameContains- A filter to only list evaluation jobs that contain a specified string in the job name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEvaluationJobsRequest.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
ListEvaluationJobsRequest.Builder nextToken(String nextToken)
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
- Parameters:
nextToken- Continuation token from the previous response, for Amazon Bedrock to list the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListEvaluationJobsRequest.Builder sortBy(String sortBy)
Specifies a creation time to sort the list of evaluation jobs by when they were created.
- Parameters:
sortBy- Specifies a creation time to sort the list of evaluation jobs by when they were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortJobsBy,SortJobsBy
-
sortBy
ListEvaluationJobsRequest.Builder sortBy(SortJobsBy sortBy)
Specifies a creation time to sort the list of evaluation jobs by when they were created.
- Parameters:
sortBy- Specifies a creation time to sort the list of evaluation jobs by when they were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SortJobsBy,SortJobsBy
-
sortOrder
ListEvaluationJobsRequest.Builder sortOrder(String sortOrder)
Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
-
sortOrder
ListEvaluationJobsRequest.Builder sortOrder(SortOrder sortOrder)
Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
-
overrideConfiguration
ListEvaluationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEvaluationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-