Bedrock Custom Model

Bedrock Custom Model in AWS allows you to manage and retrieve details about custom foundation models that you have created or fine-tuned using Amazon Bedrock. It provides information such as model name, version, status, and configuration, enabling you to track and use your tailored models for generative AI applications.

aws.bedrock_custom_model

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
base_model_arncorestringAmazon Resource Name (ARN) of the base model.
creation_timecoretimestampCreation time of the model.
customization_configcorejsonThe customization configuration for the custom model.
customization_typecorestringThe type of model customization.
failure_messagecorestringA failure message for any issues that occurred when creating the custom model. This is included for only a failed CreateCustomModel operation.
hyper_parameterscorehstoreHyperparameter values associated with this model. For details on the format for different models, see Custom model hyperparameters.
job_arncorestringJob Amazon Resource Name (ARN) associated with this model. For models that you create with the CreateCustomModel API operation, this is NULL.
job_namecorestringJob name associated with this model.
model_arncorestringAmazon Resource Name (ARN) associated with this model.
model_kms_key_arncorestringThe custom model is encrypted at rest using this key.
model_namecorestringModel name associated with this model.
model_statuscorestringThe current status of the custom model. Possible values include: Creating - The model is being created and validated. Active - The model has been successfully created and is ready for use. Failed - The model creation process failed. Check the failureMessage field for details.
output_data_configcorejsonOutput data configuration associated with this custom model.
tagscorehstore
training_data_configcorejsonContains information about the training dataset.
training_metricscorejsonContains training metrics from the job creation.
validation_data_configcorejsonContains information about the validation dataset.
validation_metricscorejsonThe validation metrics from the job creation.