| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateModelCustomizationJobResponse |
BedrockClient.createModelCustomizationJob(Consumer<CreateModelCustomizationJobRequest.Builder> createModelCustomizationJobRequest)
Creates a fine-tuning job to customize a base model.
|
default CreateModelCustomizationJobResponse |
BedrockClient.createModelCustomizationJob(CreateModelCustomizationJobRequest createModelCustomizationJobRequest)
Creates a fine-tuning job to customize a base model.
|
default DeleteCustomModelResponse |
BedrockClient.deleteCustomModel(Consumer<DeleteCustomModelRequest.Builder> deleteCustomModelRequest)
Deletes a custom model that you created earlier.
|
default DeleteCustomModelResponse |
BedrockClient.deleteCustomModel(DeleteCustomModelRequest deleteCustomModelRequest)
Deletes a custom model that you created earlier.
|
default DeleteProvisionedModelThroughputResponse |
BedrockClient.deleteProvisionedModelThroughput(Consumer<DeleteProvisionedModelThroughputRequest.Builder> deleteProvisionedModelThroughputRequest)
Deletes a provisioned throughput.
|
default DeleteProvisionedModelThroughputResponse |
BedrockClient.deleteProvisionedModelThroughput(DeleteProvisionedModelThroughputRequest deleteProvisionedModelThroughputRequest)
Deletes a provisioned throughput.
|
default StopModelCustomizationJobResponse |
BedrockClient.stopModelCustomizationJob(Consumer<StopModelCustomizationJobRequest.Builder> stopModelCustomizationJobRequest)
Stops an active model customization job.
|
default StopModelCustomizationJobResponse |
BedrockClient.stopModelCustomizationJob(StopModelCustomizationJobRequest stopModelCustomizationJobRequest)
Stops an active model customization job.
|
Copyright © 2023. All rights reserved.