Class StackedModelGroupDetails
Stacked model group type.
Inherited Members
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