Class DataPipelineDataSource
- Assembly
- FoundationaLLM.Common.dll
Provides the model for a data pipeline data source.
public class DataPipelineDataSource : PluginComponent
- Inheritance
-
DataPipelineDataSource
- Inherited Members
- Extension Methods
Properties
DataSourceObjectId
Gets or sets the object identifier of the FoundationaLLM DataSource resource used to connect to the data source.
[JsonPropertyName("data_source_object_id")]
public required string DataSourceObjectId { get; set; }