Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectVersionDescription

import type { ProjectVersionDescription } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

A description of a version of an Amazon Rekognition Custom Labels model.

interface ProjectVersionDescription {
BillableTrainingTimeInSeconds?: number | null;
CreationTimestamp?: Date | number | null;
EvaluationResult?: EvaluationResult | null;
KmsKeyId?: string | null;
ManifestSummary?: GroundTruthManifest | null;
MaxInferenceUnits?: number | null;
MinInferenceUnits?: number | null;
OutputConfig?: OutputConfig | null;
ProjectVersionArn?: string | null;
SourceProjectVersionArn?: string | null;
Status?: ProjectVersionStatus | null;
StatusMessage?: string | null;
TestingDataResult?: TestingDataResult | null;
TrainingDataResult?: TrainingDataResult | null;
TrainingEndTimestamp?: Date | number | null;
}

§Properties

§
BillableTrainingTimeInSeconds?: number | null
[src]

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.

§
CreationTimestamp?: Date | number | null
[src]

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

§
EvaluationResult?: EvaluationResult | null
[src]

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

§
KmsKeyId?: string | null
[src]

The identifer for the AWS Key Management Service key (AWS KMS key) that was used to encrypt the model during training.

§
ManifestSummary?: GroundTruthManifest | null
[src]

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

§
MaxInferenceUnits?: number | null
[src]

The maximum number of inference units Amazon Rekognition Custom Labels uses to auto-scale the model. For more information, see "StartProjectVersion".

§
MinInferenceUnits?: number | null
[src]

The minimum number of inference units used by the model. For more information, see "StartProjectVersion".

§
OutputConfig?: OutputConfig | null
[src]

The location where training results are saved.

§
ProjectVersionArn?: string | null
[src]

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

§
SourceProjectVersionArn?: string | null
[src]

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

§

The current status of the model version.

§
StatusMessage?: string | null
[src]

A descriptive message for an error or warning that occurred.

§
TestingDataResult?: TestingDataResult | null
[src]

Contains information about the testing results.

§
TrainingDataResult?: TrainingDataResult | null
[src]

Contains information about the training results.

§
TrainingEndTimestamp?: Date | number | null
[src]

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