Values_1.DescribeCompilationJobResponseSourceReturns information about a model compilation job. To create a model compilation job, use CreateCompilationJob. To get information about multiple model compilation jobs, use ListCompilationJobs.
type nonrec t = {compilationJobName : Values_0.EntityName.t option;The name of the model compilation job.
*)compilationJobArn : Values_0.CompilationJobArn.t option;The Amazon Resource Name (ARN) of the model compilation job.
*)compilationJobStatus : Values_0.CompilationJobStatus.t option;The status of the model compilation job.
*)compilationStartTime : Values_0.Timestamp.t option;The time when the model compilation job started the CompilationJob instances. You are billed for the time between this timestamp and the timestamp in the CompilationEndTime field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container.
*)compilationEndTime : Values_0.Timestamp.t option;The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker AI detected that the job failed.
*)stoppingCondition : Values_0.StoppingCondition.t option;Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training costs.
*)inferenceImage : InferenceImage.t option;The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.
*)modelPackageVersionArn : Values_0.ModelPackageArn.t option;The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.
*)creationTime : Values_0.CreationTime.t option;The time that the model compilation job was created.
*)lastModifiedTime : Values_0.LastModifiedTime.t option;The time that the status of the model compilation job was last modified.
*)failureReason : Values_0.FailureReason.t option;If a model compilation job failed, the reason it failed.
*)modelArtifacts : ModelArtifacts.t option;Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.
*)modelDigests : ModelDigests.t option;Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.
*)roleArn : Values_0.RoleArn.t option;The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model compilation job.
*)inputConfig : Values_0.InputConfig.t option;Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.
*)outputConfig : Values_0.OutputConfig.t option;Information about the output location for the compiled model and the target device that the model runs on.
*)vpcConfig : Values_0.NeoVpcConfig.t option;A VpcConfig object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see Protect Compilation Jobs by Using an Amazon Virtual Private Cloud.
*)derivedInformation : DerivedInformation.t option;Information that SageMaker Neo automatically derived about the model.
*)}type nonrec error = [ | `ResourceNotFound of Values_0.ResourceNotFound.t| `Unknown_operation_error of string * string option ]val make :
?compilationJobName:??? ->
?compilationJobArn:??? ->
?compilationJobStatus:??? ->
?compilationStartTime:??? ->
?compilationEndTime:??? ->
?stoppingCondition:??? ->
?inferenceImage:??? ->
?modelPackageVersionArn:??? ->
?creationTime:??? ->
?lastModifiedTime:??? ->
?failureReason:??? ->
?modelArtifacts:??? ->
?modelDigests:??? ->
?roleArn:??? ->
?inputConfig:??? ->
?outputConfig:??? ->
?vpcConfig:??? ->
?derivedInformation:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceNotFound of Values_0.ResourceNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.EntityName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of int
| `List of [> `String of string ] list
| `String of Values_0.S3Uri.t
| `Structure of (string * [> `Enum of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]