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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.TracegetTrace()The information for the trace being created.Service.TraceOrBuildergetTraceOrBuilder()The information for the trace being created.booleanhasTrace()The information for the trace being created.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasTraceboolean hasTrace() The information for the trace being created. optional .mlflow.Trace trace = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the trace field is set.
 
 - 
getTraceService.Trace getTrace() The information for the trace being created. optional .mlflow.Trace trace = 1 [(.mlflow.validate_required) = true];- Returns:
- The trace.
 
 - 
getTraceOrBuilderService.TraceOrBuilder getTraceOrBuilder() The information for the trace being created. optional .mlflow.Trace trace = 1 [(.mlflow.validate_required) = true];
 
- 
 
-