Show / Hide Table of Contents

Class PatchRemoveMemberModels

This will specify the list of source model group models that are not to be associated with the cloned model group.

Inheritance
object
PatchInstruction
PatchRemoveMemberModels
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 PatchRemoveMemberModels : PatchInstruction

Properties

Values

Declaration
[Required(ErrorMessage = "Values is required.")]
[JsonProperty(PropertyName = "values")]
public List<MemberModelDetails> Values { get; set; }
Property Value
Type Description
List<MemberModelDetails>

Array of inference key and model OCID.

Remarks

Required

In this article
Back to top