Class ListEvaluationJobsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.bedrock.model.BedrockRequest
-
- software.amazon.awssdk.services.bedrock.model.ListEvaluationJobsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListEvaluationJobsRequest.Builder,ListEvaluationJobsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListEvaluationJobsRequest extends BedrockRequest implements ToCopyableBuilder<ListEvaluationJobsRequest.Builder,ListEvaluationJobsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListEvaluationJobsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListEvaluationJobsRequest.Builderbuilder()InstantcreationTimeAfter()A filter that includes model evaluation jobs created after the time specified.InstantcreationTimeBefore()A filter that includes model evaluation jobs created prior to the time specified.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return.StringnameContains()Query parameter string for model evaluation job names.StringnextToken()Continuation token from the previous response, for Amazon Bedrock to list the next set of results.List<SdkField<?>>sdkFields()static Class<? extends ListEvaluationJobsRequest.Builder>serializableBuilderClass()SortJobsBysortBy()Allows you to sort model evaluation jobs by when they were created.StringsortByAsString()Allows you to sort model evaluation jobs by when they were created.SortOrdersortOrder()How you want the order of jobs sorted.StringsortOrderAsString()How you want the order of jobs sorted.EvaluationJobStatusstatusEquals()Only return jobs where the status condition is met.StringstatusEqualsAsString()Only return jobs where the status condition is met.ListEvaluationJobsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
creationTimeAfter
public final Instant creationTimeAfter()
A filter that includes model evaluation jobs created after the time specified.
- Returns:
- A filter that includes model evaluation jobs created after the time specified.
-
creationTimeBefore
public final Instant creationTimeBefore()
A filter that includes model evaluation jobs created prior to the time specified.
- Returns:
- A filter that includes model evaluation jobs created prior to the time specified.
-
statusEquals
public final EvaluationJobStatus statusEquals()
Only return jobs where the status condition is met.
If the service returns an enum value that is not available in the current SDK version,
statusEqualswill returnEvaluationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusEqualsAsString().- Returns:
- Only return jobs where the status condition is met.
- See Also:
EvaluationJobStatus
-
statusEqualsAsString
public final String statusEqualsAsString()
Only return jobs where the status condition is met.
If the service returns an enum value that is not available in the current SDK version,
statusEqualswill returnEvaluationJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusEqualsAsString().- Returns:
- Only return jobs where the status condition is met.
- See Also:
EvaluationJobStatus
-
nameContains
public final String nameContains()
Query parameter string for model evaluation job names.
- Returns:
- Query parameter string for model evaluation job names.
-
maxResults
public final Integer maxResults()
The maximum number of results to return.
- Returns:
- The maximum number of results to return.
-
nextToken
public final String nextToken()
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
- Returns:
- Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
-
sortBy
public final SortJobsBy sortBy()
Allows you to sort model evaluation jobs by when they were created.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnSortJobsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- Allows you to sort model evaluation jobs by when they were created.
- See Also:
SortJobsBy
-
sortByAsString
public final String sortByAsString()
Allows you to sort model evaluation jobs by when they were created.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnSortJobsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- Allows you to sort model evaluation jobs by when they were created.
- See Also:
SortJobsBy
-
sortOrder
public final SortOrder sortOrder()
How you want the order of jobs sorted.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- How you want the order of jobs sorted.
- See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
How you want the order of jobs sorted.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- How you want the order of jobs sorted.
- See Also:
SortOrder
-
toBuilder
public ListEvaluationJobsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListEvaluationJobsRequest.Builder,ListEvaluationJobsRequest>- Specified by:
toBuilderin classBedrockRequest
-
builder
public static ListEvaluationJobsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListEvaluationJobsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-