Values.ProjectVersionDescriptionSourceA description of a version of a Amazon Rekognition project version.
type nonrec t = {projectVersionArn : ProjectVersionArn.t option;The Amazon Resource Name (ARN) of the project version.
*)creationTimestamp : DateTime.t option;The Unix datetime for the date and time that training started.
*)minInferenceUnits : InferenceUnits.t option;The minimum number of inference units used by the model. Applies only to Custom Labels projects. For more information, see StartProjectVersion.
*)status : ProjectVersionStatus.t option;The current status of the model version.
*)statusMessage : StatusMessage.t option;A descriptive message for an error or warning that occurred.
*)billableTrainingTimeInSeconds : ULong.t option;The duration, in seconds, that you were billed for a successful training of the model version. This value is only returned if the model version has been successfully trained.
*)trainingEndTimestamp : DateTime.t option;The Unix date and time that training of the model ended.
*)outputConfig : OutputConfig.t option;The location where training results are saved.
*)trainingDataResult : TrainingDataResult.t option;Contains information about the training results.
*)testingDataResult : TestingDataResult.t option;Contains information about the testing results.
*)evaluationResult : EvaluationResult.t option;The training results. EvaluationResult is only returned if training is successful.
*)manifestSummary : GroundTruthManifest.t option;The location of the summary manifest. The summary manifest provides aggregate data validation results for the training and test datasets.
*)kmsKeyId : KmsKeyId.t option;The identifer for the AWS Key Management Service key (AWS KMS key) that was used to encrypt the model during training.
*)maxInferenceUnits : InferenceUnits.t option;The maximum number of inference units Amazon Rekognition uses to auto-scale the model. Applies only to Custom Labels projects. For more information, see StartProjectVersion.
*)sourceProjectVersionArn : ProjectVersionArn.t option;If the model version was copied from a different project, SourceProjectVersionArn contains the ARN of the source model version.
*)versionDescription : VersionDescription.t option;A user-provided description of the project version.
*)feature : CustomizationFeature.t option;The feature that was customized.
*)baseModelVersion : String_.t option;The base detection model version used to create the project version.
*)featureConfig : CustomizationFeatureConfig.t option;Feature specific configuration that was applied during training.
*)}val make :
?projectVersionArn:??? ->
?creationTimestamp:??? ->
?minInferenceUnits:??? ->
?status:??? ->
?statusMessage:??? ->
?billableTrainingTimeInSeconds:??? ->
?trainingEndTimestamp:??? ->
?outputConfig:??? ->
?trainingDataResult:??? ->
?testingDataResult:??? ->
?evaluationResult:??? ->
?manifestSummary:??? ->
?kmsKeyId:??? ->
?maxInferenceUnits:??? ->
?sourceProjectVersionArn:??? ->
?versionDescription:??? ->
?feature:??? ->
?baseModelVersion:??? ->
?featureConfig:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of InferenceUnits.t
| `Long of ULong.t
| `String of ProjectVersionArn.t
| `Structure of
(string
* [> `Float of Float_.t
| `String of S3Bucket.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Float of Percent.t
| `List of
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `String of S3Bucket.t ])
list ])
list ])
list ]
list
| `String of S3Bucket.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ])
list
| `Timestamp of DateTime.t ])
list ]