| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectVersionDescription |
ProjectVersionDescription.clone() |
ProjectVersionDescription |
ProjectVersionDescription.withBillableTrainingTimeInSeconds(Long billableTrainingTimeInSeconds)
The duration, in seconds, that the model version has been billed for training.
|
ProjectVersionDescription |
ProjectVersionDescription.withCreationTimestamp(Date creationTimestamp)
The Unix datetime for the date and time that training started.
|
ProjectVersionDescription |
ProjectVersionDescription.withEvaluationResult(EvaluationResult evaluationResult)
The training results.
|
ProjectVersionDescription |
ProjectVersionDescription.withMinInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units used by the model.
|
ProjectVersionDescription |
ProjectVersionDescription.withOutputConfig(OutputConfig outputConfig)
The location where training results are saved.
|
ProjectVersionDescription |
ProjectVersionDescription.withProjectVersionArn(String projectVersionArn)
The Amazon Resource Name (ARN) of the model version.
|
ProjectVersionDescription |
ProjectVersionDescription.withStatus(ProjectVersionStatus status)
The current status of the model version.
|
ProjectVersionDescription |
ProjectVersionDescription.withStatus(String status)
The current status of the model version.
|
ProjectVersionDescription |
ProjectVersionDescription.withStatusMessage(String statusMessage)
A descriptive message for an error or warning that occurred.
|
ProjectVersionDescription |
ProjectVersionDescription.withTestingDataResult(TestingDataResult testingDataResult)
The manifest file that represents the testing results.
|
ProjectVersionDescription |
ProjectVersionDescription.withTrainingDataResult(TrainingDataResult trainingDataResult)
The manifest file that represents the training results.
|
ProjectVersionDescription |
ProjectVersionDescription.withTrainingEndTimestamp(Date trainingEndTimestamp)
The Unix date and time that training of the model ended.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectVersionDescription> |
DescribeProjectVersionsResult.getProjectVersionDescriptions()
A list of model descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProjectVersionsResult |
DescribeProjectVersionsResult.withProjectVersionDescriptions(ProjectVersionDescription... projectVersionDescriptions)
A list of model descriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeProjectVersionsResult.setProjectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of model descriptions.
|
DescribeProjectVersionsResult |
DescribeProjectVersionsResult.withProjectVersionDescriptions(Collection<ProjectVersionDescription> projectVersionDescriptions)
A list of model descriptions.
|
Copyright © 2020. All rights reserved.