Package org.mlflow.api.proto
Interface Service.StartTraceV3.ResponseOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.StartTraceV3.Response,- Service.StartTraceV3.Response.Builder
 - Enclosing class:
- Service.StartTraceV3
 
 public static interface Service.StartTraceV3.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.TracegetTrace()The created trace information.Service.TraceOrBuildergetTraceOrBuilder()The created trace information.booleanhasTrace()The created trace information.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasTraceboolean hasTrace() The created trace information. optional .mlflow.Trace trace = 1;- Returns:
- Whether the trace field is set.
 
 - 
getTraceService.Trace getTrace() The created trace information. optional .mlflow.Trace trace = 1;- Returns:
- The trace.
 
 - 
getTraceOrBuilderService.TraceOrBuilder getTraceOrBuilder() The created trace information. optional .mlflow.Trace trace = 1;
 
- 
 
-