Package org.mlflow.api.proto
Interface Service.TraceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.Trace
,Service.Trace.Builder
- Enclosing class:
- Service
public static interface Service.TraceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.TraceInfoV3
getTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
Service.TraceInfoV3OrBuilder
getTraceInfoOrBuilder()
optional .mlflow.TraceInfoV3 trace_info = 1;
boolean
hasTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTraceInfo
boolean hasTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
- Returns:
- Whether the traceInfo field is set.
-
getTraceInfo
Service.TraceInfoV3 getTraceInfo()
optional .mlflow.TraceInfoV3 trace_info = 1;
- Returns:
- The traceInfo.
-
getTraceInfoOrBuilder
Service.TraceInfoV3OrBuilder getTraceInfoOrBuilder()
optional .mlflow.TraceInfoV3 trace_info = 1;
-
-