public static interface DescribeDatasetImportJobResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeDatasetImportJobResponse.Builder,DescribeDatasetImportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetImportJobResponse.Builder |
creationTime(Instant creationTime)
When the dataset import job was created.
|
DescribeDatasetImportJobResponse.Builder |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
|
DescribeDatasetImportJobResponse.Builder |
datasetImportJobArn(String datasetImportJobArn)
The ARN of the dataset import job.
|
DescribeDatasetImportJobResponse.Builder |
datasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
|
DescribeDatasetImportJobResponse.Builder |
dataSize(Double dataSize)
The size of the dataset in gigabytes (GB) after the import job has finished.
|
default DescribeDatasetImportJobResponse.Builder |
dataSource(Consumer<DataSource.Builder> 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.
|
DescribeDatasetImportJobResponse.Builder |
dataSource(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.
|
DescribeDatasetImportJobResponse.Builder |
fieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
|
DescribeDatasetImportJobResponse.Builder |
geolocationFormat(String geolocationFormat)
The format of the geolocation attribute.
|
DescribeDatasetImportJobResponse.Builder |
lastModificationTime(Instant lastModificationTime)
The last time that the dataset was modified.
|
DescribeDatasetImportJobResponse.Builder |
message(String message)
If an error occurred, an informational message about the error.
|
DescribeDatasetImportJobResponse.Builder |
status(String status)
The status of the dataset import job.
|
DescribeDatasetImportJobResponse.Builder |
timestampFormat(String timestampFormat)
The format of timestamps in the dataset.
|
DescribeDatasetImportJobResponse.Builder |
timeZone(String timeZone)
The single time zone applied to every item in the dataset
|
DescribeDatasetImportJobResponse.Builder |
useGeolocationForTimeZone(Boolean useGeolocationForTimeZone)
Whether
TimeZone is automatically derived from the geolocation attribute. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDatasetImportJobResponse.Builder datasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
datasetImportJobName - The name of the dataset import job.DescribeDatasetImportJobResponse.Builder datasetImportJobArn(String datasetImportJobArn)
The ARN of the dataset import job.
datasetImportJobArn - The ARN of the dataset import job.DescribeDatasetImportJobResponse.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
datasetArn - The Amazon Resource Name (ARN) of the dataset that the training data was imported to.DescribeDatasetImportJobResponse.Builder timestampFormat(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
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
DescribeDatasetImportJobResponse.Builder timeZone(String timeZone)
The single time zone applied to every item in the dataset
timeZone - The single time zone applied to every item in the datasetDescribeDatasetImportJobResponse.Builder useGeolocationForTimeZone(Boolean useGeolocationForTimeZone)
Whether TimeZone is automatically derived from the geolocation attribute.
useGeolocationForTimeZone - Whether TimeZone is automatically derived from the geolocation attribute.DescribeDatasetImportJobResponse.Builder geolocationFormat(String geolocationFormat)
The format of the geolocation attribute. Valid Values:"LAT_LONG" and
"CC_POSTALCODE".
geolocationFormat - The format of the geolocation attribute. Valid Values:"LAT_LONG" and
"CC_POSTALCODE".DescribeDatasetImportJobResponse.Builder dataSource(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.
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.
default DescribeDatasetImportJobResponse.Builder dataSource(Consumer<DataSource.Builder> 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.
DataSource.Builder avoiding the need to create
one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)DescribeDatasetImportJobResponse.Builder fieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
fieldStatistics - Statistical information about each field in the input data.DescribeDatasetImportJobResponse.Builder dataSize(Double dataSize)
The size of the dataset in gigabytes (GB) after the import job has finished.
dataSize - The size of the dataset in gigabytes (GB) after the import job has finished.DescribeDatasetImportJobResponse.Builder status(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
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
DescribeDatasetImportJobResponse.Builder message(String message)
If an error occurred, an informational message about the error.
message - If an error occurred, an informational message about the error.DescribeDatasetImportJobResponse.Builder creationTime(Instant creationTime)
When the dataset import job was created.
creationTime - When the dataset import job was created.DescribeDatasetImportJobResponse.Builder lastModificationTime(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.
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.
Copyright © 2020. All rights reserved.