@Generated(value="software.amazon.awssdk:codegen") public final class ListModelVersionsRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<ListModelVersionsRequest.Builder,ListModelVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListModelVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListModelVersionsRequest.Builder |
builder() |
Instant |
createdAtEndTime()
Filter results to return all the model versions created before this time.
|
Instant |
createdAtStartTime()
Filter results to return all the model versions created after this time.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
maxModelVersion()
Specifies the highest version of the model to return in the list.
|
Integer |
maxResults()
Specifies the maximum number of machine learning model versions to list.
|
Long |
minModelVersion()
Specifies the lowest version of the model to return in the list.
|
String |
modelName()
Then name of the machine learning model for which the model versions are to be listed.
|
String |
nextToken()
If the total number of results exceeds the limit that the response can display, the response returns an opaque
pagination token indicating where to continue the listing of machine learning model versions.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListModelVersionsRequest.Builder> |
serializableBuilderClass() |
ModelVersionSourceType |
sourceType()
Filter the results based on the way the model version was generated.
|
String |
sourceTypeAsString()
Filter the results based on the way the model version was generated.
|
ModelVersionStatus |
status()
Filter the results based on the current status of the model version.
|
String |
statusAsString()
Filter the results based on the current status of the model version.
|
ListModelVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String modelName()
Then name of the machine learning model for which the model versions are to be listed.
public final String nextToken()
If the total number of results exceeds the limit that the response can display, the response returns an opaque
pagination token indicating where to continue the listing of machine learning model versions. Use this token in
the NextToken field in the request to list the next page of results.
NextToken field in the request to list the next page of results.public final Integer maxResults()
Specifies the maximum number of machine learning model versions to list.
public final ModelVersionStatus status()
Filter the results based on the current status of the model version.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelVersionStatuspublic final String statusAsString()
Filter the results based on the current status of the model version.
If the service returns an enum value that is not available in the current SDK version, status will
return ModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ModelVersionStatuspublic final ModelVersionSourceType sourceType()
Filter the results based on the way the model version was generated.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return ModelVersionSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sourceTypeAsString().
ModelVersionSourceTypepublic final String sourceTypeAsString()
Filter the results based on the way the model version was generated.
If the service returns an enum value that is not available in the current SDK version, sourceType will
return ModelVersionSourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sourceTypeAsString().
ModelVersionSourceTypepublic final Instant createdAtEndTime()
Filter results to return all the model versions created before this time.
public final Instant createdAtStartTime()
Filter results to return all the model versions created after this time.
public final Long maxModelVersion()
Specifies the highest version of the model to return in the list.
public final Long minModelVersion()
Specifies the lowest version of the model to return in the list.
public ListModelVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListModelVersionsRequest.Builder,ListModelVersionsRequest>toBuilder in class LookoutEquipmentRequestpublic static ListModelVersionsRequest.Builder builder()
public static Class<? extends ListModelVersionsRequest.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.