| 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 CreateProvisionedModelThroughputResponse |
BedrockClient.createProvisionedModelThroughput(Consumer<CreateProvisionedModelThroughputRequest.Builder> createProvisionedModelThroughputRequest)
Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.
|
default CreateProvisionedModelThroughputResponse |
BedrockClient.createProvisionedModelThroughput(CreateProvisionedModelThroughputRequest createProvisionedModelThroughputRequest)
Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned 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 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 GetCustomModelResponse |
BedrockClient.getCustomModel(GetCustomModelRequest 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 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.
|
default GetModelCustomizationJobResponse |
BedrockClient.getModelCustomizationJob(Consumer<GetModelCustomizationJobRequest.Builder> getModelCustomizationJobRequest)
Retrieves the properties associated with a model-customization job, including the status of the job.
|
default GetModelCustomizationJobResponse |
BedrockClient.getModelCustomizationJob(GetModelCustomizationJobRequest getModelCustomizationJobRequest)
Retrieves the properties associated with a model-customization job, including the status of the job.
|
default GetProvisionedModelThroughputResponse |
BedrockClient.getProvisionedModelThroughput(Consumer<GetProvisionedModelThroughputRequest.Builder> getProvisionedModelThroughputRequest)
Get details for a provisioned throughput.
|
default GetProvisionedModelThroughputResponse |
BedrockClient.getProvisionedModelThroughput(GetProvisionedModelThroughputRequest getProvisionedModelThroughputRequest)
Get details for a provisioned throughput.
|
default ListTagsForResourceResponse |
BedrockClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List the tags associated with the specified resource.
|
default ListTagsForResourceResponse |
BedrockClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List the tags associated with the specified resource.
|
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.
|
default TagResourceResponse |
BedrockClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associate tags with a resource.
|
default TagResourceResponse |
BedrockClient.tagResource(TagResourceRequest tagResourceRequest)
Associate tags with a resource.
|
default UntagResourceResponse |
BedrockClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Remove one or more tags from a resource.
|
default UntagResourceResponse |
BedrockClient.untagResource(UntagResourceRequest untagResourceRequest)
Remove one or more tags from a resource.
|
default UpdateProvisionedModelThroughputResponse |
BedrockClient.updateProvisionedModelThroughput(Consumer<UpdateProvisionedModelThroughputRequest.Builder> updateProvisionedModelThroughputRequest)
Update a provisioned throughput.
|
default UpdateProvisionedModelThroughputResponse |
BedrockClient.updateProvisionedModelThroughput(UpdateProvisionedModelThroughputRequest updateProvisionedModelThroughputRequest)
Update a provisioned throughput.
|
Copyright © 2023. All rights reserved.