CreateAdvancedPromptOptimizationJobRequest

Create Advanced Prompt Optimization Job Request

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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 name for 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.

Link copied to clipboard
val tags: List<Tag>?

Tags to associate with the advanced prompt optimization job.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String