Uses of Class
software.amazon.awssdk.services.sagemaker.model.WarmPoolResourceStatus
-
Packages that use WarmPoolResourceStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of WarmPoolResourceStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return WarmPoolResourceStatus Modifier and Type Method Description static WarmPoolResourceStatusWarmPoolResourceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WarmPoolResourceStatusWarmPoolStatus. status()The status of the warm pool.static WarmPoolResourceStatusWarmPoolResourceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WarmPoolResourceStatus[]WarmPoolResourceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.WarmPoolResourceStatusListTrainingJobsRequest. warmPoolStatusEquals()A filter that retrieves only training jobs with a specific warm pool status.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type WarmPoolResourceStatus Modifier and Type Method Description static Set<WarmPoolResourceStatus>WarmPoolResourceStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type WarmPoolResourceStatus Modifier and Type Method Description WarmPoolStatus.BuilderWarmPoolStatus.Builder. status(WarmPoolResourceStatus status)The status of the warm pool.ListTrainingJobsRequest.BuilderListTrainingJobsRequest.Builder. warmPoolStatusEquals(WarmPoolResourceStatus warmPoolStatusEquals)A filter that retrieves only training jobs with a specific warm pool status.
-