DatasetSummary

Summary information about a dataset.

Types

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

Properties

Link copied to clipboard

The timestamp when the dataset was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the dataset.

Link copied to clipboard

The unique identifier of the dataset.

Link copied to clipboard

The name of the dataset.

Link copied to clipboard

The description of the dataset.

Link copied to clipboard

Publish synchronization state. Only authoritative when status == ACTIVE.

Link copied to clipboard

The number of examples in the dataset.

Link copied to clipboard

The schema type of the dataset.

Link copied to clipboard

The current status of the dataset.

Link copied to clipboard

The timestamp when the dataset was last updated.

Functions

Link copied to clipboard
inline fun copy(block: DatasetSummary.Builder.() -> Unit = {}): DatasetSummary
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