CopyModelRequest

data class CopyModelRequest(val source: String, val destination: String)(source)

Represents a request to copy a model.

Constructors

Link copied to clipboard
constructor(source: String, destination: String)

Properties

Link copied to clipboard

The name of the destination model

Link copied to clipboard

The name of the source model