Values.GetModelImportJobResponseSourceRetrieves the properties associated with import model job, including the status of the job. For more information, see Import a customized model in the Amazon Bedrock User Guide.
type nonrec t = {jobArn : ModelImportJobArn.t option;The Amazon Resource Name (ARN) of the import job.
*)jobName : JobName.t option;The name of the import job.
*)importedModelName : ImportedModelName.t option;The name of the imported model.
*)importedModelArn : ImportedModelArn.t option;The Amazon Resource Name (ARN) of the imported model.
*)roleArn : RoleArn.t option;The Amazon Resource Name (ARN) of the IAM role associated with this job.
*)modelDataSource : ModelDataSource.t option;The data source for the imported model.
*)status : ModelImportJobStatus.t option;The status of the job. A successful job transitions from in-progress to completed when the imported model is ready to use. If the job failed, the failure message contains information about why the job failed.
*)failureMessage : ErrorMessage.t option;Information about why the import job failed.
*)creationTime : Timestamp.t option;The time the resource was created.
*)lastModifiedTime : Timestamp.t option;Time the resource was last modified.
*)endTime : Timestamp.t option;Time that the resource transitioned to terminal state.
*)vpcConfig : VpcConfig.t option;The Virtual Private Cloud (VPC) configuration of the import model job.
*)importedModelKmsKeyArn : KmsKeyArn.t option;The imported model is encrypted at rest using this key.
*)}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
* [> `Enum of string
| `String of ModelImportJobArn.t
| `Structure of
(string
* [> `List of [> `String of SubnetId.t ] list
| `Structure of (string * [> `String of S3Uri.t ]) list ])
list
| `Timestamp of Timestamp.t ])
list ]