Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TrainingDatasetStatus
-
Packages that use TrainingDatasetStatus Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TrainingDatasetStatus in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TrainingDatasetStatus Modifier and Type Method Description static TrainingDatasetStatusTrainingDatasetStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainingDatasetStatusGetTrainingDatasetResponse. status()The status of the training dataset.TrainingDatasetStatusTrainingDatasetSummary. status()The status of the training dataset.static TrainingDatasetStatusTrainingDatasetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainingDatasetStatus[]TrainingDatasetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type TrainingDatasetStatus Modifier and Type Method Description static Set<TrainingDatasetStatus>TrainingDatasetStatus. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TrainingDatasetStatus Modifier and Type Method Description GetTrainingDatasetResponse.BuilderGetTrainingDatasetResponse.Builder. status(TrainingDatasetStatus status)The status of the training dataset.TrainingDatasetSummary.BuilderTrainingDatasetSummary.Builder. status(TrainingDatasetStatus status)The status of the training dataset.
-