| 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 |
|---|---|
CreatePromptVersionResult |
AbstractAWSBedrockAgent.createPromptVersion(CreatePromptVersionRequest request) |
CreatePromptVersionResult |
AWSBedrockAgent.createPromptVersion(CreatePromptVersionRequest createPromptVersionRequest)
Creates a static snapshot of your prompt that can be deployed to production.
|
CreatePromptVersionResult |
AWSBedrockAgentClient.createPromptVersion(CreatePromptVersionRequest request)
Creates a static snapshot of your prompt that can be deployed to production.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePromptVersionResult> |
AbstractAWSBedrockAgentAsync.createPromptVersionAsync(CreatePromptVersionRequest request,
AsyncHandler<CreatePromptVersionRequest,CreatePromptVersionResult> asyncHandler) |
Future<CreatePromptVersionResult> |
AWSBedrockAgentAsync.createPromptVersionAsync(CreatePromptVersionRequest createPromptVersionRequest,
AsyncHandler<CreatePromptVersionRequest,CreatePromptVersionResult> asyncHandler)
Creates a static snapshot of your prompt that can be deployed to production.
|
Future<CreatePromptVersionResult> |
AWSBedrockAgentAsyncClient.createPromptVersionAsync(CreatePromptVersionRequest request,
AsyncHandler<CreatePromptVersionRequest,CreatePromptVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreatePromptVersionResult |
CreatePromptVersionResult.clone() |
CreatePromptVersionResult |
CreatePromptVersionResult.withArn(String arn)
The Amazon Resource Name (ARN) of the version of the prompt.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withCreatedAt(Date createdAt)
The time at which the prompt was created.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn)
The Amazon Resource Name (ARN) of the KMS key to encrypt the version of the prompt.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withDefaultVariant(String defaultVariant)
The name of the default variant for the prompt.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withDescription(String description)
A description for the prompt version.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withId(String id)
The unique identifier of the prompt.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withName(String name)
The name of the prompt version.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withUpdatedAt(Date updatedAt)
The time at which the prompt was last updated.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withVariants(Collection<PromptVariant> variants)
A list of objects, each containing details about a variant of the prompt.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withVariants(PromptVariant... variants)
A list of objects, each containing details about a variant of the prompt.
|
CreatePromptVersionResult |
CreatePromptVersionResult.withVersion(String version)
The version of the prompt that was created.
|
Copyright © 2024. All rights reserved.