@Generated(value="software.amazon.awssdk:codegen") public final class DescribeDatasetImportJobResponse extends ForecastResponse implements ToCopyableBuilder<DescribeDatasetImportJobResponse.Builder,DescribeDatasetImportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeDatasetImportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDatasetImportJobResponse.Builder |
builder() |
Instant |
creationTime()
When the dataset import job was created.
|
String |
datasetArn()
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
|
String |
datasetImportJobArn()
The ARN of the dataset import job.
|
String |
datasetImportJobName()
The name of the dataset import job.
|
Double |
dataSize()
The size of the dataset in gigabytes (GB) after the import job has finished.
|
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Map<String,Statistics> |
fieldStatistics()
Statistical information about each field in the input data.
|
String |
geolocationFormat()
The format of the geolocation attribute.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFieldStatistics()
Returns true if the FieldStatistics property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
Instant |
lastModificationTime()
The last time that the dataset was modified.
|
String |
message()
If an error occurred, an informational message about the error.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeDatasetImportJobResponse.Builder> |
serializableBuilderClass() |
String |
status()
The status of the dataset import job.
|
String |
timestampFormat()
The format of timestamps in the dataset.
|
String |
timeZone()
The single time zone applied to every item in the dataset
|
DescribeDatasetImportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
useGeolocationForTimeZone()
Whether
TimeZone is automatically derived from the geolocation attribute. |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String datasetImportJobName()
The name of the dataset import job.
public String datasetImportJobArn()
The ARN of the dataset import job.
public String datasetArn()
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
public String timestampFormat()
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
"yyyy-MM-dd"
For the following data frequencies: Y, M, W, and D
"yyyy-MM-dd HH:mm:ss"
For the following data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D
DataFrequency specified when the dataset was created. The following formats are
supported
"yyyy-MM-dd"
For the following data frequencies: Y, M, W, and D
"yyyy-MM-dd HH:mm:ss"
For the following data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D
public String timeZone()
The single time zone applied to every item in the dataset
public Boolean useGeolocationForTimeZone()
Whether TimeZone is automatically derived from the geolocation attribute.
TimeZone is automatically derived from the geolocation attribute.public String geolocationFormat()
The format of the geolocation attribute. Valid Values:"LAT_LONG" and "CC_POSTALCODE".
"LAT_LONG" and
"CC_POSTALCODE".public 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.
If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.
If encryption is used, DataSource includes an AWS Key Management Service (KMS) key.
public boolean hasFieldStatistics()
public Map<String,Statistics> fieldStatistics()
Statistical information about each field in the input data.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFieldStatistics() to see if a value was sent in this field.
public Double dataSize()
The size of the dataset in gigabytes (GB) after the import job has finished.
public String status()
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:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
CREATE_IN_PROGRESS, the status of the dataset is
UPDATE_IN_PROGRESS. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
public String message()
If an error occurred, an informational message about the error.
public Instant creationTime()
When the dataset import job was created.
public Instant lastModificationTime()
The last time that the dataset was modified. The time depends on the status of the job, as follows:
CREATE_PENDING - The same time as CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
ACTIVE or CREATE_FAILED - When the job finished or failed.
CREATE_PENDING - The same time as CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
ACTIVE or CREATE_FAILED - When the job finished or failed.
public DescribeDatasetImportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeDatasetImportJobResponse.Builder,DescribeDatasetImportJobResponse>toBuilder in class AwsResponsepublic static DescribeDatasetImportJobResponse.Builder builder()
public static Class<? extends DescribeDatasetImportJobResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.