Model Version Response
data class ModelVersionResponse(val datastoreId: String? = null, val description: String? = null, val flavors: Map<String, FlavorDataResponse>? = null, val isAnonymous: Boolean? = null, val path: String, val properties: Map<String, String>? = null, val tags: Map<String, String>? = null)
Model asset version details.
Constructors
Properties
Link copied to clipboard
ARM resource ID of the datastore where the asset is located.
Link copied to clipboard
The asset description text.
Link copied to clipboard
Mapping of model flavors to their properties.
Link copied to clipboard
If the name version are system generated (anonymous registration).
Link copied to clipboard
The asset property dictionary.