Uses of Interface
org.mlflow.api.proto.Service.TraceTagOrBuilder
-
Packages that use Service.TraceTagOrBuilder Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.TraceTagOrBuilder in org.mlflow.api.proto
Classes in org.mlflow.api.proto that implement Service.TraceTagOrBuilder Modifier and Type Class Description static classService.TraceTagProtobuf typemlflow.TraceTagstatic classService.TraceTag.BuilderProtobuf typemlflow.TraceTagMethods in org.mlflow.api.proto that return Service.TraceTagOrBuilder Modifier and Type Method Description Service.TraceTagOrBuilderService.EndTrace.Builder. getTagsOrBuilder(int index)Additional tags to add to the trace.Service.TraceTagOrBuilderService.EndTrace. getTagsOrBuilder(int index)Additional tags to add to the trace.Service.TraceTagOrBuilderService.EndTraceOrBuilder. getTagsOrBuilder(int index)Additional tags to add to the trace.Service.TraceTagOrBuilderService.StartTrace.Builder. getTagsOrBuilder(int index)Tags for the trace.Service.TraceTagOrBuilderService.StartTrace. getTagsOrBuilder(int index)Tags for the trace.Service.TraceTagOrBuilderService.StartTraceOrBuilder. getTagsOrBuilder(int index)Tags for the trace.Service.TraceTagOrBuilderService.TraceInfo.Builder. getTagsOrBuilder(int index)Tags for the trace.Service.TraceTagOrBuilderService.TraceInfo. getTagsOrBuilder(int index)Tags for the trace.Service.TraceTagOrBuilderService.TraceInfoOrBuilder. getTagsOrBuilder(int index)Tags for the trace.Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceTagOrBuilder Modifier and Type Method Description java.util.List<? extends Service.TraceTagOrBuilder>Service.EndTrace.Builder. getTagsOrBuilderList()Additional tags to add to the trace.java.util.List<? extends Service.TraceTagOrBuilder>Service.EndTrace. getTagsOrBuilderList()Additional tags to add to the trace.java.util.List<? extends Service.TraceTagOrBuilder>Service.EndTraceOrBuilder. getTagsOrBuilderList()Additional tags to add to the trace.java.util.List<? extends Service.TraceTagOrBuilder>Service.StartTrace.Builder. getTagsOrBuilderList()Tags for the trace.java.util.List<? extends Service.TraceTagOrBuilder>Service.StartTrace. getTagsOrBuilderList()Tags for the trace.java.util.List<? extends Service.TraceTagOrBuilder>Service.StartTraceOrBuilder. getTagsOrBuilderList()Tags for the trace.java.util.List<? extends Service.TraceTagOrBuilder>Service.TraceInfo.Builder. getTagsOrBuilderList()Tags for the trace.java.util.List<? extends Service.TraceTagOrBuilder>Service.TraceInfo. getTagsOrBuilderList()Tags for the trace.java.util.List<? extends Service.TraceTagOrBuilder>Service.TraceInfoOrBuilder. getTagsOrBuilderList()Tags for the trace.
-