rekognition_distribute_dataset_entries: Distributes the entries (images) in a training dataset across...

View source: R/rekognition_operations.R

rekognition_distribute_dataset_entriesR Documentation

Distributes the entries (images) in a training dataset across the training dataset and the test dataset for a project

Description

Distributes the entries (images) in a training dataset across the training dataset and the test dataset for a project. distribute_dataset_entries moves 20% of the training dataset images to the test dataset. An entry is a JSON Line that describes an image.

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

Usage

rekognition_distribute_dataset_entries(Datasets)

Arguments

Datasets

[required] The ARNS for the training dataset and test dataset that you want to use. The datasets must belong to the same project. The test dataset must be empty.


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