| Package | Description |
|---|---|
| com.amazonaws.services.lookoutforvision.model |
| Modifier and Type | Method and Description |
|---|---|
ModelDescription |
ModelDescription.clone() |
ModelDescription |
DescribeModelResult.getModelDescription()
Contains the description of the model.
|
ModelDescription |
ModelDescription.withCreationTimestamp(Date creationTimestamp)
The unix timestamp for the date and time that the model was created.
|
ModelDescription |
ModelDescription.withDescription(String description)
The description for the model.
|
ModelDescription |
ModelDescription.withEvaluationEndTimestamp(Date evaluationEndTimestamp)
The unix timestamp for the date and time that the evaluation ended.
|
ModelDescription |
ModelDescription.withEvaluationManifest(OutputS3Object evaluationManifest)
The S3 location where Amazon Lookout for Vision saves the manifest file that was used to test the trained model
and generate the performance scores.
|
ModelDescription |
ModelDescription.withEvaluationResult(OutputS3Object evaluationResult)
The S3 location where Amazon Lookout for Vision saves the performance metrics.
|
ModelDescription |
ModelDescription.withKmsKeyId(String kmsKeyId)
The identifer for the AWS Key Management Service (AWS KMS) key that was used to encrypt the model during
training.
|
ModelDescription |
ModelDescription.withMaxInferenceUnits(Integer maxInferenceUnits)
The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model.
|
ModelDescription |
ModelDescription.withMinInferenceUnits(Integer minInferenceUnits)
The minimum number of inference units used by the model.
|
ModelDescription |
ModelDescription.withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the model.
|
ModelDescription |
ModelDescription.withModelVersion(String modelVersion)
The version of the model
|
ModelDescription |
ModelDescription.withOutputConfig(OutputConfig outputConfig)
The S3 location where Amazon Lookout for Vision saves model training files.
|
ModelDescription |
ModelDescription.withPerformance(ModelPerformance performance)
Performance metrics for the model.
|
ModelDescription |
ModelDescription.withStatus(ModelStatus status)
The status of the model.
|
ModelDescription |
ModelDescription.withStatus(String status)
The status of the model.
|
ModelDescription |
ModelDescription.withStatusMessage(String statusMessage)
The status message for the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeModelResult.setModelDescription(ModelDescription modelDescription)
Contains the description of the model.
|
DescribeModelResult |
DescribeModelResult.withModelDescription(ModelDescription modelDescription)
Contains the description of the model.
|
Copyright © 2023. All rights reserved.