Uses of Class
software.amazon.awssdk.services.sagemaker.model.SchedulerResourceStatus
-
Packages that use SchedulerResourceStatus Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of SchedulerResourceStatus in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SchedulerResourceStatus Modifier and Type Method Description static SchedulerResourceStatusSchedulerResourceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SchedulerResourceStatusClusterSchedulerConfigSummary. status()Status of the cluster policy.SchedulerResourceStatusComputeQuotaSummary. status()Status of the compute allocation definition.SchedulerResourceStatusDescribeClusterSchedulerConfigResponse. status()Status of the cluster policy.SchedulerResourceStatusDescribeComputeQuotaResponse. status()Status of the compute allocation definition.SchedulerResourceStatusListClusterSchedulerConfigsRequest. status()Filter for status.SchedulerResourceStatusListComputeQuotasRequest. status()Filter for status.static SchedulerResourceStatusSchedulerResourceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SchedulerResourceStatus[]SchedulerResourceStatus. 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 SchedulerResourceStatus Modifier and Type Method Description static Set<SchedulerResourceStatus>SchedulerResourceStatus. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SchedulerResourceStatus Modifier and Type Method Description ClusterSchedulerConfigSummary.BuilderClusterSchedulerConfigSummary.Builder. status(SchedulerResourceStatus status)Status of the cluster policy.ComputeQuotaSummary.BuilderComputeQuotaSummary.Builder. status(SchedulerResourceStatus status)Status of the compute allocation definition.DescribeClusterSchedulerConfigResponse.BuilderDescribeClusterSchedulerConfigResponse.Builder. status(SchedulerResourceStatus status)Status of the cluster policy.DescribeComputeQuotaResponse.BuilderDescribeComputeQuotaResponse.Builder. status(SchedulerResourceStatus status)Status of the compute allocation definition.ListClusterSchedulerConfigsRequest.BuilderListClusterSchedulerConfigsRequest.Builder. status(SchedulerResourceStatus status)Filter for status.ListComputeQuotasRequest.BuilderListComputeQuotasRequest.Builder. status(SchedulerResourceStatus status)Filter for status.
-