Table of Contents

Class DataPipelineStateArtifact

Namespace
FoundationaLLM.Common.Models.DataPipelines
Assembly
FoundationaLLM.Common.dll

Represents the state of a data pipeline artifact.

public class DataPipelineStateArtifact
Inheritance
DataPipelineStateArtifact
Inherited Members
Extension Methods

Properties

Content

Gets or sets the binary content of the artifact.

public required BinaryData Content { get; set; }

Property Value

BinaryData

ContentType

Gets or sets the content type of the artifact.

public string? ContentType { get; set; }

Property Value

string

FileName

Gets or sets the file name of the artifact.

public required string FileName { get; set; }

Property Value

string