CreateDatasetRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ClientToken is an idempotency token that ensures a call to CreateDataset completes only once. You choose the value to pass. For example, An issue might prevent you from getting a response from CreateDataset. In this case, safely retry your call to CreateDataset by using the same ClientToken parameter value.

Link copied to clipboard

The location of the manifest file that Amazon Lookout for Vision uses to create the dataset.

Link copied to clipboard

The type of the dataset. Specify train for a training dataset. Specify test for a test dataset.

Link copied to clipboard

The name of the project in which you want to create a dataset.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String