| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| Modifier and Type | Method and Description |
|---|---|
default GetFoundationModelResponse |
BedrockClient.getFoundationModel(Consumer<GetFoundationModelRequest.Builder> getFoundationModelRequest)
Get details about a Bedrock foundation model.
|
default GetFoundationModelResponse |
BedrockClient.getFoundationModel(GetFoundationModelRequest getFoundationModelRequest)
Get details about a Bedrock foundation model.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetFoundationModelResponse> |
BedrockAsyncClient.getFoundationModel(Consumer<GetFoundationModelRequest.Builder> getFoundationModelRequest)
Get details about a Bedrock foundation model.
|
default CompletableFuture<GetFoundationModelResponse> |
BedrockAsyncClient.getFoundationModel(GetFoundationModelRequest getFoundationModelRequest)
Get details about a Bedrock foundation model.
|
Copyright © 2023. All rights reserved.