DescribeDatasetImportJobResponse class

Constructors

DescribeDatasetImportJobResponse({DateTime? creationTime, double? dataSize, DataSource? dataSource, String? datasetArn, String? datasetImportJobArn, String? datasetImportJobName, Map<String, Statistics>? fieldStatistics, String? geolocationFormat, DateTime? lastModificationTime, String? message, String? status, String? timeZone, String? timestampFormat, bool? useGeolocationForTimeZone})
DescribeDatasetImportJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
When the dataset import job was created.
final
datasetArn String?
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
final
datasetImportJobArn String?
The ARN of the dataset import job.
final
datasetImportJobName String?
The name of the dataset import job.
final
dataSize double?
The size of the dataset in gigabytes (GB) after the import job has finished.
final
dataSource DataSource?
The location of the training data to import and an AWS Identity and Access Management (IAM) role that Amazon Forecast can assume to access the data.
final
fieldStatistics Map<String, Statistics>?
Statistical information about each field in the input data.
final
geolocationFormat String?
The format of the geolocation attribute. Valid Values:"LAT_LONG" and "CC_POSTALCODE".
final
hashCode int
The hash code for this object.
no setterinherited
lastModificationTime DateTime?
The last time that the dataset was modified. The time depends on the status of the job, as follows:
final
message String?
If an error occurred, an informational message about the error.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
The status of the dataset import job. The status is reflected in the status of the dataset. For example, when the import job status is CREATE_IN_PROGRESS, the status of the dataset is UPDATE_IN_PROGRESS. States include:
final
timestampFormat String?
The format of timestamps in the dataset. The format that you specify depends on the DataFrequency specified when the dataset was created. The following formats are supported
final
timeZone String?
The single time zone applied to every item in the dataset
final
useGeolocationForTimeZone bool?
Whether TimeZone is automatically derived from the geolocation attribute.
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