@Generated(value="software.amazon.awssdk:codegen") public final class ListDatasetEntriesRequest extends LookoutVisionRequest implements ToCopyableBuilder<ListDatasetEntriesRequest.Builder,ListDatasetEntriesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListDatasetEntriesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Instant |
afterCreationDate()
Only includes entries after the specified date in the response.
|
String |
anomalyClass()
Specify
normal to include only normal images. |
Instant |
beforeCreationDate()
Only includes entries before the specified date in the response.
|
static ListDatasetEntriesRequest.Builder |
builder() |
String |
datasetType()
The type of the dataset that you want to list.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
labeled()
Specify
true to include labeled entries, otherwise specify false. |
Integer |
maxResults()
The maximum number of results to return per paginated call.
|
String |
nextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision
returns a pagination token in the response.
|
String |
projectName()
The name of the project that contains the dataset that you want to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListDatasetEntriesRequest.Builder> |
serializableBuilderClass() |
String |
sourceRefContains()
Perform a "contains" search on the values of the
source-ref key within the dataset. |
ListDatasetEntriesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectName()
The name of the project that contains the dataset that you want to list.
public final String datasetType()
The type of the dataset that you want to list. Specify train to list the training dataset. Specify
test to list the test dataset. If you have a single dataset project, specify train.
train to list the training dataset.
Specify test to list the test dataset. If you have a single dataset project, specify
train.public final Boolean labeled()
Specify true to include labeled entries, otherwise specify false. If you don't specify
a value, Lookout for Vision returns all entries.
true to include labeled entries, otherwise specify false. If you don't
specify a value, Lookout for Vision returns all entries.public final String anomalyClass()
Specify normal to include only normal images. Specify anomaly to only include anomalous
entries. If you don't specify a value, Amazon Lookout for Vision returns normal and anomalous images.
normal to include only normal images. Specify anomaly to only include
anomalous entries. If you don't specify a value, Amazon Lookout for Vision returns normal and anomalous
images.public final Instant beforeCreationDate()
Only includes entries before the specified date in the response. For example, 2020-06-23T00:00:00.
2020-06-23T00:00:00.public final Instant afterCreationDate()
Only includes entries after the specified date in the response. For example, 2020-06-23T00:00:00.
2020-06-23T00:00:00.public final String nextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of dataset entries.
public final Integer maxResults()
The maximum number of results to return per paginated call. The largest value you can specify is 100. If you specify a value greater than 100, a ValidationException error occurs. The default value is 100.
public final String sourceRefContains()
Perform a "contains" search on the values of the source-ref key within the dataset. For example a
value of "IMG_17" returns all JSON Lines where the source-ref key value matches *IMG_17*.
source-ref key within the dataset. For
example a value of "IMG_17" returns all JSON Lines where the source-ref key value matches
*IMG_17*.public ListDatasetEntriesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListDatasetEntriesRequest.Builder,ListDatasetEntriesRequest>toBuilder in class LookoutVisionRequestpublic static ListDatasetEntriesRequest.Builder builder()
public static Class<? extends ListDatasetEntriesRequest.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 © 2021. All rights reserved.