Show / Hide Table of Contents

Class MemberModelDetails

Model details which needs to be part of Model Group.

Inheritance
object
MemberModelDetails
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 MemberModelDetails

Properties

InferenceKey

Declaration
[JsonProperty(PropertyName = "inferenceKey")]
public string InferenceKey { get; set; }
Property Value
Type Description
string

SaaS friendly name of the model.

ModelId

Declaration
[Required(ErrorMessage = "ModelId is required.")]
[JsonProperty(PropertyName = "modelId")]
public string ModelId { get; set; }
Property Value
Type Description
string

The OCID of the model.

Remarks

Required

In this article
Back to top