Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TrainedModelStatus
-
Packages that use TrainedModelStatus Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TrainedModelStatus in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TrainedModelStatus Modifier and Type Method Description static TrainedModelStatusTrainedModelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainedModelStatusCollaborationTrainedModelSummary. status()The status of the trained model.TrainedModelStatusGetCollaborationTrainedModelResponse. status()The status of the trained model.TrainedModelStatusGetTrainedModelResponse. status()The status of the trained model.TrainedModelStatusTrainedModelSummary. status()The status of the trained model.static TrainedModelStatusTrainedModelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainedModelStatus[]TrainedModelStatus. 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 TrainedModelStatus Modifier and Type Method Description static Set<TrainedModelStatus>TrainedModelStatus. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TrainedModelStatus Modifier and Type Method Description CollaborationTrainedModelSummary.BuilderCollaborationTrainedModelSummary.Builder. status(TrainedModelStatus status)The status of the trained model.GetCollaborationTrainedModelResponse.BuilderGetCollaborationTrainedModelResponse.Builder. status(TrainedModelStatus status)The status of the trained model.GetTrainedModelResponse.BuilderGetTrainedModelResponse.Builder. status(TrainedModelStatus status)The status of the trained model.TrainedModelSummary.BuilderTrainedModelSummary.Builder. status(TrainedModelStatus status)The status of the trained model.
-