default CreateCustomModelResponse |
BedrockClient.createCustomModel(Consumer<CreateCustomModelRequest.Builder> createCustomModelRequest) |
Creates a new custom model in Amazon Bedrock.
|
default CreateCustomModelResponse |
BedrockClient.createCustomModel(CreateCustomModelRequest createCustomModelRequest) |
Creates a new custom model in Amazon Bedrock.
|
default CreateGuardrailResponse |
BedrockClient.createGuardrail(Consumer<CreateGuardrailRequest.Builder> createGuardrailRequest) |
Creates a guardrail to block topics and to implement safeguards for your generative AI applications.
|
default CreateGuardrailResponse |
BedrockClient.createGuardrail(CreateGuardrailRequest createGuardrailRequest) |
Creates a guardrail to block topics and to implement safeguards for your generative AI applications.
|
default CreateInferenceProfileResponse |
BedrockClient.createInferenceProfile(Consumer<CreateInferenceProfileRequest.Builder> createInferenceProfileRequest) |
Creates an application inference profile to track metrics and costs when invoking a model.
|
default CreateInferenceProfileResponse |
BedrockClient.createInferenceProfile(CreateInferenceProfileRequest createInferenceProfileRequest) |
Creates an application inference profile to track metrics and costs when invoking a model.
|
default CreateModelCopyJobResponse |
BedrockClient.createModelCopyJob(Consumer<CreateModelCopyJobRequest.Builder> createModelCopyJobRequest) |
Copies a model to another region so that it can be used there.
|
default CreateModelCopyJobResponse |
BedrockClient.createModelCopyJob(CreateModelCopyJobRequest createModelCopyJobRequest) |
Copies a model to another region so that it can be used there.
|
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 CreateModelImportJobResponse |
BedrockClient.createModelImportJob(Consumer<CreateModelImportJobRequest.Builder> createModelImportJobRequest) |
Creates a model import job to import model that you have customized in other environments, such as Amazon
SageMaker.
|
default CreateModelImportJobResponse |
BedrockClient.createModelImportJob(CreateModelImportJobRequest createModelImportJobRequest) |
Creates a model import job to import model that you have customized in other environments, such as Amazon
SageMaker.
|
default CreatePromptRouterResponse |
BedrockClient.createPromptRouter(Consumer<CreatePromptRouterRequest.Builder> createPromptRouterRequest) |
Creates a prompt router that manages the routing of requests between multiple foundation models based on the
routing criteria.
|
default CreatePromptRouterResponse |
BedrockClient.createPromptRouter(CreatePromptRouterRequest createPromptRouterRequest) |
Creates a prompt router that manages the routing of requests between multiple foundation models based on the
routing criteria.
|
default CreateProvisionedModelThroughputResponse |
BedrockClient.createProvisionedModelThroughput(Consumer<CreateProvisionedModelThroughputRequest.Builder> createProvisionedModelThroughputRequest) |
Creates dedicated throughput for a base or custom model with the model units and for the duration that you
specify.
|
default CreateProvisionedModelThroughputResponse |
BedrockClient.createProvisionedModelThroughput(CreateProvisionedModelThroughputRequest createProvisionedModelThroughputRequest) |
Creates dedicated throughput for a base or custom model with the model units and for the duration that you
specify.
|
default TagResourceResponse |
BedrockClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Associate tags with a resource.
|
default TagResourceResponse |
BedrockClient.tagResource(TagResourceRequest tagResourceRequest) |
Associate tags with a resource.
|