AugmentedManifestsListItem

An augmented manifest file that provides training data for your custom model. An augmented manifest file is a labeled dataset that is produced by Amazon SageMaker Ground Truth.

Types

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

Properties

Link copied to clipboard

The S3 prefix to the annotation files that are referred in the augmented manifest file.

Link copied to clipboard

The JSON attribute that contains the annotations for your training documents. The number of attribute names that you specify depends on whether your augmented manifest file is the output of a single labeling job or a chained labeling job.

Link copied to clipboard

The type of augmented manifest. PlainTextDocument or SemiStructuredDocument. If you don't specify, the default is PlainTextDocument.

Link copied to clipboard

The Amazon S3 location of the augmented manifest file.

Link copied to clipboard

The S3 prefix to the source files (PDFs) that are referred to in the augmented manifest file.

Link copied to clipboard
val split: Split?

The purpose of the data you've provided in the augmented manifest. You can either train or test this data. If you don't specify, the default is train.

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