| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| software.amazon.awssdk.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
default GetFoundationModelResponse |
BedrockClient.getFoundationModel(Consumer<GetFoundationModelRequest.Builder> getFoundationModelRequest)
Get details about a Bedrock foundation model.
|
default CompletableFuture<GetFoundationModelResponse> |
BedrockAsyncClient.getFoundationModel(Consumer<GetFoundationModelRequest.Builder> getFoundationModelRequest)
Get details about a Bedrock foundation model.
|
| Modifier and Type | Method and Description |
|---|---|
static GetFoundationModelRequest.Builder |
GetFoundationModelRequest.builder() |
GetFoundationModelRequest.Builder |
GetFoundationModelRequest.Builder.modelIdentifier(String modelIdentifier)
The model identifier.
|
GetFoundationModelRequest.Builder |
GetFoundationModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFoundationModelRequest.Builder |
GetFoundationModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetFoundationModelRequest.Builder |
GetFoundationModelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetFoundationModelRequest.Builder> |
GetFoundationModelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.