@Generated(value="software.amazon.awssdk:codegen") public final class DatasetMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetMetadata.Builder,DatasetMetadata>
Sumary information for an Amazon Lookout for Vision dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetMetadata.Builder |
builder() |
Instant |
creationTimestamp()
The Unix timestamp for the date and time 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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetMetadata.Builder> |
serializableBuilderClass() |
DatasetStatus |
status()
The status for the dataset.
|
String |
statusAsString()
The status for the dataset.
|
String |
statusMessage()
The status message for the dataset.
|
DatasetMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetType()
The type of the dataset.
public final Instant creationTimestamp()
The Unix timestamp for the date and time that the dataset was created.
public final DatasetStatus status()
The status for 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 for 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 DatasetMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetMetadata.Builder,DatasetMetadata>public static DatasetMetadata.Builder builder()
public static Class<? extends DatasetMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.