| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
FoundationModelDetails |
FoundationModelDetails.clone() |
FoundationModelDetails |
GetFoundationModelResult.getModelDetails()
Information about the foundation model.
|
FoundationModelDetails |
FoundationModelDetails.withCustomizationsSupported(Collection<String> customizationsSupported)
The customization that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withCustomizationsSupported(ModelCustomization... customizationsSupported)
The customization that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withCustomizationsSupported(String... customizationsSupported)
The customization that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withInferenceTypesSupported(Collection<String> inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withInferenceTypesSupported(InferenceType... inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withInferenceTypesSupported(String... inferenceTypesSupported)
The inference types that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withInputModalities(Collection<String> inputModalities)
The input modalities that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withInputModalities(ModelModality... inputModalities)
The input modalities that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withInputModalities(String... inputModalities)
The input modalities that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withModelArn(String modelArn)
The model Amazon Resource Name (ARN).
|
FoundationModelDetails |
FoundationModelDetails.withModelId(String modelId)
The model identifier.
|
FoundationModelDetails |
FoundationModelDetails.withModelLifecycle(FoundationModelLifecycle modelLifecycle)
Contains details about whether a model version is available or deprecated
|
FoundationModelDetails |
FoundationModelDetails.withModelName(String modelName)
The model name.
|
FoundationModelDetails |
FoundationModelDetails.withOutputModalities(Collection<String> outputModalities)
The output modalities that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withOutputModalities(ModelModality... outputModalities)
The output modalities that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withOutputModalities(String... outputModalities)
The output modalities that the model supports.
|
FoundationModelDetails |
FoundationModelDetails.withProviderName(String providerName)
The model's provider name.
|
FoundationModelDetails |
FoundationModelDetails.withResponseStreamingSupported(Boolean responseStreamingSupported)
Indicates whether the model supports streaming.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFoundationModelResult.setModelDetails(FoundationModelDetails modelDetails)
Information about the foundation model.
|
GetFoundationModelResult |
GetFoundationModelResult.withModelDetails(FoundationModelDetails modelDetails)
Information about the foundation model.
|
Copyright © 2025. All rights reserved.