Class ImportModelArtifactDetails
Details required for importing the artifact from service bucket
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ImportModelArtifactDetails
Properties
ArtifactImportDetails
Declaration
[Required(ErrorMessage = "ArtifactImportDetails is required.")]
[JsonProperty(PropertyName = "artifactImportDetails")]
public ArtifactImportDetails ArtifactImportDetails { get; set; }
Property Value
Type | Description |
---|---|
ArtifactImportDetails |
Remarks
Required