Class PlanningTrace
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.generativeaiagentruntime.model.Trace
- 
- com.oracle.bmc.generativeaiagentruntime.model.PlanningTrace
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20240531") public final class PlanningTrace extends TraceContains trace information related to planning at the platform.
 Note: Objects should always be created or deserialized using thePlanningTrace.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of thePlanningTrace.Builder, which maintain a set of all explicitly set fields calledPlanningTrace.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPlanningTrace.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.generativeaiagentruntime.model.TraceTrace.TraceType
 
- 
 - 
Constructor SummaryConstructors Constructor Description PlanningTrace(String key, String parentKey, SourceDetails source, Date timeCreated, Date timeFinished, String input, String output, List<Usage> usage)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlanningTrace.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetInput()Input prompt to planning LLM.StringgetOutput()Output string from planning LLM.List<Usage>getUsage()Details of model and its usage.inthashCode()PlanningTrace.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.generativeaiagentruntime.model.TracegetKey, getParentKey, getSource, getTimeCreated, getTimeFinished
 
- 
 
- 
- 
- 
Constructor Detail- 
PlanningTrace@Deprecated public PlanningTrace(String key, String parentKey, SourceDetails source, Date timeCreated, Date timeFinished, String input, String output, List<Usage> usage) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static PlanningTrace.Builder builder() Create a new builder.
 - 
toBuilderpublic PlanningTrace.Builder toBuilder() 
 - 
getInputpublic String getInput() Input prompt to planning LLM.- Returns:
- the value
 
 - 
getOutputpublic String getOutput() Output string from planning LLM.- Returns:
- the value
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.
 
- 
 
-