Show / Hide Table of Contents

Class PlatformRuntimeConfig

Configuration for agent platform component.

Inheritance
object
PlatformRuntimeConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top