Package org.mlflow.api.proto
Interface Service.GetOnlineTraceDetails.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetOnlineTraceDetails.Response
,Service.GetOnlineTraceDetails.Response.Builder
- Enclosing class:
- Service.GetOnlineTraceDetails
public static interface Service.GetOnlineTraceDetails.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionReturn trace JSON in string form Note: we may change this to a TraceData object in the futurecom.google.protobuf.ByteString
Return trace JSON in string form Note: we may change this to a TraceData object in the futureboolean
Return trace JSON in string form Note: we may change this to a TraceData object in the futureMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTraceData
boolean hasTraceData()Return trace JSON in string form Note: we may change this to a TraceData object in the future
optional string trace_data = 1;
- Returns:
- Whether the traceData field is set.
-
getTraceData
String getTraceData()Return trace JSON in string form Note: we may change this to a TraceData object in the future
optional string trace_data = 1;
- Returns:
- The traceData.
-
getTraceDataBytes
com.google.protobuf.ByteString getTraceDataBytes()Return trace JSON in string form Note: we may change this to a TraceData object in the future
optional string trace_data = 1;
- Returns:
- The bytes for traceData.
-