Uses of Class
software.amazon.awssdk.services.bedrock.model.FoundationModelLifecycle
-
Packages that use FoundationModelLifecycle Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of FoundationModelLifecycle in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return FoundationModelLifecycle Modifier and Type Method Description FoundationModelLifecycleFoundationModelDetails. modelLifecycle()Contains details about whether a model version is available or deprecatedFoundationModelLifecycleFoundationModelSummary. modelLifecycle()Contains details about whether a model version is available or deprecated.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type FoundationModelLifecycle Modifier and Type Method Description FoundationModelDetails.BuilderFoundationModelDetails.Builder. modelLifecycle(FoundationModelLifecycle modelLifecycle)Contains details about whether a model version is available or deprecatedFoundationModelSummary.BuilderFoundationModelSummary.Builder. modelLifecycle(FoundationModelLifecycle modelLifecycle)Contains details about whether a model version is available or deprecated.
-