Package org.mlflow.api.proto
Interface Service.StartTraceV3OrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.StartTraceV3
,Service.StartTraceV3.Builder
- Enclosing class:
- Service
public static interface Service.StartTraceV3OrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.Trace
getTrace()
The information for the trace being created.Service.TraceOrBuilder
getTraceOrBuilder()
The information for the trace being created.boolean
hasTrace()
The information for the trace being created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTrace
boolean hasTrace()
The information for the trace being created.
optional .mlflow.Trace trace = 1 [(.mlflow.validate_required) = true];
- Returns:
- Whether the trace field is set.
-
getTrace
Service.Trace getTrace()
The information for the trace being created.
optional .mlflow.Trace trace = 1 [(.mlflow.validate_required) = true];
- Returns:
- The trace.
-
getTraceOrBuilder
Service.TraceOrBuilder getTraceOrBuilder()
The information for the trace being created.
optional .mlflow.Trace trace = 1 [(.mlflow.validate_required) = true];
-
-