Builder

class Builder

Properties

Link copied to clipboard

When the dataset was created.

Link copied to clipboard

The frequency of data collection.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset.

Link copied to clipboard

The name of the dataset.

Link copied to clipboard

The dataset type.

Link copied to clipboard

The domain associated with the dataset.

Link copied to clipboard

The Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

Link copied to clipboard

When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the DescribeDataset call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.

Link copied to clipboard

An array of SchemaAttribute objects that specify the dataset fields. Each SchemaAttribute specifies the name and data type of a field.

Link copied to clipboard

The status of the dataset. States include:

Functions

Link copied to clipboard
fun schema(block: Schema.Builder.() -> Unit)