Uses of Class
software.amazon.awssdk.services.sagemaker.model.IsTrackingServerActive
-
Packages that use IsTrackingServerActive Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of IsTrackingServerActive in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return IsTrackingServerActive Modifier and Type Method Description static IsTrackingServerActiveIsTrackingServerActive. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.IsTrackingServerActiveDescribeMlflowTrackingServerResponse. isActive()Whether the described MLflow Tracking Server is currently active.IsTrackingServerActiveTrackingServerSummary. isActive()The activity status of a listed tracking server.static IsTrackingServerActiveIsTrackingServerActive. valueOf(String name)Returns the enum constant of this type with the specified name.static IsTrackingServerActive[]IsTrackingServerActive. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type IsTrackingServerActive Modifier and Type Method Description static Set<IsTrackingServerActive>IsTrackingServerActive. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type IsTrackingServerActive Modifier and Type Method Description DescribeMlflowTrackingServerResponse.BuilderDescribeMlflowTrackingServerResponse.Builder. isActive(IsTrackingServerActive isActive)Whether the described MLflow Tracking Server is currently active.TrackingServerSummary.BuilderTrackingServerSummary.Builder. isActive(IsTrackingServerActive isActive)The activity status of a listed tracking server.
-