ModelDescription

Describes an Amazon Lookout for Vision model.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unix timestamp for the date and time that the model was created.

Link copied to clipboard

The description for the model.

Link copied to clipboard

The unix timestamp for the date and time that the evaluation ended.

Link copied to clipboard

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.

Link copied to clipboard

The S3 location where Amazon Lookout for Vision saves the performance metrics.

Link copied to clipboard

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

Link copied to clipboard

The maximum number of inference units Amazon Lookout for Vision uses to auto-scale the model. For more information, see StartModel.

Link copied to clipboard

The minimum number of inference units used by the model. For more information, see StartModel

Link copied to clipboard

The Amazon Resource Name (ARN) of the model.

Link copied to clipboard

The version of the model

Link copied to clipboard

The S3 location where Amazon Lookout for Vision saves model training files.

Link copied to clipboard

Performance metrics for the model. Created during training.

Link copied to clipboard

The status of the model.

Link copied to clipboard

The status message for the model.

Functions

Link copied to clipboard
inline fun copy(block: ModelDescription.Builder.() -> Unit = {}): ModelDescription
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String