DescribeDatasetResponse class
Constructors
-
DescribeDatasetResponse({DateTime? creationTime, String? dataFrequency, String? datasetArn, String? datasetName, DatasetType? datasetType, Domain? domain, EncryptionConfig? encryptionConfig, DateTime? lastModificationTime, Schema? schema, String? status})
-
-
DescribeDatasetResponse.fromJson(Map<String, dynamic> json)
-
factory
Properties
-
creationTime
→ DateTime?
-
When the dataset was created.
final
-
dataFrequency
→ String?
-
The frequency of data collection.
final
-
datasetArn
→ String?
-
The Amazon Resource Name (ARN) of the dataset.
final
-
datasetName
→ String?
-
The name of the dataset.
final
-
datasetType
→ DatasetType?
-
The dataset type.
final
-
domain
→ Domain?
-
The domain associated with the dataset.
final
-
encryptionConfig
→ EncryptionConfig?
-
The AWS Key Management Service (KMS) key and the AWS Identity and Access
Management (IAM) role that Amazon Forecast can assume to access the key.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
lastModificationTime
→ DateTime?
-
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.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
schema
→ Schema?
-
An array of
SchemaAttribute
objects that specify the dataset
fields. Each SchemaAttribute
specifies the name and data type
of a field.
final
-
status
→ String?
-
The status of the dataset. States include:
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