CreateModelCustomizationJobRequest

Types

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

Properties

Link copied to clipboard

Name of the base model.

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. For more information, see Ensuring idempotency.

Link copied to clipboard

The customization configuration for the model customization job.

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

A name for the resulting custom model.

Link copied to clipboard

Tags to attach to the resulting custom model.

Link copied to clipboard

Parameters related to tuning the model. For details on the format for different models, see Custom model hyperparameters.

Link copied to clipboard

A name for the fine-tuning job.

Link copied to clipboard

Tags to attach 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 service 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

The configuration of the Virtual Private Cloud (VPC) that contains the resources that you're using for this job. For more information, see Protect your model customization jobs using a VPC.

Functions

Link copied to clipboard
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