Uses of Class
org.mlflow.api.proto.Service.TraceInfoV3.Builder
Packages that use Service.TraceInfoV3.Builder
-
Uses of Service.TraceInfoV3.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.TraceInfoV3.BuilderModifier and TypeMethodDescriptionService.TraceInfoV3.Builder.addAllAssessments(Iterable<? extends Assessments.Assessment> values) repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.addAssessments(int index, Assessments.Assessment value) repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.addAssessments(int index, Assessments.Assessment.Builder builderForValue) repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.addAssessments(Assessments.Assessment value) repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.addAssessments(Assessments.Assessment.Builder builderForValue) repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.SearchTracesV3.Response.Builder.addTracesBuilder()Information about traces that match the search criteria.Service.SearchTracesV3.Response.Builder.addTracesBuilder(int index) Information about traces that match the search criteria.Service.TraceInfoV3.Builder.clear()Service.TraceInfoV3.Builder.clearAssessments()repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.clearClientRequestId()Client supplied request ID associated with the trace.Service.TraceInfoV3.Builder.clearExecutionDuration()Execution time of the traceService.TraceInfoV3.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Service.TraceInfoV3.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.TraceInfoV3.Builder.clearRequest()[Deprecated, please use `request_preview` instead.] Request to the model/agent.Service.TraceInfoV3.Builder.clearRequestPreview()A preview of the request to the model/agent represented as a JSON string.Service.TraceInfoV3.Builder.clearRequestTime()Start time of the traceService.TraceInfoV3.Builder.clearResponse()[Deprecated, please use `request_preview` instead.] Response of the model/agent.Service.TraceInfoV3.Builder.clearResponsePreview()A preview of the request to the model/agent represented as a JSON string.Service.TraceInfoV3.Builder.clearState()optional .mlflow.TraceInfoV3.State state = 8;Service.TraceInfoV3.Builder.clearTags()Service.TraceInfoV3.Builder.clearTraceId()The primary key associated with the traceService.TraceInfoV3.Builder.clearTraceLocation()optional .mlflow.TraceLocation trace_location = 3;Service.TraceInfoV3.Builder.clearTraceMetadata()Service.TraceInfoV3.Builder.clone()Service.Trace.Builder.getTraceInfoBuilder()optional .mlflow.TraceInfoV3 trace_info = 1;Service.SearchTracesV3.Response.Builder.getTracesBuilder(int index) Information about traces that match the search criteria.Service.TraceInfoV3.Builder.mergeExecutionDuration(com.google.protobuf.Duration value) Execution time of the traceService.TraceInfoV3.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.TraceInfoV3.Builder.mergeFrom(com.google.protobuf.Message other) Service.TraceInfoV3.Builder.mergeFrom(Service.TraceInfoV3 other) Service.TraceInfoV3.Builder.mergeRequestTime(com.google.protobuf.Timestamp value) Start time of the traceService.TraceInfoV3.Builder.mergeTraceLocation(Service.TraceLocation value) optional .mlflow.TraceLocation trace_location = 3;Service.TraceInfoV3.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Service.TraceInfoV3.BuilderService.TraceInfoV3.newBuilder()static Service.TraceInfoV3.BuilderService.TraceInfoV3.newBuilder(Service.TraceInfoV3 prototype) Service.TraceInfoV3.newBuilderForType()protected Service.TraceInfoV3.BuilderService.TraceInfoV3.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.TraceInfoV3.Builder.putAllTags(Map<String, String> values) Mutable, user-defined tags for the trace, e.g.Service.TraceInfoV3.Builder.putAllTraceMetadata(Map<String, String> values) Metadata associated with the trace.Mutable, user-defined tags for the trace, e.g.Service.TraceInfoV3.Builder.putTraceMetadata(String key, String value) Metadata associated with the trace.Service.TraceInfoV3.Builder.removeAssessments(int index) repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.removeTags(String key) Mutable, user-defined tags for the trace, e.g.Service.TraceInfoV3.Builder.removeTraceMetadata(String key) Metadata associated with the trace.Service.TraceInfoV3.Builder.setAssessments(int index, Assessments.Assessment value) repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.setAssessments(int index, Assessments.Assessment.Builder builderForValue) repeated .mlflow.assessments.Assessment assessments = 10;Service.TraceInfoV3.Builder.setClientRequestId(String value) Client supplied request ID associated with the trace.Service.TraceInfoV3.Builder.setClientRequestIdBytes(com.google.protobuf.ByteString value) Client supplied request ID associated with the trace.Service.TraceInfoV3.Builder.setExecutionDuration(com.google.protobuf.Duration value) Execution time of the traceService.TraceInfoV3.Builder.setExecutionDuration(com.google.protobuf.Duration.Builder builderForValue) Execution time of the traceService.TraceInfoV3.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.TraceInfoV3.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.TraceInfoV3.Builder.setRequest(String value) [Deprecated, please use `request_preview` instead.] Request to the model/agent.Service.TraceInfoV3.Builder.setRequestBytes(com.google.protobuf.ByteString value) [Deprecated, please use `request_preview` instead.] Request to the model/agent.Service.TraceInfoV3.Builder.setRequestPreview(String value) A preview of the request to the model/agent represented as a JSON string.Service.TraceInfoV3.Builder.setRequestPreviewBytes(com.google.protobuf.ByteString value) A preview of the request to the model/agent represented as a JSON string.Service.TraceInfoV3.Builder.setRequestTime(com.google.protobuf.Timestamp value) Start time of the traceService.TraceInfoV3.Builder.setRequestTime(com.google.protobuf.Timestamp.Builder builderForValue) Start time of the traceService.TraceInfoV3.Builder.setResponse(String value) [Deprecated, please use `request_preview` instead.] Response of the model/agent.Service.TraceInfoV3.Builder.setResponseBytes(com.google.protobuf.ByteString value) [Deprecated, please use `request_preview` instead.] Response of the model/agent.Service.TraceInfoV3.Builder.setResponsePreview(String value) A preview of the request to the model/agent represented as a JSON string.Service.TraceInfoV3.Builder.setResponsePreviewBytes(com.google.protobuf.ByteString value) A preview of the request to the model/agent represented as a JSON string.Service.TraceInfoV3.Builder.setState(Service.TraceInfoV3.State value) optional .mlflow.TraceInfoV3.State state = 8;Service.TraceInfoV3.Builder.setTraceId(String value) The primary key associated with the traceService.TraceInfoV3.Builder.setTraceIdBytes(com.google.protobuf.ByteString value) The primary key associated with the traceService.TraceInfoV3.Builder.setTraceLocation(Service.TraceLocation value) optional .mlflow.TraceLocation trace_location = 3;Service.TraceInfoV3.Builder.setTraceLocation(Service.TraceLocation.Builder builderForValue) optional .mlflow.TraceLocation trace_location = 3;Service.TraceInfoV3.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Service.TraceInfoV3.toBuilder()Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceInfoV3.BuilderModifier and TypeMethodDescriptionService.SearchTracesV3.Response.Builder.getTracesBuilderList()Information about traces that match the search criteria.Methods in org.mlflow.api.proto with parameters of type Service.TraceInfoV3.BuilderModifier and TypeMethodDescriptionService.SearchTracesV3.Response.Builder.addTraces(int index, Service.TraceInfoV3.Builder builderForValue) Information about traces that match the search criteria.Service.SearchTracesV3.Response.Builder.addTraces(Service.TraceInfoV3.Builder builderForValue) Information about traces that match the search criteria.Service.Trace.Builder.setTraceInfo(Service.TraceInfoV3.Builder builderForValue) optional .mlflow.TraceInfoV3 trace_info = 1;Service.SearchTracesV3.Response.Builder.setTraces(int index, Service.TraceInfoV3.Builder builderForValue) Information about traces that match the search criteria.