@Generated(value="software.amazon.awssdk:codegen") public final class DatasetDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetDescription.Builder,DatasetDescription>
The description for a dataset. For more information, see DescribeDataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetDescription.Builder |
builder() |
Instant |
creationTimestamp()
The Unix timestamp for the time and date that the dataset was created.
|
String |
datasetType()
The type of the dataset.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DatasetImageStats |
imageStats()
Statistics about the images in a dataset.
|
Instant |
lastUpdatedTimestamp()
The Unix timestamp for the date and time that the dataset was last updated.
|
String |
projectName()
The name of the project that contains the dataset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetDescription.Builder> |
serializableBuilderClass() |
DatasetStatus |
status()
The status of the dataset.
|
String |
statusAsString()
The status of the dataset.
|
String |
statusMessage()
The status message for the dataset.
|
DatasetDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String projectName()
The name of the project that contains the dataset.
public final 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.
train represents a training dataset or single dataset
project. The value test represents a test dataset.public final Instant creationTimestamp()
The Unix timestamp for the time and date that the dataset was created.
public final Instant lastUpdatedTimestamp()
The Unix timestamp for the date and time that the dataset was last updated.
public final DatasetStatus status()
The status of the dataset.
If the service returns an enum value that is not available in the current SDK version, status will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DatasetStatuspublic final String statusAsString()
The status of the dataset.
If the service returns an enum value that is not available in the current SDK version, status will
return DatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
DatasetStatuspublic final String statusMessage()
The status message for the dataset.
public final DatasetImageStats imageStats()
Statistics about the images in a dataset.
public DatasetDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetDescription.Builder,DatasetDescription>public static DatasetDescription.Builder builder()
public static Class<? extends DatasetDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.