Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ColumnSchema
-
Packages that use ColumnSchema Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of ColumnSchema in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type ColumnSchema Modifier and Type Method Description List<ColumnSchema>DatasetInputConfig. schema()The schema information for the training data.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type ColumnSchema Modifier and Type Method Description DatasetInputConfig.BuilderDatasetInputConfig.Builder. schema(ColumnSchema... schema)The schema information for the training data.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type ColumnSchema Modifier and Type Method Description DatasetInputConfig.BuilderDatasetInputConfig.Builder. schema(Collection<ColumnSchema> schema)The schema information for the training data.
-