Show / Hide Table of Contents

Class ModelGroupConfigurationDetails

The model group configuration details.

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

Properties

ModelGroupId

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

The OCID of the model group you want to deploy.

Remarks

Required

In this article
Back to top