| Package | Description |
|---|---|
| software.amazon.awssdk.services.bedrock |
Describes the API operations for creating and managing Bedrock models.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetModelCustomizationJobResponse> |
BedrockAsyncClient.getModelCustomizationJob(Consumer<GetModelCustomizationJobRequest.Builder> getModelCustomizationJobRequest)
Retrieves the properties associated with a model-customization job, including the status of the job.
|
default CompletableFuture<GetModelCustomizationJobResponse> |
BedrockAsyncClient.getModelCustomizationJob(GetModelCustomizationJobRequest getModelCustomizationJobRequest)
Retrieves the properties associated with a model-customization job, including the status of the job.
|
Copyright © 2023. All rights reserved.