| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.Rekognition.Types.ProjectVersionDescription
Description
Synopsis
- data ProjectVersionDescription = ProjectVersionDescription' {
- minInferenceUnits :: Maybe Natural
- status :: Maybe ProjectVersionStatus
- evaluationResult :: Maybe EvaluationResult
- manifestSummary :: Maybe GroundTruthManifest
- kmsKeyId :: Maybe Text
- testingDataResult :: Maybe TestingDataResult
- statusMessage :: Maybe Text
- creationTimestamp :: Maybe POSIX
- projectVersionArn :: Maybe Text
- outputConfig :: Maybe OutputConfig
- billableTrainingTimeInSeconds :: Maybe Natural
- trainingEndTimestamp :: Maybe POSIX
- trainingDataResult :: Maybe TrainingDataResult
- newProjectVersionDescription :: ProjectVersionDescription
- projectVersionDescription_minInferenceUnits :: Lens' ProjectVersionDescription (Maybe Natural)
- projectVersionDescription_status :: Lens' ProjectVersionDescription (Maybe ProjectVersionStatus)
- projectVersionDescription_evaluationResult :: Lens' ProjectVersionDescription (Maybe EvaluationResult)
- projectVersionDescription_manifestSummary :: Lens' ProjectVersionDescription (Maybe GroundTruthManifest)
- projectVersionDescription_kmsKeyId :: Lens' ProjectVersionDescription (Maybe Text)
- projectVersionDescription_testingDataResult :: Lens' ProjectVersionDescription (Maybe TestingDataResult)
- projectVersionDescription_statusMessage :: Lens' ProjectVersionDescription (Maybe Text)
- projectVersionDescription_creationTimestamp :: Lens' ProjectVersionDescription (Maybe UTCTime)
- projectVersionDescription_projectVersionArn :: Lens' ProjectVersionDescription (Maybe Text)
- projectVersionDescription_outputConfig :: Lens' ProjectVersionDescription (Maybe OutputConfig)
- projectVersionDescription_billableTrainingTimeInSeconds :: Lens' ProjectVersionDescription (Maybe Natural)
- projectVersionDescription_trainingEndTimestamp :: Lens' ProjectVersionDescription (Maybe UTCTime)
- projectVersionDescription_trainingDataResult :: Lens' ProjectVersionDescription (Maybe TrainingDataResult)
Documentation
data ProjectVersionDescription Source #
The description of a version of a model.
See: newProjectVersionDescription smart constructor.
Constructors
| ProjectVersionDescription' | |
Fields
| |
Instances
newProjectVersionDescription :: ProjectVersionDescription Source #
Create a value of ProjectVersionDescription with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:minInferenceUnits:ProjectVersionDescription', projectVersionDescription_minInferenceUnits - The minimum number of inference units used by the model. For more
information, see StartProjectVersion.
$sel:status:ProjectVersionDescription', projectVersionDescription_status - The current status of the model version.
$sel:evaluationResult:ProjectVersionDescription', projectVersionDescription_evaluationResult - The training results. EvaluationResult is only returned if training is
successful.
$sel:manifestSummary:ProjectVersionDescription', projectVersionDescription_manifestSummary - The location of the summary manifest. The summary manifest provides
aggregate data validation results for the training and test datasets.
$sel:kmsKeyId:ProjectVersionDescription', projectVersionDescription_kmsKeyId - The identifer for the AWS Key Management Service (AWS KMS) customer
master key that was used to encrypt the model during training.
$sel:testingDataResult:ProjectVersionDescription', projectVersionDescription_testingDataResult - Contains information about the testing results.
$sel:statusMessage:ProjectVersionDescription', projectVersionDescription_statusMessage - A descriptive message for an error or warning that occurred.
$sel:creationTimestamp:ProjectVersionDescription', projectVersionDescription_creationTimestamp - The Unix datetime for the date and time that training started.
$sel:projectVersionArn:ProjectVersionDescription', projectVersionDescription_projectVersionArn - The Amazon Resource Name (ARN) of the model version.
$sel:outputConfig:ProjectVersionDescription', projectVersionDescription_outputConfig - The location where training results are saved.
$sel:billableTrainingTimeInSeconds:ProjectVersionDescription', projectVersionDescription_billableTrainingTimeInSeconds - The duration, in seconds, that the model version has been billed for
training. This value is only returned if the model version has been
successfully trained.
$sel:trainingEndTimestamp:ProjectVersionDescription', projectVersionDescription_trainingEndTimestamp - The Unix date and time that training of the model ended.
$sel:trainingDataResult:ProjectVersionDescription', projectVersionDescription_trainingDataResult - Contains information about the training results.
projectVersionDescription_minInferenceUnits :: Lens' ProjectVersionDescription (Maybe Natural) Source #
The minimum number of inference units used by the model. For more information, see StartProjectVersion.
projectVersionDescription_status :: Lens' ProjectVersionDescription (Maybe ProjectVersionStatus) Source #
The current status of the model version.
projectVersionDescription_evaluationResult :: Lens' ProjectVersionDescription (Maybe EvaluationResult) Source #
The training results. EvaluationResult is only returned if training is
successful.
projectVersionDescription_manifestSummary :: Lens' ProjectVersionDescription (Maybe GroundTruthManifest) Source #
The location of the summary manifest. The summary manifest provides aggregate data validation results for the training and test datasets.
projectVersionDescription_kmsKeyId :: Lens' ProjectVersionDescription (Maybe Text) Source #
The identifer for the AWS Key Management Service (AWS KMS) customer master key that was used to encrypt the model during training.
projectVersionDescription_testingDataResult :: Lens' ProjectVersionDescription (Maybe TestingDataResult) Source #
Contains information about the testing results.
projectVersionDescription_statusMessage :: Lens' ProjectVersionDescription (Maybe Text) Source #
A descriptive message for an error or warning that occurred.
projectVersionDescription_creationTimestamp :: Lens' ProjectVersionDescription (Maybe UTCTime) Source #
The Unix datetime for the date and time that training started.
projectVersionDescription_projectVersionArn :: Lens' ProjectVersionDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) of the model version.
projectVersionDescription_outputConfig :: Lens' ProjectVersionDescription (Maybe OutputConfig) Source #
The location where training results are saved.
projectVersionDescription_billableTrainingTimeInSeconds :: Lens' ProjectVersionDescription (Maybe Natural) Source #
The duration, in seconds, that the model version has been billed for training. This value is only returned if the model version has been successfully trained.
projectVersionDescription_trainingEndTimestamp :: Lens' ProjectVersionDescription (Maybe UTCTime) Source #
The Unix date and time that training of the model ended.
projectVersionDescription_trainingDataResult :: Lens' ProjectVersionDescription (Maybe TrainingDataResult) Source #
Contains information about the training results.