Package org.mlflow.api.proto
Interface Service.BatchGetTraces.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.BatchGetTraces.Response,Service.BatchGetTraces.Response.Builder
- Enclosing class:
- Service.BatchGetTraces
public static interface Service.BatchGetTraces.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetTraces(int index) The fetched trace information.intThe fetched trace information.The fetched trace information.getTracesOrBuilder(int index) The fetched trace information.List<? extends Service.TraceOrBuilder>The fetched trace information.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTracesList
List<Service.Trace> getTracesList()The fetched trace information.
repeated .mlflow.Trace traces = 1; -
getTraces
The fetched trace information.
repeated .mlflow.Trace traces = 1; -
getTracesCount
int getTracesCount()The fetched trace information.
repeated .mlflow.Trace traces = 1; -
getTracesOrBuilderList
List<? extends Service.TraceOrBuilder> getTracesOrBuilderList()The fetched trace information.
repeated .mlflow.Trace traces = 1; -
getTracesOrBuilder
The fetched trace information.
repeated .mlflow.Trace traces = 1;
-