rekognition_update_dataset_entries: Adds or updates one or more entries (images) in a dataset

View source: R/rekognition_operations.R

rekognition_update_dataset_entriesR Documentation

Adds or updates one or more entries (images) in a dataset

Description

Adds or updates one or more entries (images) in a dataset. An entry is a JSON Line which contains the information for a single image, including the image location, assigned labels, and object location bounding boxes. For more information, see Image-Level labels in manifest files and Object localization in manifest files in the Amazon Rekognition Custom Labels Developer Guide.

See https://www.paws-r-sdk.com/docs/rekognition_update_dataset_entries/ for full documentation.

Usage

rekognition_update_dataset_entries(DatasetArn, Changes)

Arguments

DatasetArn

[required] The Amazon Resource Name (ARN) of the dataset that you want to update.

Changes

[required] The changes that you want to make to the dataset.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.