AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.ProjectVersionDescription

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class ProjectVersionDescription

The ProjectVersionDescription type exposes the following members

Constructors

NameDescription
Public Method ProjectVersionDescription()

Properties

NameTypeDescription
Public Property BaseModelVersion System.String

Gets and sets the property BaseModelVersion.

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

Public Property BillableTrainingTimeInSeconds System.Int64

Gets and sets the property BillableTrainingTimeInSeconds.

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.

Public Property CreationTimestamp System.DateTime

Gets and sets the property CreationTimestamp.

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

Public Property EvaluationResult Amazon.Rekognition.Model.EvaluationResult

Gets and sets the property EvaluationResult.

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

Public Property Feature Amazon.Rekognition.CustomizationFeature

Gets and sets the property Feature.

The feature that was customized.

Public Property FeatureConfig Amazon.Rekognition.Model.CustomizationFeatureConfig

Gets and sets the property FeatureConfig.

Feature specific configuration that was applied during training.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

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

Public Property ManifestSummary Amazon.Rekognition.Model.GroundTruthManifest

Gets and sets the property ManifestSummary.

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

Public Property MaxInferenceUnits System.Int32

Gets and sets the property MaxInferenceUnits.

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.

Public Property MinInferenceUnits System.Int32

Gets and sets the property MinInferenceUnits.

The minimum number of inference units used by the model. Applies only to Custom Labels projects. For more information, see StartProjectVersion.

Public Property OutputConfig Amazon.Rekognition.Model.OutputConfig

Gets and sets the property OutputConfig.

The location where training results are saved.

Public Property ProjectVersionArn System.String

Gets and sets the property ProjectVersionArn.

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

Public Property SourceProjectVersionArn System.String

Gets and sets the property SourceProjectVersionArn.

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

Public Property Status Amazon.Rekognition.ProjectVersionStatus

Gets and sets the property Status.

The current status of the model version.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

A descriptive message for an error or warning that occurred.

Public Property TestingDataResult Amazon.Rekognition.Model.TestingDataResult

Gets and sets the property TestingDataResult.

Contains information about the testing results.

Public Property TrainingDataResult Amazon.Rekognition.Model.TrainingDataResult

Gets and sets the property TrainingDataResult.

Contains information about the training results.

Public Property TrainingEndTimestamp System.DateTime

Gets and sets the property TrainingEndTimestamp.

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

Public Property VersionDescription System.String

Gets and sets the property VersionDescription.

A user-provided description of the project version.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5