Uses of Class
software.amazon.awssdk.services.sagemaker.model.ActivationState
-
Packages that use ActivationState Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ActivationState in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ActivationState Modifier and Type Method Description ActivationStateComputeQuotaSummary. activationState()The state of the compute allocation being described.ActivationStateCreateComputeQuotaRequest. activationState()The state of the compute allocation being described.ActivationStateDescribeComputeQuotaResponse. activationState()The state of the compute allocation being described.ActivationStateUpdateComputeQuotaRequest. activationState()The state of the compute allocation being described.static ActivationStateActivationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActivationStateActivationState. valueOf(String name)Returns the enum constant of this type with the specified name.static ActivationState[]ActivationState. 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 ActivationState Modifier and Type Method Description static Set<ActivationState>ActivationState. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ActivationState Modifier and Type Method Description ComputeQuotaSummary.BuilderComputeQuotaSummary.Builder. activationState(ActivationState activationState)The state of the compute allocation being described.CreateComputeQuotaRequest.BuilderCreateComputeQuotaRequest.Builder. activationState(ActivationState activationState)The state of the compute allocation being described.DescribeComputeQuotaResponse.BuilderDescribeComputeQuotaResponse.Builder. activationState(ActivationState activationState)The state of the compute allocation being described.UpdateComputeQuotaRequest.BuilderUpdateComputeQuotaRequest.Builder. activationState(ActivationState activationState)The state of the compute allocation being described.
-