| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static ModelModality |
ModelModality.fromValue(String value)
Use this in place of valueOf.
|
static ModelModality |
ModelModality.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelModality[] |
ModelModality.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ListFoundationModelsRequest |
ListFoundationModelsRequest.withByOutputModality(ModelModality byOutputModality)
Return models that support the output modality that you specify.
|
FoundationModelDetails |
FoundationModelDetails.withInputModalities(ModelModality... inputModalities)
The input modalities that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withInputModalities(ModelModality... inputModalities)
The input modalities that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withOutputModalities(ModelModality... outputModalities)
The output modalities that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withOutputModalities(ModelModality... outputModalities)
The output modalities that the model supports.
|
Copyright © 2025. All rights reserved.