Module Values.ProjectVersionDescriptionSource

A description of a version of a Amazon Rekognition project version.

Sourcetype nonrec t = {
  1. projectVersionArn : ProjectVersionArn.t option;
    (*

    The Amazon Resource Name (ARN) of the project version.

    *)
  2. creationTimestamp : DateTime.t option;
    (*

    The Unix datetime for the date and time that training started.

    *)
  3. 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.

    *)
  4. status : ProjectVersionStatus.t option;
    (*

    The current status of the model version.

    *)
  5. statusMessage : StatusMessage.t option;
    (*

    A descriptive message for an error or warning that occurred.

    *)
  6. 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.

    *)
  7. trainingEndTimestamp : DateTime.t option;
    (*

    The Unix date and time that training of the model ended.

    *)
  8. outputConfig : OutputConfig.t option;
    (*

    The location where training results are saved.

    *)
  9. trainingDataResult : TrainingDataResult.t option;
    (*

    Contains information about the training results.

    *)
  10. testingDataResult : TestingDataResult.t option;
    (*

    Contains information about the testing results.

    *)
  11. evaluationResult : EvaluationResult.t option;
    (*

    The training results. EvaluationResult is only returned if training is successful.

    *)
  12. manifestSummary : GroundTruthManifest.t option;
    (*

    The location of the summary manifest. The summary manifest provides aggregate data validation results for the training and test datasets.

    *)
  13. 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.

    *)
  14. 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.

    *)
  15. sourceProjectVersionArn : ProjectVersionArn.t option;
    (*

    If the model version was copied from a different project, SourceProjectVersionArn contains the ARN of the source model version.

    *)
  16. versionDescription : VersionDescription.t option;
    (*

    A user-provided description of the project version.

    *)
  17. feature : CustomizationFeature.t option;
    (*

    The feature that was customized.

    *)
  18. baseModelVersion : String_.t option;
    (*

    The base detection model version used to create the project version.

    *)
  19. featureConfig : CustomizationFeatureConfig.t option;
    (*

    Feature specific configuration that was applied during training.

    *)
}
Sourceval make : ?projectVersionArn:??? -> ?creationTimestamp:??? -> ?minInferenceUnits:??? -> ?status:??? -> ?statusMessage:??? -> ?billableTrainingTimeInSeconds:??? -> ?trainingEndTimestamp:??? -> ?outputConfig:??? -> ?trainingDataResult:??? -> ?testingDataResult:??? -> ?evaluationResult:??? -> ?manifestSummary:??? -> ?kmsKeyId:??? -> ?maxInferenceUnits:??? -> ?sourceProjectVersionArn:??? -> ?versionDescription:??? -> ?feature:??? -> ?baseModelVersion:??? -> ?featureConfig:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t