| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceType |
ListFoundationModelsRequest.byInferenceType()
List by inference type.
|
static InferenceType |
InferenceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<InferenceType> |
FoundationModelDetails.inferenceTypesSupported()
The inference types that the model supports.
|
List<InferenceType> |
FoundationModelSummary.inferenceTypesSupported()
The inference types that the model supports.
|
static Set<InferenceType> |
InferenceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListFoundationModelsRequest.Builder |
ListFoundationModelsRequest.Builder.byInferenceType(InferenceType byInferenceType)
List by inference type.
|
FoundationModelDetails.Builder |
FoundationModelDetails.Builder.inferenceTypesSupported(InferenceType... inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inferenceTypesSupported(InferenceType... inferenceTypesSupported)
The inference types that the model supports.
|
| Modifier and Type | Method and Description |
|---|---|
FoundationModelDetails.Builder |
FoundationModelDetails.Builder.inferenceTypesSupported(Collection<InferenceType> inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelSummary.Builder |
FoundationModelSummary.Builder.inferenceTypesSupported(Collection<InferenceType> inferenceTypesSupported)
The inference types that the model supports.
|
Copyright © 2023. All rights reserved.