@Generated(value="software.amazon.awssdk:codegen") public final class DatasetProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetProperties.Builder,DatasetProperties>
Properties associated with the dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DatasetProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DatasetProperties.Builder |
builder() |
Instant |
creationTime()
Creation time of the dataset.
|
String |
datasetArn()
The ARN of the dataset.
|
String |
datasetName()
The name of the dataset.
|
String |
datasetS3Uri()
The S3 URI where the dataset is stored.
|
DatasetType |
datasetType()
The dataset type (training data or test data).
|
String |
datasetTypeAsString()
The dataset type (training data or test data).
|
String |
description()
Description of the dataset.
|
Instant |
endTime()
Time when the data from the dataset becomes available in the data lake.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
message()
A description of the status of the dataset.
|
Long |
numberOfDocuments()
The number of documents in the dataset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetProperties.Builder> |
serializableBuilderClass() |
DatasetStatus |
status()
The dataset status.
|
String |
statusAsString()
The dataset status.
|
DatasetProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String datasetArn()
The ARN of the dataset.
public final String datasetName()
The name of the dataset.
public final DatasetType datasetType()
The dataset type (training data or test data).
If the service returns an enum value that is not available in the current SDK version, datasetType will
return DatasetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
datasetTypeAsString().
DatasetTypepublic final String datasetTypeAsString()
The dataset type (training data or test data).
If the service returns an enum value that is not available in the current SDK version, datasetType will
return DatasetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
datasetTypeAsString().
DatasetTypepublic final String datasetS3Uri()
The S3 URI where the dataset is stored.
public final String description()
Description of the dataset.
public final DatasetStatus status()
The dataset status. While the system creates the dataset, the status is CREATING. When the dataset
is ready to use, the status changes to COMPLETED.
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().
CREATING. When the
dataset is ready to use, the status changes to COMPLETED.DatasetStatuspublic final String statusAsString()
The dataset status. While the system creates the dataset, the status is CREATING. When the dataset
is ready to use, the status changes to COMPLETED.
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().
CREATING. When the
dataset is ready to use, the status changes to COMPLETED.DatasetStatuspublic final String message()
A description of the status of the dataset.
public final Long numberOfDocuments()
The number of documents in the dataset.
public final Instant creationTime()
Creation time of the dataset.
public final Instant endTime()
Time when the data from the dataset becomes available in the data lake.
public DatasetProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DatasetProperties.Builder,DatasetProperties>public static DatasetProperties.Builder builder()
public static Class<? extends DatasetProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.