@Generated(value="software.amazon.awssdk:codegen") public final class ListModelCustomizationJobsRequest extends BedrockRequest implements ToCopyableBuilder<ListModelCustomizationJobsRequest.Builder,ListModelCustomizationJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListModelCustomizationJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListModelCustomizationJobsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Return customization jobs created after the specified time.
|
Instant |
creationTimeBefore()
Return customization jobs created before the specified time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Maximum number of results to return in the response.
|
String |
nameContains()
Return customization jobs only if the job name contains these characters.
|
String |
nextToken()
Continuation token from the previous response, for Bedrock to list the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListModelCustomizationJobsRequest.Builder> |
serializableBuilderClass() |
SortJobsBy |
sortBy()
The field to sort by in the returned list of jobs.
|
String |
sortByAsString()
The field to sort by in the returned list of jobs.
|
SortOrder |
sortOrder()
The sort order of the results.
|
String |
sortOrderAsString()
The sort order of the results.
|
FineTuningJobStatus |
statusEquals()
Return customization jobs with the specified status.
|
String |
statusEqualsAsString()
Return customization jobs with the specified status.
|
ListModelCustomizationJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant creationTimeAfter()
Return customization jobs created after the specified time.
public final Instant creationTimeBefore()
Return customization jobs created before the specified time.
public final FineTuningJobStatus statusEquals()
Return customization jobs with the specified status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return FineTuningJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
FineTuningJobStatuspublic final String statusEqualsAsString()
Return customization jobs with the specified status.
If the service returns an enum value that is not available in the current SDK version, statusEquals will
return FineTuningJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusEqualsAsString().
FineTuningJobStatuspublic final String nameContains()
Return customization jobs only if the job name contains these characters.
public final Integer maxResults()
Maximum number of results to return in the response.
public final String nextToken()
Continuation token from the previous response, for Bedrock to list the next set of results.
public final SortJobsBy sortBy()
The field to sort by in the returned list of jobs.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortJobsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
SortJobsBypublic final String sortByAsString()
The field to sort by in the returned list of jobs.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return SortJobsBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
SortJobsBypublic final SortOrder sortOrder()
The sort order of the results.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The sort order of the results.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic ListModelCustomizationJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListModelCustomizationJobsRequest.Builder,ListModelCustomizationJobsRequest>toBuilder in class BedrockRequestpublic static ListModelCustomizationJobsRequest.Builder builder()
public static Class<? extends ListModelCustomizationJobsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.