Class PatchModelGroupMemberModelDetails
Specifies the list of new models to be added and list of models from source model group to be removed for cloning.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class PatchModelGroupMemberModelDetails
Properties
Items
Declaration
[JsonProperty(PropertyName = "items")]
public List<PatchInstruction> Items { get; set; }
Property Value
Type | Description |
---|---|
List<PatchInstruction> | Array of patch instructions. |