Table of Contents

Class DataVersionResponse

Namespace
FoundationaLLM.Common.Models.AzureAIService
Assembly
FoundationaLLM.Common.dll
public class DataVersionResponse
Inheritance
DataVersionResponse
Inherited Members
Extension Methods

Properties

DataVersion

[JsonPropertyName("dataVersion")]
public DataVersion DataVersion { get; set; }

Property Value

DataVersion

EntityMetadata

[JsonPropertyName("entityMetadata")]
public EntityMetadata EntityMetadata { get; set; }

Property Value

EntityMetadata

IsV2

[JsonPropertyName("isV2")]
public bool IsV2 { get; set; }

Property Value

bool

LegacyDataflow

[JsonPropertyName("legacyDataflow")]
public object LegacyDataflow { get; set; }

Property Value

object

LegacyDataflowType

[JsonPropertyName("legacyDataflowType")]
public object LegacyDataflowType { get; set; }

Property Value

object

LegacyDatasetId

[JsonPropertyName("legacyDatasetId")]
public string LegacyDatasetId { get; set; }

Property Value

string

LegacyDatasetType

[JsonPropertyName("legacyDatasetType")]
public object LegacyDatasetType { get; set; }

Property Value

object

LegacySavedDatasetId

[JsonPropertyName("legacySavedDatasetId")]
public object LegacySavedDatasetId { get; set; }

Property Value

object

PutAssetLROResponseDto

[JsonPropertyName("putAssetLROResponseDto")]
public object PutAssetLROResponseDto { get; set; }

Property Value

object