Show / Hide Table of Contents

Class DataSourceConfig

The details of data source.

Inheritance
object
DataSourceConfig
OciObjectStorageDataSourceConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
[JsonConverter(typeof(DataSourceConfigModelConverter))]
public class DataSourceConfig

Properties

ShouldEnableMultiModality

Declaration
[JsonProperty(PropertyName = "shouldEnableMultiModality")]
public bool? ShouldEnableMultiModality { get; set; }
Property Value
Type Description
bool?

Flag to enable or disable multi modality such as image processing while ingestion of data. True enable the processing and false exclude the multi modality contents during ingestion.

In this article
Back to top