Uses of Class
org.mlflow.api.proto.Service.TraceInfo.Builder
-
Uses of Service.TraceInfo.Builder in org.mlflow.api.proto
Modifier and TypeMethodDescriptionService.TraceInfo.Builder.addAllRequestMetadata
(Iterable<? extends Service.TraceRequestMetadata> values) Other trace metadata.Service.TraceInfo.Builder.addAllTags
(Iterable<? extends Service.TraceTag> values) Tags for the trace.Service.TraceInfo.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.TraceInfo.Builder.addRequestMetadata
(int index, Service.TraceRequestMetadata value) Other trace metadata.Service.TraceInfo.Builder.addRequestMetadata
(int index, Service.TraceRequestMetadata.Builder builderForValue) Other trace metadata.Service.TraceInfo.Builder.addRequestMetadata
(Service.TraceRequestMetadata value) Other trace metadata.Service.TraceInfo.Builder.addRequestMetadata
(Service.TraceRequestMetadata.Builder builderForValue) Other trace metadata.Service.TraceInfo.Builder.addTags
(int index, Service.TraceTag value) Tags for the trace.Service.TraceInfo.Builder.addTags
(int index, Service.TraceTag.Builder builderForValue) Tags for the trace.Service.TraceInfo.Builder.addTags
(Service.TraceTag value) Tags for the trace.Service.TraceInfo.Builder.addTags
(Service.TraceTag.Builder builderForValue) Tags for the trace.Service.SearchTraces.Response.Builder.addTracesBuilder()
Information about traces that match the search criteria.Service.SearchTraces.Response.Builder.addTracesBuilder
(int index) Information about traces that match the search criteria.Service.TraceInfo.Builder.clear()
Service.TraceInfo.Builder.clearExecutionTimeMs()
Unix timestamp of the duration of the trace in milliseconds.Service.TraceInfo.Builder.clearExperimentId()
The ID of the experiment that contains the trace.Service.TraceInfo.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.TraceInfo.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.TraceInfo.Builder.clearRequestId()
Unique identifier for the trace.Service.TraceInfo.Builder.clearRequestMetadata()
Other trace metadata.Service.TraceInfo.Builder.clearStatus()
Overall status of the operation being traced (OK, error, etc.).Service.TraceInfo.Builder.clearTags()
Tags for the trace.Service.TraceInfo.Builder.clearTimestampMs()
Unix timestamp of when the trace started in milliseconds.Service.TraceInfo.Builder.clone()
Service.EndTrace.Response.Builder.getTraceInfoBuilder()
The updated trace.Service.GetTraceInfo.Response.Builder.getTraceInfoBuilder()
Metadata of the requested trace.Service.StartTrace.Response.Builder.getTraceInfoBuilder()
The newly created trace.Service.SearchTraces.Response.Builder.getTracesBuilder
(int index) Information about traces that match the search criteria.Service.TraceInfo.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.TraceInfo.Builder.mergeFrom
(com.google.protobuf.Message other) Service.TraceInfo.Builder.mergeFrom
(Service.TraceInfo other) Service.TraceInfo.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Service.TraceInfo.Builder
Service.TraceInfo.newBuilder()
static Service.TraceInfo.Builder
Service.TraceInfo.newBuilder
(Service.TraceInfo prototype) Service.TraceInfo.newBuilderForType()
protected Service.TraceInfo.Builder
Service.TraceInfo.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.TraceInfo.Builder.removeRequestMetadata
(int index) Other trace metadata.Service.TraceInfo.Builder.removeTags
(int index) Tags for the trace.Service.TraceInfo.Builder.setExecutionTimeMs
(long value) Unix timestamp of the duration of the trace in milliseconds.Service.TraceInfo.Builder.setExperimentId
(String value) The ID of the experiment that contains the trace.Service.TraceInfo.Builder.setExperimentIdBytes
(com.google.protobuf.ByteString value) The ID of the experiment that contains the trace.Service.TraceInfo.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.TraceInfo.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.TraceInfo.Builder.setRequestId
(String value) Unique identifier for the trace.Service.TraceInfo.Builder.setRequestIdBytes
(com.google.protobuf.ByteString value) Unique identifier for the trace.Service.TraceInfo.Builder.setRequestMetadata
(int index, Service.TraceRequestMetadata value) Other trace metadata.Service.TraceInfo.Builder.setRequestMetadata
(int index, Service.TraceRequestMetadata.Builder builderForValue) Other trace metadata.Service.TraceInfo.Builder.setStatus
(Service.TraceStatus value) Overall status of the operation being traced (OK, error, etc.).Service.TraceInfo.Builder.setTags
(int index, Service.TraceTag value) Tags for the trace.Service.TraceInfo.Builder.setTags
(int index, Service.TraceTag.Builder builderForValue) Tags for the trace.Service.TraceInfo.Builder.setTimestampMs
(long value) Unix timestamp of when the trace started in milliseconds.Service.TraceInfo.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.TraceInfo.toBuilder()
Modifier and TypeMethodDescriptionService.SearchTraces.Response.Builder.getTracesBuilderList()
Information about traces that match the search criteria.Modifier and TypeMethodDescriptionService.SearchTraces.Response.Builder.addTraces
(int index, Service.TraceInfo.Builder builderForValue) Information about traces that match the search criteria.Service.SearchTraces.Response.Builder.addTraces
(Service.TraceInfo.Builder builderForValue) Information about traces that match the search criteria.Service.EndTrace.Response.Builder.setTraceInfo
(Service.TraceInfo.Builder builderForValue) The updated trace.Service.GetTraceInfo.Response.Builder.setTraceInfo
(Service.TraceInfo.Builder builderForValue) Metadata of the requested trace.Service.StartTrace.Response.Builder.setTraceInfo
(Service.TraceInfo.Builder builderForValue) The newly created trace.Service.SearchTraces.Response.Builder.setTraces
(int index, Service.TraceInfo.Builder builderForValue) Information about traces that match the search criteria.