| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision |
This is the Amazon Lookout for Vision API Reference.
|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDatasetEntriesResult> |
AbstractAmazonLookoutforVisionAsync.listDatasetEntriesAsync(ListDatasetEntriesRequest request,
AsyncHandler<ListDatasetEntriesRequest,ListDatasetEntriesResult> asyncHandler) |
Future<ListDatasetEntriesResult> |
AmazonLookoutforVisionAsync.listDatasetEntriesAsync(ListDatasetEntriesRequest listDatasetEntriesRequest,
AsyncHandler<ListDatasetEntriesRequest,ListDatasetEntriesResult> asyncHandler)
Lists the JSON Lines within a dataset.
|
Future<ListDatasetEntriesResult> |
AmazonLookoutforVisionAsyncClient.listDatasetEntriesAsync(ListDatasetEntriesRequest request,
AsyncHandler<ListDatasetEntriesRequest,ListDatasetEntriesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.clone() |
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withAfterCreationDate(Date afterCreationDate)
Only includes entries after the specified date in the response.
|
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withAnomalyClass(String anomalyClass)
Specify
normal to include only normal images. |
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withBeforeCreationDate(Date beforeCreationDate)
Only includes entries before the specified date in the response.
|
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withDatasetType(String datasetType)
The type of the dataset that you want to list.
|
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withLabeled(Boolean labeled)
Specify
true to include labeled entries, otherwise specify false. |
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withNextToken(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.
|
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withProjectName(String projectName)
The name of the project that contains the dataset that you want to list.
|
ListDatasetEntriesRequest |
ListDatasetEntriesRequest.withSourceRefContains(String sourceRefContains)
Perform a "contains" search on the values of the
source-ref key within the dataset. |
Copyright © 2024. All rights reserved.