ModelArgs

data class ModelArgs(val createdTime: Output<String>? = null, val datasets: Output<List<DatasetReferenceArgs>>? = null, val derivedModelIds: Output<List<String>>? = null, val description: Output<String>? = null, val experimentName: Output<String>? = null, val framework: Output<String>? = null, val frameworkVersion: Output<String>? = null, val id: Output<String>? = null, val kvTags: Output<Map<String, String>>? = null, val mimeType: Output<String>, val modifiedTime: Output<String>? = null, val name: Output<String>, val parentModelId: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val resourceRequirements: Output<ContainerResourceRequirementsArgs>? = null, val runId: Output<String>? = null, val sampleInputData: Output<String>? = null, val sampleOutputData: Output<String>? = null, val unpack: Output<Boolean>? = null, val url: Output<String>, val version: Output<Double>? = null) : ConvertibleToJava<ModelArgs>

An Azure Machine Learning Model.

Constructors

Link copied to clipboard
constructor(createdTime: Output<String>? = null, datasets: Output<List<DatasetReferenceArgs>>? = null, derivedModelIds: Output<List<String>>? = null, description: Output<String>? = null, experimentName: Output<String>? = null, framework: Output<String>? = null, frameworkVersion: Output<String>? = null, id: Output<String>? = null, kvTags: Output<Map<String, String>>? = null, mimeType: Output<String>, modifiedTime: Output<String>? = null, name: Output<String>, parentModelId: Output<String>? = null, properties: Output<Map<String, String>>? = null, resourceRequirements: Output<ContainerResourceRequirementsArgs>? = null, runId: Output<String>? = null, sampleInputData: Output<String>? = null, sampleOutputData: Output<String>? = null, unpack: Output<Boolean>? = null, url: Output<String>, version: Output<Double>? = null)

Properties

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

The Model creation time (UTC).

Link copied to clipboard
val datasets: Output<List<DatasetReferenceArgs>>? = null

The list of datasets associated with the model.

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

Models derived from this model

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

The Model description text.

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

The name of the experiment where this model was created.

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

The Model framework.

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

The Model framework version.

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

The Model Id.

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

The Model tag dictionary. Items are mutable.

Link copied to clipboard
val mimeType: Output<String>

The MIME type of Model content. For more details about MIME type, please open https://www.iana.org/assignments/media-types/media-types.xhtml

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

The Model last modified time (UTC).

Link copied to clipboard
val name: Output<String>

The Model name.

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

The Parent Model Id.

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

The Model property dictionary. Properties are immutable.

Link copied to clipboard

Resource requirements for the model

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

The RunId that created this model.

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

Sample Input Data for the Model. A reference to a dataset in the workspace in the format aml://dataset/{datasetId}

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

Sample Output Data for the Model. A reference to a dataset in the workspace in the format aml://dataset/{datasetId}

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

Indicates whether we need to unpack the Model during docker Image creation.

Link copied to clipboard
val url: Output<String>

The URL of the Model. Usually a SAS URL.

Link copied to clipboard
val version: Output<Double>? = null

The Model version assigned by Model Management Service.

Functions

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