| 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.
|
| 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 |
|---|---|
CreatePromptResult |
CreatePromptResult.clone() |
CreatePromptResult |
CreatePromptResult.withArn(String arn)
The Amazon Resource Name (ARN) of the prompt.
|
CreatePromptResult |
CreatePromptResult.withCreatedAt(Date createdAt)
The time at which the prompt was created.
|
CreatePromptResult |
CreatePromptResult.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key that you encrypted the prompt with.
|
CreatePromptResult |
CreatePromptResult.withDefaultVariant(String defaultVariant)
The name of the default variant for your prompt.
|
CreatePromptResult |
CreatePromptResult.withDescription(String description)
The description of the prompt.
|
CreatePromptResult |
CreatePromptResult.withId(String id)
The unique identifier of the prompt.
|
CreatePromptResult |
CreatePromptResult.withName(String name)
The name of the prompt.
|
CreatePromptResult |
CreatePromptResult.withUpdatedAt(Date updatedAt)
The time at which the prompt was last updated.
|
CreatePromptResult |
CreatePromptResult.withVariants(Collection<PromptVariant> variants)
A list of objects, each containing details about a variant of the prompt.
|
CreatePromptResult |
CreatePromptResult.withVariants(PromptVariant... variants)
A list of objects, each containing details about a variant of the prompt.
|
CreatePromptResult |
CreatePromptResult.withVersion(String version)
The version of the prompt.
|
Copyright © 2024. All rights reserved.