ModelVersionResponse

data class ModelVersionResponse(val description: String? = null, val flavors: Map<String, FlavorDataResponse>? = null, val isAnonymous: Boolean? = null, val isArchived: Boolean? = null, val jobName: String? = null, val modelType: String? = null, val modelUri: String? = null, val properties: Map<String, String>? = null, val provisioningState: String, val stage: String? = null, val tags: Map<String, String>? = null)

Model asset version details.

Constructors

Link copied to clipboard
constructor(description: String? = null, flavors: Map<String, FlavorDataResponse>? = null, isAnonymous: Boolean? = null, isArchived: Boolean? = null, jobName: String? = null, modelType: String? = null, modelUri: String? = null, properties: Map<String, String>? = null, provisioningState: String, stage: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard

Mapping of model flavors to their properties.

Link copied to clipboard
val isAnonymous: Boolean? = null

If the name version are system generated (anonymous registration).

Link copied to clipboard
val isArchived: Boolean? = null

Is the asset archived?

Link copied to clipboard
val jobName: String? = null

Name of the training job which produced this model

Link copied to clipboard
val modelType: String? = null

The storage format for this entity. Used for NCD.

Link copied to clipboard
val modelUri: String? = null

The URI path to the model contents.

Link copied to clipboard
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard

Provisioning state for the model version.

Link copied to clipboard
val stage: String? = null

Stage in the model lifecycle assigned to this model

Link copied to clipboard
val tags: Map<String, String>? = null

Tag dictionary. Tags can be added, removed, and updated.