ModelVersionArgs

data class ModelVersionArgs(val description: Output<String>? = null, val flavors: Output<Map<String, FlavorDataArgs>>? = null, val isAnonymous: Output<Boolean>? = null, val isArchived: Output<Boolean>? = null, val jobName: Output<String>? = null, val modelType: Output<String>? = null, val modelUri: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val stage: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ModelVersionArgs>

Model asset version details.

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

The asset description text.

Link copied to clipboard
val flavors: Output<Map<String, FlavorDataArgs>>? = null

Mapping of model flavors to their properties.

Link copied to clipboard
val isAnonymous: Output<Boolean>? = null

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

Link copied to clipboard
val isArchived: Output<Boolean>? = null

Is the asset archived?

Link copied to clipboard
val jobName: Output<String>? = null

Name of the training job which produced this model

Link copied to clipboard
val modelType: Output<String>? = null

The storage format for this entity. Used for NCD.

Link copied to clipboard
val modelUri: Output<String>? = null

The URI path to the model contents.

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

The asset property dictionary.

Link copied to clipboard
val stage: Output<String>? = null

Stage in the model lifecycle assigned to this model

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

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

Functions

Link copied to clipboard
open override fun toJava(): ModelVersionArgs