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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTraceData()Return trace JSON in string form Note: we may change this to a TraceData object in the futurecom.google.protobuf.ByteStringgetTraceDataBytes()Return trace JSON in string form Note: we may change this to a TraceData object in the futurebooleanhasTraceData()Return trace JSON in string form Note: we may change this to a TraceData object in the future- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasTraceDataboolean 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.
 
 - 
getTraceDatajava.lang.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.
 
 - 
getTraceDataBytescom.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.
 
 
- 
 
-