Table of Contents

Class DataPipelineRunFilterResponse

Namespace
FoundationaLLM.Common.Models.ResourceProviders.DataPipeline
Assembly
FoundationaLLM.Common.dll

Provider the model for a data pipeline run filter response.

public class DataPipelineRunFilterResponse : ResourceBase
Inheritance
DataPipelineRunFilterResponse
Inherited Members
Extension Methods

Properties

ContinuationToken

Gets or sets the continuation token for pagination.

[JsonPropertyName("continuation_token")]
public string? ContinuationToken { get; set; }

Property Value

string

Items

Gets or sets the list of data pipeline runs.

[JsonPropertyName("resources")]
public List<DataPipelineRun> Items { get; set; }

Property Value

List<DataPipelineRun>