ImportModelVersionRequest

Types

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

Properties

Link copied to clipboard

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

Link copied to clipboard

The name of the dataset for the machine learning model being imported.

Link copied to clipboard

Indicates how to import the accumulated inference data when a model version is imported. The possible values are as follows:

Link copied to clipboard

Contains the configuration information for the S3 location being used to hold label data.

Link copied to clipboard

The name for the machine learning model to be created. If the model already exists, Amazon Lookout for Equipment creates a new version. If you do not specify this field, it is filled with the name of the source model.

Link copied to clipboard

The Amazon Resource Name (ARN) of a role with permission to access the data source being used to create the machine learning model.

Link copied to clipboard

Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.

Link copied to clipboard

The Amazon Resource Name (ARN) of the model version to import.

Link copied to clipboard
val tags: List<Tag>?

The tags associated with the machine learning model to be created.

Functions

Link copied to clipboard
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