| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
static InferenceType |
InferenceType.fromValue(String value)
Use this in place of valueOf.
|
static InferenceType |
InferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InferenceType[] |
InferenceType.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.withByInferenceType(InferenceType byInferenceType)
Return models that support the inference type that you specify.
|
FoundationModelDetails |
FoundationModelDetails.withInferenceTypesSupported(InferenceType... inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary |
FoundationModelSummary.withInferenceTypesSupported(InferenceType... inferenceTypesSupported)
The inference types that the model supports.
|
Copyright © 2025. All rights reserved.