Show / Hide Table of Contents

Class ExecutionTrace

Contains trace information related to execution of tool.

Inheritance
object
Trace
ExecutionTrace
Inherited Members
Trace.Key
Trace.ParentKey
Trace.Source
Trace.TimeCreated
Trace.TimeFinished
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class ExecutionTrace : Trace

Properties

Input

Declaration
[JsonProperty(PropertyName = "input")]
public string Input { get; set; }
Property Value
Type Description
string

Input data.

Output

Declaration
[JsonProperty(PropertyName = "output")]
public string Output { get; set; }
Property Value
Type Description
string

Output data.

In this article
Back to top