Uses of Interface
software.amazon.awssdk.services.bedrock.model.FoundationModelLifecycle.Builder
-
Packages that use FoundationModelLifecycle.Builder Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of FoundationModelLifecycle.Builder in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return FoundationModelLifecycle.Builder Modifier and Type Method Description static FoundationModelLifecycle.BuilderFoundationModelLifecycle. builder()FoundationModelLifecycle.BuilderFoundationModelLifecycle.Builder. status(String status)Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.FoundationModelLifecycle.BuilderFoundationModelLifecycle.Builder. status(FoundationModelLifecycleStatus status)Specifies whether a model version is available (ACTIVE) or deprecated (LEGACY.FoundationModelLifecycle.BuilderFoundationModelLifecycle. toBuilder()Methods in software.amazon.awssdk.services.bedrock.model that return types with arguments of type FoundationModelLifecycle.Builder Modifier and Type Method Description static Class<? extends FoundationModelLifecycle.Builder>FoundationModelLifecycle. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrock.model with type arguments of type FoundationModelLifecycle.Builder Modifier and Type Method Description default FoundationModelDetails.BuilderFoundationModelDetails.Builder. modelLifecycle(Consumer<FoundationModelLifecycle.Builder> modelLifecycle)Contains details about whether a model version is available or deprecateddefault FoundationModelSummary.BuilderFoundationModelSummary.Builder. modelLifecycle(Consumer<FoundationModelLifecycle.Builder> modelLifecycle)Contains details about whether a model version is available or deprecated.
-