| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
FoundationModelLifecycle |
FoundationModelLifecycle.clone() |
FoundationModelLifecycle |
FoundationModelDetails.getModelLifecycle()
Contains details about whether a model version is available or deprecated
|
FoundationModelLifecycle |
FoundationModelSummary.getModelLifecycle()
Contains details about whether a model version is available or deprecated.
|
FoundationModelLifecycle |
FoundationModelLifecycle.withStatus(FoundationModelLifecycleStatus status)
Specifies whether a model version is available (
ACTIVE) or deprecated (LEGACY. |
FoundationModelLifecycle |
FoundationModelLifecycle.withStatus(String status)
Specifies whether a model version is available (
ACTIVE) or deprecated (LEGACY. |
| Modifier and Type | Method and Description |
|---|---|
void |
FoundationModelDetails.setModelLifecycle(FoundationModelLifecycle modelLifecycle)
Contains details about whether a model version is available or deprecated
|
void |
FoundationModelSummary.setModelLifecycle(FoundationModelLifecycle modelLifecycle)
Contains details about whether a model version is available or deprecated.
|
FoundationModelDetails |
FoundationModelDetails.withModelLifecycle(FoundationModelLifecycle modelLifecycle)
Contains details about whether a model version is available or deprecated
|
FoundationModelSummary |
FoundationModelSummary.withModelLifecycle(FoundationModelLifecycle modelLifecycle)
Contains details about whether a model version is available or deprecated.
|
Copyright © 2024. All rights reserved.