| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
CreatePromptResult |
AbstractAWSBedrockAgent.createPrompt(CreatePromptRequest request) |
CreatePromptResult |
AWSBedrockAgent.createPrompt(CreatePromptRequest createPromptRequest)
Creates a prompt in your prompt library that you can add to a flow.
|
CreatePromptResult |
AWSBedrockAgentClient.createPrompt(CreatePromptRequest request)
Creates a prompt in your prompt library that you can add to a flow.
|
Future<CreatePromptResult> |
AbstractAWSBedrockAgentAsync.createPromptAsync(CreatePromptRequest request) |
Future<CreatePromptResult> |
AWSBedrockAgentAsync.createPromptAsync(CreatePromptRequest createPromptRequest)
Creates a prompt in your prompt library that you can add to a flow.
|
Future<CreatePromptResult> |
AWSBedrockAgentAsyncClient.createPromptAsync(CreatePromptRequest request) |
Future<CreatePromptResult> |
AbstractAWSBedrockAgentAsync.createPromptAsync(CreatePromptRequest request,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler) |
Future<CreatePromptResult> |
AWSBedrockAgentAsync.createPromptAsync(CreatePromptRequest createPromptRequest,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler)
Creates a prompt in your prompt library that you can add to a flow.
|
Future<CreatePromptResult> |
AWSBedrockAgentAsyncClient.createPromptAsync(CreatePromptRequest request,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePromptResult> |
AbstractAWSBedrockAgentAsync.createPromptAsync(CreatePromptRequest request,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler) |
Future<CreatePromptResult> |
AWSBedrockAgentAsync.createPromptAsync(CreatePromptRequest createPromptRequest,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler)
Creates a prompt in your prompt library that you can add to a flow.
|
Future<CreatePromptResult> |
AWSBedrockAgentAsyncClient.createPromptAsync(CreatePromptRequest request,
AsyncHandler<CreatePromptRequest,CreatePromptResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePromptRequest |
CreatePromptRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePromptRequest |
CreatePromptRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePromptRequest |
CreatePromptRequest.clone() |
CreatePromptRequest |
CreatePromptRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreatePromptRequest |
CreatePromptRequest.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key to encrypt the prompt.
|
CreatePromptRequest |
CreatePromptRequest.withDefaultVariant(String defaultVariant)
The name of the default variant for the prompt.
|
CreatePromptRequest |
CreatePromptRequest.withDescription(String description)
A description for the prompt.
|
CreatePromptRequest |
CreatePromptRequest.withName(String name)
A name for the prompt.
|
CreatePromptRequest |
CreatePromptRequest.withTags(Map<String,String> tags)
Any tags that you want to attach to the prompt.
|
CreatePromptRequest |
CreatePromptRequest.withVariants(Collection<PromptVariant> variants)
A list of objects, each containing details about a variant of the prompt.
|
CreatePromptRequest |
CreatePromptRequest.withVariants(PromptVariant... variants)
A list of objects, each containing details about a variant of the prompt.
|
Copyright © 2024. All rights reserved.