@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description for a dataset. For more information, see DescribeDataset.
Constructor and Description |
---|
DatasetDescription() |
Modifier and Type | Method and Description |
---|---|
DatasetDescription |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTimestamp()
The Unix timestamp for the time and date that the dataset was created.
|
String |
getDatasetType()
The type of the dataset.
|
DatasetImageStats |
getImageStats()
Statistics about the images in a dataset.
|
Date |
getLastUpdatedTimestamp()
The Unix timestamp for the date and time that the dataset was last updated.
|
String |
getProjectName()
The name of the project that contains the dataset.
|
String |
getStatus()
The status of the dataset.
|
String |
getStatusMessage()
The status message for the dataset.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
|
void |
setDatasetType(String datasetType)
The type of the dataset.
|
void |
setImageStats(DatasetImageStats imageStats)
Statistics about the images in a dataset.
|
void |
setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
|
void |
setProjectName(String projectName)
The name of the project that contains the dataset.
|
void |
setStatus(String status)
The status of the dataset.
|
void |
setStatusMessage(String statusMessage)
The status message for the dataset.
|
String |
toString()
Returns a string representation of this object.
|
DatasetDescription |
withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
|
DatasetDescription |
withDatasetType(String datasetType)
The type of the dataset.
|
DatasetDescription |
withImageStats(DatasetImageStats imageStats)
Statistics about the images in a dataset.
|
DatasetDescription |
withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
|
DatasetDescription |
withProjectName(String projectName)
The name of the project that contains the dataset.
|
DatasetDescription |
withStatus(DatasetStatus status)
The status of the dataset.
|
DatasetDescription |
withStatus(String status)
The status of the dataset.
|
DatasetDescription |
withStatusMessage(String statusMessage)
The status message for the dataset.
|
public void setProjectName(String projectName)
The name of the project that contains the dataset.
projectName
- The name of the project that contains the dataset.public String getProjectName()
The name of the project that contains the dataset.
public DatasetDescription withProjectName(String projectName)
The name of the project that contains the dataset.
projectName
- The name of the project that contains the dataset.public void setDatasetType(String datasetType)
The type of the dataset. The value train
represents a training dataset or single dataset project.
The value test
represents a test dataset.
datasetType
- The type of the dataset. The value train
represents a training dataset or single dataset
project. The value test
represents a test dataset.public String getDatasetType()
The type of the dataset. The value train
represents a training dataset or single dataset project.
The value test
represents a test dataset.
train
represents a training dataset or single dataset
project. The value test
represents a test dataset.public DatasetDescription withDatasetType(String datasetType)
The type of the dataset. The value train
represents a training dataset or single dataset project.
The value test
represents a test dataset.
datasetType
- The type of the dataset. The value train
represents a training dataset or single dataset
project. The value test
represents a test dataset.public void setCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
creationTimestamp
- The Unix timestamp for the time and date that the dataset was created.public Date getCreationTimestamp()
The Unix timestamp for the time and date that the dataset was created.
public DatasetDescription withCreationTimestamp(Date creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
creationTimestamp
- The Unix timestamp for the time and date that the dataset was created.public void setLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
lastUpdatedTimestamp
- The Unix timestamp for the date and time that the dataset was last updated.public Date getLastUpdatedTimestamp()
The Unix timestamp for the date and time that the dataset was last updated.
public DatasetDescription withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
lastUpdatedTimestamp
- The Unix timestamp for the date and time that the dataset was last updated.public void setStatus(String status)
The status of the dataset.
status
- The status of the dataset.DatasetStatus
public String getStatus()
The status of the dataset.
DatasetStatus
public DatasetDescription withStatus(String status)
The status of the dataset.
status
- The status of the dataset.DatasetStatus
public DatasetDescription withStatus(DatasetStatus status)
The status of the dataset.
status
- The status of the dataset.DatasetStatus
public void setStatusMessage(String statusMessage)
The status message for the dataset.
statusMessage
- The status message for the dataset.public String getStatusMessage()
The status message for the dataset.
public DatasetDescription withStatusMessage(String statusMessage)
The status message for the dataset.
statusMessage
- The status message for the dataset.public void setImageStats(DatasetImageStats imageStats)
Statistics about the images in a dataset.
imageStats
- Statistics about the images in a dataset.public DatasetImageStats getImageStats()
Statistics about the images in a dataset.
public DatasetDescription withImageStats(DatasetImageStats imageStats)
Statistics about the images in a dataset.
imageStats
- Statistics about the images in a dataset.public String toString()
toString
in class Object
Object.toString()
public DatasetDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.