GetCustomModelResult

data class GetCustomModelResult(val baseModelArn: String, val creationTime: String, val hyperparameters: Map<String, String>, val id: String, val jobArn: String, val jobName: String, val jobTags: Map<String, String>, val modelArn: String, val modelId: String, val modelKmsKeyArn: String, val modelName: String, val modelTags: Map<String, String>, val outputDataConfigs: List<GetCustomModelOutputDataConfig>, val trainingDataConfigs: List<GetCustomModelTrainingDataConfig>, val trainingMetrics: List<GetCustomModelTrainingMetric>, val validationDataConfigs: List<GetCustomModelValidationDataConfig>, val validationMetrics: List<GetCustomModelValidationMetric>)

A collection of values returned by getCustomModel.

Constructors

Link copied to clipboard
constructor(baseModelArn: String, creationTime: String, hyperparameters: Map<String, String>, id: String, jobArn: String, jobName: String, jobTags: Map<String, String>, modelArn: String, modelId: String, modelKmsKeyArn: String, modelName: String, modelTags: Map<String, String>, outputDataConfigs: List<GetCustomModelOutputDataConfig>, trainingDataConfigs: List<GetCustomModelTrainingDataConfig>, trainingMetrics: List<GetCustomModelTrainingMetric>, validationDataConfigs: List<GetCustomModelValidationDataConfig>, validationMetrics: List<GetCustomModelValidationMetric>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the base model.

Link copied to clipboard

Creation time of the model.

Link copied to clipboard

Hyperparameter values associated with this model.

Link copied to clipboard
val id: String
Link copied to clipboard

Job ARN associated with this model.

Link copied to clipboard

Job name associated with this model.

Link copied to clipboard

Key-value mapping of tags for the fine-tuning job.

Link copied to clipboard

ARN associated with this model.

Link copied to clipboard
Link copied to clipboard

The custom model is encrypted at rest using this key.

Link copied to clipboard

Model name associated with this model.

Link copied to clipboard

Key-value mapping of tags for the model.

Link copied to clipboard

Output data configuration associated with this custom model.

Link copied to clipboard

Information about the training dataset.

Link copied to clipboard

Metrics associated with the customization job.

Link copied to clipboard

Information about the validation dataset.

Link copied to clipboard

The loss metric for each validator that you provided.