ExperimentUpdate interface
Describes an experiment update.
Properties
identity | The identity of the experiment resource. |
tags | The tags of the experiment resource. |
Property Details
identity
The identity of the experiment resource.
identity?: ResourceIdentity
Property Value
tags
The tags of the experiment resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}