| 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 DeleteModelInvocationLoggingConfigurationResponse |
BedrockClient.deleteModelInvocationLoggingConfiguration(Consumer<DeleteModelInvocationLoggingConfigurationRequest.Builder> deleteModelInvocationLoggingConfigurationRequest)
Delete the invocation logging.
|
default DeleteModelInvocationLoggingConfigurationResponse |
BedrockClient.deleteModelInvocationLoggingConfiguration(DeleteModelInvocationLoggingConfigurationRequest deleteModelInvocationLoggingConfigurationRequest)
Delete the invocation logging.
|
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 GetModelInvocationLoggingConfigurationResponse |
BedrockClient.getModelInvocationLoggingConfiguration(Consumer<GetModelInvocationLoggingConfigurationRequest.Builder> getModelInvocationLoggingConfigurationRequest)
Get the current configuration values for model invocation logging.
|
default GetModelInvocationLoggingConfigurationResponse |
BedrockClient.getModelInvocationLoggingConfiguration(GetModelInvocationLoggingConfigurationRequest getModelInvocationLoggingConfigurationRequest)
Get the current configuration values for model invocation logging.
|
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 ListCustomModelsResponse |
BedrockClient.listCustomModels(Consumer<ListCustomModelsRequest.Builder> listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
default ListCustomModelsResponse |
BedrockClient.listCustomModels(ListCustomModelsRequest listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
default ListCustomModelsIterable |
BedrockClient.listCustomModelsPaginator(Consumer<ListCustomModelsRequest.Builder> listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
default ListCustomModelsIterable |
BedrockClient.listCustomModelsPaginator(ListCustomModelsRequest listCustomModelsRequest)
Returns a list of the custom models that you have created with the
CreateModelCustomizationJob
operation. |
default ListFoundationModelsResponse |
BedrockClient.listFoundationModels(Consumer<ListFoundationModelsRequest.Builder> listFoundationModelsRequest)
List of Bedrock foundation models that you can use.
|
default ListFoundationModelsResponse |
BedrockClient.listFoundationModels(ListFoundationModelsRequest listFoundationModelsRequest)
List of Bedrock foundation models that you can use.
|
default ListModelCustomizationJobsResponse |
BedrockClient.listModelCustomizationJobs(Consumer<ListModelCustomizationJobsRequest.Builder> listModelCustomizationJobsRequest)
Returns a list of model customization jobs that you have submitted.
|
default ListModelCustomizationJobsResponse |
BedrockClient.listModelCustomizationJobs(ListModelCustomizationJobsRequest listModelCustomizationJobsRequest)
Returns a list of model customization jobs that you have submitted.
|
default ListModelCustomizationJobsIterable |
BedrockClient.listModelCustomizationJobsPaginator(Consumer<ListModelCustomizationJobsRequest.Builder> listModelCustomizationJobsRequest)
Returns a list of model customization jobs that you have submitted.
|
default ListModelCustomizationJobsIterable |
BedrockClient.listModelCustomizationJobsPaginator(ListModelCustomizationJobsRequest listModelCustomizationJobsRequest)
Returns a list of model customization jobs that you have submitted.
|
default ListProvisionedModelThroughputsResponse |
BedrockClient.listProvisionedModelThroughputs(Consumer<ListProvisionedModelThroughputsRequest.Builder> listProvisionedModelThroughputsRequest)
List the provisioned capacities.
|
default ListProvisionedModelThroughputsResponse |
BedrockClient.listProvisionedModelThroughputs(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)
List the provisioned capacities.
|
default ListProvisionedModelThroughputsIterable |
BedrockClient.listProvisionedModelThroughputsPaginator(Consumer<ListProvisionedModelThroughputsRequest.Builder> listProvisionedModelThroughputsRequest)
List the provisioned capacities.
|
default ListProvisionedModelThroughputsIterable |
BedrockClient.listProvisionedModelThroughputsPaginator(ListProvisionedModelThroughputsRequest listProvisionedModelThroughputsRequest)
List the provisioned capacities.
|
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 PutModelInvocationLoggingConfigurationResponse |
BedrockClient.putModelInvocationLoggingConfiguration(Consumer<PutModelInvocationLoggingConfigurationRequest.Builder> putModelInvocationLoggingConfigurationRequest)
Set the configuration values for model invocation logging.
|
default PutModelInvocationLoggingConfigurationResponse |
BedrockClient.putModelInvocationLoggingConfiguration(PutModelInvocationLoggingConfigurationRequest putModelInvocationLoggingConfigurationRequest)
Set the configuration values for model invocation logging.
|
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.