@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDatasetImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDatasetImportJobResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDatasetImportJobResult |
addFieldStatisticsEntry(String key,
Statistics value) |
DescribeDatasetImportJobResult |
clearFieldStatisticsEntries()
Removes all the entries added into FieldStatistics.
|
DescribeDatasetImportJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the dataset import job was created.
|
String |
getDatasetArn()
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
|
String |
getDatasetImportJobArn()
The ARN of the dataset import job.
|
String |
getDatasetImportJobName()
The name of the dataset import job.
|
Double |
getDataSize()
The size of the dataset in gigabytes (GB) after the import job has finished.
|
DataSource |
getDataSource()
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.
|
Map<String,Statistics> |
getFieldStatistics()
Statistical information about each field in the input data.
|
Date |
getLastModificationTime()
The last time that the dataset was modified.
|
String |
getMessage()
If an error occurred, an informational message about the error.
|
String |
getStatus()
The status of the dataset import job.
|
String |
getTimestampFormat()
The format of timestamps in the dataset.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
When the dataset import job was created.
|
void |
setDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
|
void |
setDatasetImportJobArn(String datasetImportJobArn)
The ARN of the dataset import job.
|
void |
setDatasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
|
void |
setDataSize(Double dataSize)
The size of the dataset in gigabytes (GB) after the import job has finished.
|
void |
setDataSource(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.
|
void |
setFieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
|
void |
setLastModificationTime(Date lastModificationTime)
The last time that the dataset was modified.
|
void |
setMessage(String message)
If an error occurred, an informational message about the error.
|
void |
setStatus(String status)
The status of the dataset import job.
|
void |
setTimestampFormat(String timestampFormat)
The format of timestamps in the dataset.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDatasetImportJobResult |
withCreationTime(Date creationTime)
When the dataset import job was created.
|
DescribeDatasetImportJobResult |
withDatasetArn(String datasetArn)
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
|
DescribeDatasetImportJobResult |
withDatasetImportJobArn(String datasetImportJobArn)
The ARN of the dataset import job.
|
DescribeDatasetImportJobResult |
withDatasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
|
DescribeDatasetImportJobResult |
withDataSize(Double dataSize)
The size of the dataset in gigabytes (GB) after the import job has finished.
|
DescribeDatasetImportJobResult |
withDataSource(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.
|
DescribeDatasetImportJobResult |
withFieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
|
DescribeDatasetImportJobResult |
withLastModificationTime(Date lastModificationTime)
The last time that the dataset was modified.
|
DescribeDatasetImportJobResult |
withMessage(String message)
If an error occurred, an informational message about the error.
|
DescribeDatasetImportJobResult |
withStatus(String status)
The status of the dataset import job.
|
DescribeDatasetImportJobResult |
withTimestampFormat(String timestampFormat)
The format of timestamps in the dataset.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDatasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
datasetImportJobName
- The name of the dataset import job.public String getDatasetImportJobName()
The name of the dataset import job.
public DescribeDatasetImportJobResult withDatasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
datasetImportJobName
- The name of the dataset import job.public void setDatasetImportJobArn(String datasetImportJobArn)
The ARN of the dataset import job.
datasetImportJobArn
- The ARN of the dataset import job.public String getDatasetImportJobArn()
The ARN of the dataset import job.
public DescribeDatasetImportJobResult withDatasetImportJobArn(String datasetImportJobArn)
The ARN of the dataset import job.
datasetImportJobArn
- The ARN of the dataset import job.public void setDatasetArn(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.public String getDatasetArn()
The Amazon Resource Name (ARN) of the dataset that the training data was imported to.
public DescribeDatasetImportJobResult withDatasetArn(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.public void setTimestampFormat(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
public String getTimestampFormat()
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 DescribeDatasetImportJobResult withTimestampFormat(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
public void setDataSource(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.
public DataSource getDataSource()
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 DescribeDatasetImportJobResult withDataSource(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.
public Map<String,Statistics> getFieldStatistics()
Statistical information about each field in the input data.
public void setFieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
fieldStatistics
- Statistical information about each field in the input data.public DescribeDatasetImportJobResult withFieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
fieldStatistics
- Statistical information about each field in the input data.public DescribeDatasetImportJobResult addFieldStatisticsEntry(String key, Statistics value)
public DescribeDatasetImportJobResult clearFieldStatisticsEntries()
public void setDataSize(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.public Double getDataSize()
The size of the dataset in gigabytes (GB) after the import job has finished.
public DescribeDatasetImportJobResult withDataSize(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.public void setStatus(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
public String getStatus()
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 DescribeDatasetImportJobResult withStatus(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
public void setMessage(String message)
If an error occurred, an informational message about the error.
message
- If an error occurred, an informational message about the error.public String getMessage()
If an error occurred, an informational message about the error.
public DescribeDatasetImportJobResult withMessage(String message)
If an error occurred, an informational message about the error.
message
- If an error occurred, an informational message about the error.public void setCreationTime(Date creationTime)
When the dataset import job was created.
creationTime
- When the dataset import job was created.public Date getCreationTime()
When the dataset import job was created.
public DescribeDatasetImportJobResult withCreationTime(Date creationTime)
When the dataset import job was created.
creationTime
- When the dataset import job was created.public void setLastModificationTime(Date 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.
public Date getLastModificationTime()
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 DescribeDatasetImportJobResult withLastModificationTime(Date 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.
public String toString()
toString
in class Object
Object.toString()
public DescribeDatasetImportJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.