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 ApplicationTypeapplicationTypeEquals()A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.StringapplicationTypeEqualsAsString()A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.static ListEvaluationJobsRequest.Builderbuilder()InstantcreationTimeAfter()A filter to only list evaluation jobs created after a specified time.InstantcreationTimeBefore()A filter to only list evaluation jobs created before a specified time.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()A filter to only list evaluation jobs that contain a specified string in the job name.StringnextToken()Continuation token from the previous response, for Amazon Bedrock to list the next set of results.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListEvaluationJobsRequest.Builder>serializableBuilderClass()SortJobsBysortBy()Specifies a creation time to sort the list of evaluation jobs by when they were created.StringsortByAsString()Specifies a creation time to sort the list of evaluation jobs by when they were created.SortOrdersortOrder()Specifies whether to sort the list of evaluation jobs by either ascending or descending order.StringsortOrderAsString()Specifies whether to sort the list of evaluation jobs by either ascending or descending order.EvaluationJobStatusstatusEquals()A filter to only list evaluation jobs that are of a certain status.StringstatusEqualsAsString()A filter to only list evaluation jobs that are of a certain status.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 to only list evaluation jobs created after a specified time.
- Returns:
- A filter to only list evaluation jobs created after a specified time.
-
creationTimeBefore
public final Instant creationTimeBefore()
A filter to only list evaluation jobs created before a specified time.
- Returns:
- A filter to only list evaluation jobs created before a specified time.
-
statusEquals
public final EvaluationJobStatus statusEquals()
A filter to only list evaluation jobs that are of a certain status.
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:
- A filter to only list evaluation jobs that are of a certain status.
- See Also:
EvaluationJobStatus
-
statusEqualsAsString
public final String statusEqualsAsString()
A filter to only list evaluation jobs that are of a certain status.
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:
- A filter to only list evaluation jobs that are of a certain status.
- See Also:
EvaluationJobStatus
-
applicationTypeEquals
public final ApplicationType applicationTypeEquals()
A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
If the service returns an enum value that is not available in the current SDK version,
applicationTypeEqualswill returnApplicationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplicationTypeEqualsAsString().- Returns:
- A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
- See Also:
ApplicationType
-
applicationTypeEqualsAsString
public final String applicationTypeEqualsAsString()
A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
If the service returns an enum value that is not available in the current SDK version,
applicationTypeEqualswill returnApplicationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromapplicationTypeEqualsAsString().- Returns:
- A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
- See Also:
ApplicationType
-
nameContains
public final String nameContains()
A filter to only list evaluation jobs that contain a specified string in the job name.
- Returns:
- A filter to only list evaluation jobs that contain a specified string in the job name.
-
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()
Specifies a creation time to sort the list of 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:
- Specifies a creation time to sort the list of evaluation jobs by when they were created.
- See Also:
SortJobsBy
-
sortByAsString
public final String sortByAsString()
Specifies a creation time to sort the list of 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:
- Specifies a creation time to sort the list of evaluation jobs by when they were created.
- See Also:
SortJobsBy
-
sortOrder
public final SortOrder sortOrder()
Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
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:
- Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
- See Also:
SortOrder
-
sortOrderAsString
public final String sortOrderAsString()
Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
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:
- Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
- 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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-