@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetImportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides a summary of the dataset import job properties used in the ListDatasetImportJobs operation. To get
the complete set of properties, call the DescribeDatasetImportJob operation, and provide the listed
DatasetImportJobArn.
| Constructor and Description |
|---|
DatasetImportJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
DatasetImportJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
When the dataset import job was created.
|
String |
getDatasetImportJobArn()
The Amazon Resource Name (ARN) of the dataset import job.
|
String |
getDatasetImportJobName()
The name of the dataset import job.
|
DataSource |
getDataSource()
The location of the Amazon S3 bucket that contains the training 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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreationTime(Date creationTime)
When the dataset import job was created.
|
void |
setDatasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job.
|
void |
setDatasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
|
void |
setDataSource(DataSource dataSource)
The location of the Amazon S3 bucket that contains the training 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.
|
String |
toString()
Returns a string representation of this object.
|
DatasetImportJobSummary |
withCreationTime(Date creationTime)
When the dataset import job was created.
|
DatasetImportJobSummary |
withDatasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job.
|
DatasetImportJobSummary |
withDatasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
|
DatasetImportJobSummary |
withDataSource(DataSource dataSource)
The location of the Amazon S3 bucket that contains the training data.
|
DatasetImportJobSummary |
withLastModificationTime(Date lastModificationTime)
Dependent on the status as follows:
|
DatasetImportJobSummary |
withMessage(String message)
If an error occurred, an informational message about the error.
|
DatasetImportJobSummary |
withStatus(String status)
The status of the dataset import job.
|
public void setDatasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job.public String getDatasetImportJobArn()
The Amazon Resource Name (ARN) of the dataset import job.
public DatasetImportJobSummary withDatasetImportJobArn(String datasetImportJobArn)
The Amazon Resource Name (ARN) of the dataset import job.
datasetImportJobArn - The Amazon Resource Name (ARN) of the dataset import job.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 DatasetImportJobSummary withDatasetImportJobName(String datasetImportJobName)
The name of the dataset import job.
datasetImportJobName - The name of the dataset import job.public void setDataSource(DataSource dataSource)
The location of the Amazon S3 bucket that contains the training data.
dataSource - The location of the Amazon S3 bucket that contains the training data.public DataSource getDataSource()
The location of the Amazon S3 bucket that contains the training data.
public DatasetImportJobSummary withDataSource(DataSource dataSource)
The location of the Amazon S3 bucket that contains the training data.
dataSource - The location of the Amazon S3 bucket that contains the training data.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 DatasetImportJobSummary 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 DatasetImportJobSummary 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 DatasetImportJobSummary 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 DatasetImportJobSummary 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 ObjectObject.toString()public DatasetImportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.