| 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 GetCustomModelResponse |
BedrockClient.getCustomModel(Consumer<GetCustomModelRequest.Builder> getCustomModelRequest)
Get the properties associated with a Bedrock custom model that you have created.For more information, see Custom models in the Bedrock
User Guide.
|
default CompletableFuture<GetCustomModelResponse> |
BedrockAsyncClient.getCustomModel(Consumer<GetCustomModelRequest.Builder> getCustomModelRequest)
Get the properties associated with a Bedrock custom model that you have created.For more information, see Custom models in the Bedrock
User Guide.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCustomModelRequest.Builder |
GetCustomModelRequest.builder() |
GetCustomModelRequest.Builder |
GetCustomModelRequest.Builder.modelIdentifier(String modelIdentifier)
Name or ARN of the custom model.
|
GetCustomModelRequest.Builder |
GetCustomModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCustomModelRequest.Builder |
GetCustomModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCustomModelRequest.Builder |
GetCustomModelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCustomModelRequest.Builder> |
GetCustomModelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.