Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TrainedModelExportJobStatus
-
Packages that use TrainedModelExportJobStatus Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TrainedModelExportJobStatus in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TrainedModelExportJobStatus Modifier and Type Method Description static TrainedModelExportJobStatusTrainedModelExportJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainedModelExportJobStatusCollaborationTrainedModelExportJobSummary. status()The status of the trained model.static TrainedModelExportJobStatusTrainedModelExportJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainedModelExportJobStatus[]TrainedModelExportJobStatus. 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 TrainedModelExportJobStatus Modifier and Type Method Description static Set<TrainedModelExportJobStatus>TrainedModelExportJobStatus. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TrainedModelExportJobStatus Modifier and Type Method Description CollaborationTrainedModelExportJobSummary.BuilderCollaborationTrainedModelExportJobSummary.Builder. status(TrainedModelExportJobStatus status)The status of the trained model.
-