Builder

class Builder

Properties

Link copied to clipboard

Name of the base model.

Link copied to clipboard

Unique token value that you can provide. The GetModelCustomizationJob response includes the same token value.

Link copied to clipboard

The customization type.

Link copied to clipboard

The custom model is encrypted at rest using this key.

Link copied to clipboard

Enter a name for the custom model.

Link copied to clipboard

Assign tags to the custom model.

Link copied to clipboard

Parameters related to tuning the model.

Link copied to clipboard

Enter a unique name for the fine-tuning job.

Link copied to clipboard

Assign tags to the job.

Link copied to clipboard

S3 location for the output data.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM role that Amazon Bedrock can assume to perform tasks on your behalf. For example, during model training, Amazon Bedrock needs your permission to read input data from an S3 bucket, write model artifacts to an S3 bucket. To pass this role to Amazon Bedrock, the caller of this API must have the iam:PassRole permission.

Link copied to clipboard

Information about the training dataset.

Link copied to clipboard

Information about the validation dataset.

Link copied to clipboard

VPC configuration (optional). Configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for this job.

Functions