Show / Hide Table of Contents

Class StackedModelGroupDetails

Stacked model group type.

Inheritance
object
ModelGroupDetails
StackedModelGroupDetails
Inherited Members
ModelGroupDetails.CustomMetadataList
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 StackedModelGroupDetails : ModelGroupDetails

Properties

BaseModelId

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

The OCID of the model in the group that represents the base model for stacked deployment.

Remarks

Required

In this article
Back to top