Class PlatformRuntimeConfig
Configuration for agent platform component.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class PlatformRuntimeConfig
Properties
PlatformRuntimeConfigType
Declaration
[JsonProperty(PropertyName = "platformRuntimeConfigType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public PlatformRuntimeConfig.PlatformRuntimeConfigTypeEnum? PlatformRuntimeConfigType { get; set; }
Property Value
| Type | Description |
|---|---|
| PlatformRuntimeConfig.PlatformRuntimeConfigTypeEnum? | The type of Platform runtime config. |
Version
Declaration
[JsonProperty(PropertyName = "version")]
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The version of the Core. The latest version will be displayed as default. |