Class DataSourceConfig
The details of data source.
Inherited Members
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. |