Class PatchInsertNewMemberModels
This will specify the list of new models that are to be associated with the cloned model group.
Inherited Members
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