Uses of Class
org.mlflow.api.proto.Service.SearchTracesV3Request.Response.Builder
Packages that use Service.SearchTracesV3Request.Response.Builder
-
Uses of Service.SearchTracesV3Request.Response.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.SearchTracesV3Request.Response.BuilderModifier and TypeMethodDescriptionService.SearchTracesV3Request.Response.Builder.addAllTraces
(Iterable<? extends Service.TraceInfoV3> values) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.SearchTracesV3Request.Response.Builder.addTraces
(int index, Service.TraceInfoV3 value) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.addTraces
(int index, Service.TraceInfoV3.Builder builderForValue) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.addTraces
(Service.TraceInfoV3 value) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.addTraces
(Service.TraceInfoV3.Builder builderForValue) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.clear()
Service.SearchTracesV3Request.Response.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.SearchTracesV3Request.Response.Builder.clearNextPageToken()
optional string next_page_token = 2;
Service.SearchTracesV3Request.Response.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.SearchTracesV3Request.Response.Builder.clearTraces()
Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.clone()
Service.SearchTracesV3Request.Response.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.SearchTracesV3Request.Response.Builder.mergeFrom
(com.google.protobuf.Message other) Service.SearchTracesV3Request.Response.Builder.mergeFrom
(Service.SearchTracesV3Request.Response other) Service.SearchTracesV3Request.Response.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.SearchTracesV3Request.Response.newBuilder()
Service.SearchTracesV3Request.Response.newBuilder
(Service.SearchTracesV3Request.Response prototype) Service.SearchTracesV3Request.Response.newBuilderForType()
Service.SearchTracesV3Request.Response.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.SearchTracesV3Request.Response.Builder.removeTraces
(int index) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.SearchTracesV3Request.Response.Builder.setNextPageToken
(String value) optional string next_page_token = 2;
Service.SearchTracesV3Request.Response.Builder.setNextPageTokenBytes
(com.google.protobuf.ByteString value) optional string next_page_token = 2;
Service.SearchTracesV3Request.Response.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.SearchTracesV3Request.Response.Builder.setTraces
(int index, Service.TraceInfoV3 value) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.setTraces
(int index, Service.TraceInfoV3.Builder builderForValue) Information about traces that match the search criteria.Service.SearchTracesV3Request.Response.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.SearchTracesV3Request.Response.toBuilder()