Dataset class

Provides metadata for a dataset.

Constructors

Dataset({DateTime? creationDateTime, String? datasetArn, String? datasetGroupArn, String? datasetType, DateTime? lastUpdatedDateTime, String? name, String? schemaArn, String? status})
Dataset.fromJson(Map<String, dynamic> json)
factory

Properties

creationDateTime DateTime?
The creation date and time (in Unix time) of the dataset.
final
datasetArn String?
The Amazon Resource Name (ARN) of the dataset that you want metadata for.
final
datasetGroupArn String?
The Amazon Resource Name (ARN) of the dataset group.
final
datasetType String?
One of the following values:
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedDateTime DateTime?
A time stamp that shows when the dataset was updated.
final
name String?
The name of the dataset.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaArn String?
The ARN of the associated schema.
final
status String?
The status of the dataset.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited