Show / Hide Table of Contents

Class PatchInsertNewMemberModels

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

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