Uses of Class
software.amazon.awssdk.services.bedrock.model.FoundationModelLifecycleStatus
-
Packages that use FoundationModelLifecycleStatus Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of FoundationModelLifecycleStatus in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return FoundationModelLifecycleStatus Modifier and Type Method Description static FoundationModelLifecycleStatusFoundationModelLifecycleStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FoundationModelLifecycleStatusFoundationModelLifecycle. status()Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.static FoundationModelLifecycleStatusFoundationModelLifecycleStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FoundationModelLifecycleStatus[]FoundationModelLifecycleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type FoundationModelLifecycleStatus Modifier and Type Method Description static Set<FoundationModelLifecycleStatus>FoundationModelLifecycleStatus. knownValues()Methods in software.amazon.awssdk.services.bedrock.model with parameters of type FoundationModelLifecycleStatus Modifier and Type Method Description FoundationModelLifecycle.BuilderFoundationModelLifecycle.Builder. status(FoundationModelLifecycleStatus status)Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.
-