Show / Hide Table of Contents

Class PatchModelGroupMemberModelDetails

Specifies the list of new models to be added and list of models from source model group to be removed for cloning.

Inheritance
object
PatchModelGroupMemberModelDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top