Class DatasetMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.lookoutvision.model.DatasetMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DatasetMetadata.Builder,DatasetMetadata>
@Generated("software.amazon.awssdk:codegen") public final class DatasetMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetMetadata.Builder,DatasetMetadata>
Summary information for an Amazon Lookout for Vision dataset. For more information, see DescribeDataset and ProjectDescription.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDatasetMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatasetMetadata.Builderbuilder()InstantcreationTimestamp()The Unix timestamp for the date and time that the dataset was created.StringdatasetType()The type of the dataset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DatasetMetadata.Builder>serializableBuilderClass()DatasetStatusstatus()The status for the dataset.StringstatusAsString()The status for the dataset.StringstatusMessage()The status message for the dataset.DatasetMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
datasetType
public final String datasetType()
The type of the dataset.
- Returns:
- The type of the dataset.
-
creationTimestamp
public final Instant creationTimestamp()
The Unix timestamp for the date and time that the dataset was created.
- Returns:
- The Unix timestamp for the date and time that the dataset was created.
-
status
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,
statuswill returnDatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status for the dataset.
- See Also:
DatasetStatus
-
statusAsString
public final String statusAsString()
The status for the dataset.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnDatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status for the dataset.
- See Also:
DatasetStatus
-
statusMessage
public final String statusMessage()
The status message for the dataset.
- Returns:
- The status message for the dataset.
-
toBuilder
public DatasetMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DatasetMetadata.Builder,DatasetMetadata>
-
builder
public static DatasetMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends DatasetMetadata.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-