Model Args
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
The Model creation time (UTC).
Link copied to clipboard
The list of datasets associated with the model.
Link copied to clipboard
Models derived from this model
Link copied to clipboard
The Model description text.
Link copied to clipboard
The name of the experiment where this model was created.
Link copied to clipboard
The Model framework version.
Link copied to clipboard
The Model last modified time (UTC).
Link copied to clipboard
The Parent Model Id.
Link copied to clipboard
The Model property dictionary. Properties are immutable.
Link copied to clipboard
Resource requirements for the model
Link copied to clipboard
Sample Input Data for the Model. A reference to a dataset in the workspace in the format aml://dataset/{datasetId}
Link copied to clipboard
Sample Output Data for the Model. A reference to a dataset in the workspace in the format aml://dataset/{datasetId}