Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.LogsStatus
-
Packages that use LogsStatus Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of LogsStatus in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return LogsStatus Modifier and Type Method Description static LogsStatusLogsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LogsStatusCollaborationTrainedModelInferenceJobSummary. logsStatus()The trained model inference job logs status.LogsStatusGetCollaborationTrainedModelResponse. logsStatus()Status information for the logs.LogsStatusGetTrainedModelInferenceJobResponse. logsStatus()The logs status for the trained model inference job.LogsStatusGetTrainedModelResponse. logsStatus()The logs status for the trained model.LogsStatusTrainedModelInferenceJobSummary. logsStatus()The log status of the trained model inference job.static LogsStatusLogsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LogsStatus[]LogsStatus. 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 LogsStatus Modifier and Type Method Description static Set<LogsStatus>LogsStatus. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type LogsStatus Modifier and Type Method Description CollaborationTrainedModelInferenceJobSummary.BuilderCollaborationTrainedModelInferenceJobSummary.Builder. logsStatus(LogsStatus logsStatus)The trained model inference job logs status.GetCollaborationTrainedModelResponse.BuilderGetCollaborationTrainedModelResponse.Builder. logsStatus(LogsStatus logsStatus)Status information for the logs.GetTrainedModelInferenceJobResponse.BuilderGetTrainedModelInferenceJobResponse.Builder. logsStatus(LogsStatus logsStatus)The logs status for the trained model inference job.GetTrainedModelResponse.BuilderGetTrainedModelResponse.Builder. logsStatus(LogsStatus logsStatus)The logs status for the trained model.TrainedModelInferenceJobSummary.BuilderTrainedModelInferenceJobSummary.Builder. logsStatus(LogsStatus logsStatus)The log status of the trained model inference job.
-