@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 completion of the import job.
|
DataSource |
getDataSource()
The location of the training data to import.
|
Map<String,Statistics> |
getFieldStatistics()
Statistical information about each field in the input data.
|
Date |
getLastModificationTime()
Dependent on the status as follows:
|
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 completion of the import job.
|
void |
setDataSource(DataSource dataSource)
The location of the training data to import.
|
void |
setFieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
|
void |
setLastModificationTime(Date lastModificationTime)
Dependent on the status as follows:
|
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 completion of the import job.
|
DescribeDatasetImportJobResult |
withDataSource(DataSource dataSource)
The location of the training data to import.
|
DescribeDatasetImportJobResult |
withFieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
|
DescribeDatasetImportJobResult |
withLastModificationTime(Date lastModificationTime)
Dependent on the status as follows:
|
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. Two formats are supported dependent on the DataFrequency
specified when the dataset was created.
"yyyy-MM-dd"
For data frequencies: Y, M, W, and D
"yyyy-MM-dd HH:mm:ss"
For data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D
timestampFormat
- The format of timestamps in the dataset. Two formats are supported dependent on the
DataFrequency
specified when the dataset was created.
"yyyy-MM-dd"
For data frequencies: Y, M, W, and D
"yyyy-MM-dd HH:mm:ss"
For 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. Two formats are supported dependent on the DataFrequency
specified when the dataset was created.
"yyyy-MM-dd"
For data frequencies: Y, M, W, and D
"yyyy-MM-dd HH:mm:ss"
For data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D
DataFrequency
specified when the dataset was created.
"yyyy-MM-dd"
For data frequencies: Y, M, W, and D
"yyyy-MM-dd HH:mm:ss"
For 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. Two formats are supported dependent on the DataFrequency
specified when the dataset was created.
"yyyy-MM-dd"
For data frequencies: Y, M, W, and D
"yyyy-MM-dd HH:mm:ss"
For data frequencies: H, 30min, 15min, and 1min; and optionally, for: Y, M, W, and D
timestampFormat
- The format of timestamps in the dataset. Two formats are supported dependent on the
DataFrequency
specified when the dataset was created.
"yyyy-MM-dd"
For data frequencies: Y, M, W, and D
"yyyy-MM-dd HH:mm:ss"
For 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. The training data must be stored in an Amazon S3 bucket.
dataSource
- The location of the training data to import. The training data must be stored in an Amazon S3 bucket.public DataSource getDataSource()
The location of the training data to import. The training data must be stored in an Amazon S3 bucket.
public DescribeDatasetImportJobResult withDataSource(DataSource dataSource)
The location of the training data to import. The training data must be stored in an Amazon S3 bucket.
dataSource
- The location of the training data to import. The training data must be stored in an Amazon S3 bucket.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 completion of the import job.
dataSize
- The size of the dataset in gigabytes (GB) after completion of the import job.public Double getDataSize()
The size of the dataset in gigabytes (GB) after completion of the import job.
public DescribeDatasetImportJobResult withDataSize(Double dataSize)
The size of the dataset in gigabytes (GB) after completion of the import job.
dataSize
- The size of the dataset in gigabytes (GB) after completion of the import job.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)
Dependent on the status as follows:
CREATE_PENDING
- same as CreationTime
CREATE_IN_PROGRESS
- the current timestamp
ACTIVE
or CREATE_FAILED
- when the job finished or failed
lastModificationTime
- Dependent on the status as follows:
CREATE_PENDING
- same as CreationTime
CREATE_IN_PROGRESS
- the current timestamp
ACTIVE
or CREATE_FAILED
- when the job finished or failed
public Date getLastModificationTime()
Dependent on the status as follows:
CREATE_PENDING
- same as CreationTime
CREATE_IN_PROGRESS
- the current timestamp
ACTIVE
or CREATE_FAILED
- when the job finished or failed
CREATE_PENDING
- same as CreationTime
CREATE_IN_PROGRESS
- the current timestamp
ACTIVE
or CREATE_FAILED
- when the job finished or failed
public DescribeDatasetImportJobResult withLastModificationTime(Date lastModificationTime)
Dependent on the status as follows:
CREATE_PENDING
- same as CreationTime
CREATE_IN_PROGRESS
- the current timestamp
ACTIVE
or CREATE_FAILED
- when the job finished or failed
lastModificationTime
- Dependent on the status as follows:
CREATE_PENDING
- same 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.