Values.GetImportedModelResponseSourceGets properties associated with a customized model you imported.
type nonrec t = {modelArn : ImportedModelArn.t option;The Amazon Resource Name (ARN) associated with this imported model.
*)modelName : ImportedModelName.t option;The name of the imported model.
*)jobName : JobName.t option;Job name associated with the imported model.
*)jobArn : ModelImportJobArn.t option;Job Amazon Resource Name (ARN) associated with the imported model.
*)modelDataSource : ModelDataSource.t option;The data source for this imported model.
*)creationTime : Timestamp.t option;Creation time of the imported model.
*)modelArchitecture : String_.t option;The architecture of the imported model.
*)modelKmsKeyArn : KmsKeyArn.t option;The imported model is encrypted at rest using this key.
*)instructSupported : InstructSupported.t option;Specifies if the imported model supports converse.
*)customModelUnits : CustomModelUnits.t option;Information about the hardware utilization for a single copy of the model.
*)}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 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
* [> `Boolean of InstructSupported.t
| `String of ImportedModelArn.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of CustomModelUnitsVersion.t
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]