CreateAdvancedPromptOptimizationJobRequest
Create Advanced Prompt Optimization Job Request
Types
Properties
Link copied to clipboard
A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request but does not return an error.
Link copied to clipboard
The Amazon Resource Name (ARN) of the KMS key used for encrypting the output data. If not specified, the output is encrypted with an Amazon-owned KMS key.
Link copied to clipboard
Specifies the S3 location of your JSONL input file containing prompt templates and evaluation samples.
Link copied to clipboard
A description of the advanced prompt optimization job.
Link copied to clipboard
A list of model configurations specifying the target models for prompt optimization. You can specify up to 5 models.
Link copied to clipboard
Specifies the S3 location where optimization results will be stored.
Functions
Link copied to clipboard
inline fun copy(block: CreateAdvancedPromptOptimizationJobRequest.Builder.() -> Unit = {}): CreateAdvancedPromptOptimizationJobRequest