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
Modifier and TypeMethodDescriptionoptional .mlflow.TraceInfoV3 trace_info = 1;
optional .mlflow.TraceInfoV3 trace_info = 1;
boolean
optional .mlflow.TraceInfoV3 trace_info = 1;
Methods 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
-
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;
-