ModelMetadata

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 Amazon Resource Name (ARN) of the model.

Link copied to clipboard

The version of the model.

Link copied to clipboard

Performance metrics for the model. Not available until training has successfully completed.

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: ModelMetadata.Builder.() -> Unit = {}): ModelMetadata
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