API Reference
Class
ConfigLayerMetadata
Metadata about the source of a specific configuration field.
Inheritance
- Object
- ConfigLayerMetadata
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method ConfigLayerMetadata.FromJson
- Property ConfigReadResult.Origins
Accepted by parameters
- Constructor ConfigReadResult.ConfigReadResult
Constructors
public ConfigLayerMetadata(ConfigLayerSourceInfo source, String version, JsonObject raw, JsonObject additional) #Initializes a new layer metadata instance.
Parameters
- source IntelligenceX.OpenAI.AppServer.Models.ConfigLayerSourceInfo
- version System.String
- raw IntelligenceX.Json.JsonObject
- additional IntelligenceX.Json.JsonObject
Methods
public static ConfigLayerMetadata FromJson(JsonObject obj) #Returns:
ConfigLayerMetadataParses layer metadata from JSON.
Parameters
- obj IntelligenceX.Json.JsonObject
- Source JSON object.
Returns
The parsed metadata.
Inherited Methods
Properties
public ConfigLayerSourceInfo Source { get; } #Gets source descriptor information for the configuration value.
public String Version { get; } #Gets the configuration version.
public JsonObject Raw { get; } #Gets the raw JSON object.
public JsonObject Additional { get; } #Gets unrecognized fields from the payload.