Class RetrievalTrace
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.generativeaiagentruntime.model.Trace
-
- com.oracle.bmc.generativeaiagentruntime.model.RetrievalTrace
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20240531") public final class RetrievalTrace extends Trace
The trace that displays the retrieval information.
Note: Objects should always be created or deserialized using theRetrievalTrace.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 theRetrievalTrace.Builder
, which maintain a set of all explicitly set fields calledRetrievalTrace.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 Summary
Nested Classes Modifier and Type Class Description static class
RetrievalTrace.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.generativeaiagentruntime.model.Trace
Trace.TraceType
-
-
Constructor Summary
Constructors Constructor Description RetrievalTrace(Date timeCreated, String retrievalInput, List<Citation> citations)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RetrievalTrace.Builder
builder()
Create a new builder.boolean
equals(Object o)
List<Citation>
getCitations()
A list of citations retrieved from data sources.String
getRetrievalInput()
The agent’s search string for getting the displayed information.int
hashCode()
RetrievalTrace.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.generativeaiagentruntime.model.Trace
getTimeCreated
-
-
-
-
Constructor Detail
-
RetrievalTrace
@Deprecated public RetrievalTrace(Date timeCreated, String retrievalInput, List<Citation> citations)
Deprecated.
-
-
Method Detail
-
builder
public static RetrievalTrace.Builder builder()
Create a new builder.
-
toBuilder
public RetrievalTrace.Builder toBuilder()
-
getRetrievalInput
public String getRetrievalInput()
The agent’s search string for getting the displayed information.- Returns:
- the value
-
getCitations
public List<Citation> getCitations()
A list of citations retrieved from data sources.- Returns:
- the value
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-