Class Dataset
- java.lang.Object
-
- software.amazon.awssdk.services.cleanroomsml.model.Dataset
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Dataset.Builder,Dataset>
@Generated("software.amazon.awssdk:codegen") public final class Dataset extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Dataset.Builder,Dataset>
Defines where the training dataset is located, what type of data it contains, and how to access the data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataset.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Dataset.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DatasetInputConfiginputConfig()A DatasetInputConfig object that defines the data source and schema mapping.List<SdkField<?>>sdkFields()static Class<? extends Dataset.Builder>serializableBuilderClass()Dataset.BuildertoBuilder()StringtoString()Returns a string representation of this object.DatasetTypetype()What type of information is found in the dataset.StringtypeAsString()What type of information is found in the dataset.-
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
-
inputConfig
public final DatasetInputConfig inputConfig()
A DatasetInputConfig object that defines the data source and schema mapping.
- Returns:
- A DatasetInputConfig object that defines the data source and schema mapping.
-
type
public final DatasetType type()
What type of information is found in the dataset.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDatasetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- What type of information is found in the dataset.
- See Also:
DatasetType
-
typeAsString
public final String typeAsString()
What type of information is found in the dataset.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDatasetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- What type of information is found in the dataset.
- See Also:
DatasetType
-
toBuilder
public Dataset.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Dataset.Builder,Dataset>
-
builder
public static Dataset.Builder builder()
-
serializableBuilderClass
public static Class<? extends Dataset.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.
-
-