Show / Hide Table of Contents

Class ModelDataSource

Defines the source location and method used to import the model. Supports importing from Hugging Face, an Object Storage location, or by referencing an already imported model.

Inheritance
object
ModelDataSource
HuggingFaceModel
ObjectStorageObject
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiService.Models
Assembly: OCI.DotNetSDK.Generativeai.dll
Syntax
[JsonConverter(typeof(ModelDataSourceModelConverter))]
public class ModelDataSource
In this article
Back to top