Values.GetCustomModelResponseSourceGet the properties associated with a Amazon Bedrock custom model that you have created. For more information, see Custom models in the Amazon Bedrock User Guide.
type nonrec t = {modelArn : ModelArn.t option;Amazon Resource Name (ARN) associated with this model.
*)modelName : CustomModelName.t option;Model name associated with this model.
*)jobName : JobName.t option;Job name associated with this model.
*)jobArn : ModelCustomizationJobArn.t option;Job Amazon Resource Name (ARN) associated with this model. For models that you create with the CreateCustomModel API operation, this is NULL.
*)baseModelArn : ModelArn.t option;Amazon Resource Name (ARN) of the base model.
*)customizationType : CustomizationType.t option;The type of model customization.
*)modelKmsKeyArn : KmsKeyArn.t option;The custom model is encrypted at rest using this key.
*)hyperParameters : ModelCustomizationHyperParameters.t option;Hyperparameter values associated with this model. For details on the format for different models, see Custom model hyperparameters.
*)trainingDataConfig : TrainingDataConfig.t option;Contains information about the training dataset.
*)validationDataConfig : ValidationDataConfig.t option;Contains information about the validation dataset.
*)outputDataConfig : OutputDataConfig.t option;Output data configuration associated with this custom model.
*)trainingMetrics : TrainingMetrics.t option;Contains training metrics from the job creation.
*)validationMetrics : ValidationMetrics.t option;The validation metrics from the job creation.
*)creationTime : Timestamp.t option;Creation time of the model.
*)customizationConfig : CustomizationConfig.t option;The customization configuration for the custom model.
*)modelStatus : ModelStatus.t option;The 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.
*)failureMessage : ErrorMessage.t option;A failure message for any issues that occurred when creating the custom model. This is included for only a failed CreateCustomModel operation.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?modelArn:??? ->
?modelName:??? ->
?jobName:??? ->
?jobArn:??? ->
?baseModelArn:??? ->
?customizationType:??? ->
?modelKmsKeyArn:??? ->
?hyperParameters:??? ->
?trainingDataConfig:??? ->
?validationDataConfig:??? ->
?outputDataConfig:??? ->
?trainingMetrics:??? ->
?validationMetrics:??? ->
?creationTime:??? ->
?customizationConfig:??? ->
?modelStatus:??? ->
?failureMessage:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `Float of MetricFloat.t ]) list ]
list
| `Map of
([> `String of String_.t ] * [> `String of String_.t ]) list
| `String of ModelArn.t
| `Structure of
(string
* [> `Float of MetricFloat.t
| `List of
[> `Structure of (string * [> `String of S3Uri.t ]) list ]
list
| `String of S3Uri.t
| `Structure of
(string
* [> `Boolean of UsePromptResponse.t
| `Structure of
(string
* [> `Enum of string
| `Float of RFTLearningRate.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Map of
([> `String of
RequestMetadataMapKeyString.t ]
* [> `String of
RequestMetadataMapValueString.t ])
list ])
list ]
list
| `Map of
([> `String of RequestMetadataMapKeyString.t ]
* [> `String of RequestMetadataMapValueString.t ])
list
| `String of S3Uri.t
| `Structure of
(string * [> `String of LambdaArn.t ]) list ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]