Class TrainingDatasetSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.TrainingDatasetSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrainingDatasetSummary.Builder,TrainingDatasetSummary>
@Generated("software.amazon.awssdk:codegen") public final class TrainingDatasetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrainingDatasetSummary.Builder,TrainingDatasetSummary>
Provides information about the training dataset.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrainingDatasetSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrainingDatasetSummary.Builderbuilder()InstantcreateTime()The time at which the training dataset was created.Stringdescription()The description of the training dataset.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the training dataset.List<SdkField<?>>sdkFields()static Class<? extends TrainingDatasetSummary.Builder>serializableBuilderClass()TrainingDatasetStatusstatus()The status of the training dataset.StringstatusAsString()The status of the training dataset.TrainingDatasetSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrainingDatasetArn()The Amazon Resource Name (ARN) of the training dataset.InstantupdateTime()The most recent time at which the training dataset was updated.-
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
-
createTime
public final Instant createTime()
The time at which the training dataset was created.
- Returns:
- The time at which the training dataset was created.
-
description
public final String description()
The description of the training dataset.
- Returns:
- The description of the training dataset.
-
name
public final String name()
The name of the training dataset.
- Returns:
- The name of the training dataset.
-
status
public final TrainingDatasetStatus status()
The status of the training dataset.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTrainingDatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the training dataset.
- See Also:
TrainingDatasetStatus
-
statusAsString
public final String statusAsString()
The status of the training dataset.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnTrainingDatasetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the training dataset.
- See Also:
TrainingDatasetStatus
-
trainingDatasetArn
public final String trainingDatasetArn()
The Amazon Resource Name (ARN) of the training dataset.
- Returns:
- The Amazon Resource Name (ARN) of the training dataset.
-
updateTime
public final Instant updateTime()
The most recent time at which the training dataset was updated.
- Returns:
- The most recent time at which the training dataset was updated.
-
toBuilder
public TrainingDatasetSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrainingDatasetSummary.Builder,TrainingDatasetSummary>
-
builder
public static TrainingDatasetSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrainingDatasetSummary.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.
-
-