AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Lists the JSON Lines within a dataset. An Amazon Lookout for Vision JSON Line contains the anomaly information for a single image, including the image location and the assigned label.

This operation requires permissions to perform the lookoutvision:ListDatasetEntries operation.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListDatasetEntriesAsync.

Namespace: Amazon.LookoutforVision
Assembly: AWSSDK.LookoutforVision.dll
Version: 3.x.y.z

Syntax

C#
public virtual ListDatasetEntriesResponse ListDatasetEntries(
         ListDatasetEntriesRequest request
)

Parameters

request
Type: Amazon.LookoutforVision.Model.ListDatasetEntriesRequest

Container for the necessary parameters to execute the ListDatasetEntries service method.

Return Value


The response from the ListDatasetEntries service method, as returned by LookoutforVision.

Exceptions

ExceptionCondition
AccessDeniedException You are not authorized to perform the action.
ConflictException The update or deletion of a resource caused an inconsistent state.
InternalServerException Amazon Lookout for Vision experienced a service issue. Try your call again.
ResourceNotFoundException The resource could not be found.
ThrottlingException Amazon Lookout for Vision is temporarily unable to process the request. Try your call again.
ValidationException An input validation error occured. For example, invalid characters in a project name, or if a pagination token is invalid.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also