@Generated(value="software.amazon.awssdk:codegen") public final class ListRetrainingSchedulersRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRetrainingSchedulersRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRetrainingSchedulersRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
Specifies the maximum number of retraining schedulers to list.
|
String |
modelNameBeginsWith()
Specify this field to only list retraining schedulers whose machine learning models begin with the value you
specify.
|
String |
nextToken()
If the number of results exceeds the maximum, a pagination token is returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRetrainingSchedulersRequest.Builder> |
serializableBuilderClass() |
RetrainingSchedulerStatus |
status()
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
String |
statusAsString()
Specify this field to only list retraining schedulers whose status matches the value you specify.
|
ListRetrainingSchedulersRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelNameBeginsWith()
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
public final RetrainingSchedulerStatus status()
Specify this field to only list retraining schedulers whose status matches the value you specify.
If the service returns an enum value that is not available in the current SDK version, status will
return RetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
RetrainingSchedulerStatuspublic final String statusAsString()
Specify this field to only list retraining schedulers whose status matches the value you specify.
If the service returns an enum value that is not available in the current SDK version, status will
return RetrainingSchedulerStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
RetrainingSchedulerStatuspublic final String nextToken()
If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.
public final Integer maxResults()
Specifies the maximum number of retraining schedulers to list.
public ListRetrainingSchedulersRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>toBuilder in class LookoutEquipmentRequestpublic static ListRetrainingSchedulersRequest.Builder builder()
public static Class<? extends ListRetrainingSchedulersRequest.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.