@Generated(value="software.amazon.awssdk:codegen") public final class ListModelsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListModelsRequest.Builder,ListModelsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListModelsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListModelsRequest.Builder |
builder() |
String |
datasetNameBeginsWith()
The beginning of the name of the dataset of the ML models to be listed.
|
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 ML models to list.
|
String |
modelNameBeginsWith()
The beginning of the name of the ML models being listed.
|
String |
nextToken()
An opaque pagination token indicating where to continue the listing of ML models.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListModelsRequest.Builder> |
serializableBuilderClass() |
ModelStatus |
status()
The status of the ML model.
|
String |
statusAsString()
The status of the ML model.
|
ListModelsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
An opaque pagination token indicating where to continue the listing of ML models.
public final Integer maxResults()
Specifies the maximum number of ML models to list.
public final ModelStatus status()
The status of the ML model.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String statusAsString()
The status of the ML model.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelStatuspublic final String modelNameBeginsWith()
The beginning of the name of the ML models being listed.
public final String datasetNameBeginsWith()
The beginning of the name of the dataset of the ML models to be listed.
public ListModelsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListModelsRequest.Builder,ListModelsRequest>toBuilder in class LookoutEquipmentRequestpublic static ListModelsRequest.Builder builder()
public static Class<? extends ListModelsRequest.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 © 2022. All rights reserved.