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.
Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z
public class ProjectVersionDescription
The ProjectVersionDescription type exposes the following members
Name | Description | |
---|---|---|
![]() |
ProjectVersionDescription() |
Name | Type | Description | |
---|---|---|---|
![]() |
BaseModelVersion | System.String |
Gets and sets the property BaseModelVersion. The base detection model version used to create the project version. |
![]() |
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. |
![]() |
CreationTimestamp | System.DateTime |
Gets and sets the property CreationTimestamp. The Unix datetime for the date and time that training started. |
![]() |
EvaluationResult | Amazon.Rekognition.Model.EvaluationResult |
Gets and sets the property EvaluationResult.
The training results. |
![]() |
Feature | Amazon.Rekognition.CustomizationFeature |
Gets and sets the property Feature. The feature that was customized. |
![]() |
FeatureConfig | Amazon.Rekognition.Model.CustomizationFeatureConfig |
Gets and sets the property FeatureConfig. Feature specific configuration that was applied during training. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
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. |
![]() |
OutputConfig | Amazon.Rekognition.Model.OutputConfig |
Gets and sets the property OutputConfig. The location where training results are saved. |
![]() |
ProjectVersionArn | System.String |
Gets and sets the property ProjectVersionArn. The Amazon Resource Name (ARN) of the project version. |
![]() |
SourceProjectVersionArn | System.String |
Gets and sets the property SourceProjectVersionArn.
If the model version was copied from a different project, |
![]() |
Status | Amazon.Rekognition.ProjectVersionStatus |
Gets and sets the property Status. The current status of the model version. |
![]() |
StatusMessage | System.String |
Gets and sets the property StatusMessage. A descriptive message for an error or warning that occurred. |
![]() |
TestingDataResult | Amazon.Rekognition.Model.TestingDataResult |
Gets and sets the property TestingDataResult. Contains information about the testing results. |
![]() |
TrainingDataResult | Amazon.Rekognition.Model.TrainingDataResult |
Gets and sets the property TrainingDataResult. Contains information about the training results. |
![]() |
TrainingEndTimestamp | System.DateTime |
Gets and sets the property TrainingEndTimestamp. The Unix date and time that training of the model ended. |
![]() |
VersionDescription | System.String |
Gets and sets the property VersionDescription. A user-provided description of the project version. |
.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