Uses of Class
org.mlflow.api.proto.Service.TraceLocation.Builder
Packages that use Service.TraceLocation.Builder
-
Uses of Service.TraceLocation.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.TraceLocation.BuilderModifier and TypeMethodDescriptionService.SearchTracesV3Request.Builder.addLocationsBuilder()
A list of MLflow experiments to search over.Service.SearchTracesV3Request.Builder.addLocationsBuilder
(int index) A list of MLflow experiments to search over.Service.TraceLocation.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.TraceLocation.Builder.clear()
Service.TraceLocation.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.TraceLocation.Builder.clearIdentifier()
Service.TraceLocation.Builder.clearInferenceTable()
.mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
Service.TraceLocation.Builder.clearMlflowExperiment()
.mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
Service.TraceLocation.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.TraceLocation.Builder.clearType()
optional .mlflow.TraceLocation.TraceLocationType type = 1;
Service.TraceLocation.Builder.clone()
Service.SearchTracesV3Request.Builder.getLocationsBuilder
(int index) A list of MLflow experiments to search over.Service.TraceInfoV3.Builder.getTraceLocationBuilder()
optional .mlflow.TraceLocation trace_location = 3;
Service.TraceLocation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.TraceLocation.Builder.mergeFrom
(com.google.protobuf.Message other) Service.TraceLocation.Builder.mergeFrom
(Service.TraceLocation other) Service.TraceLocation.Builder.mergeInferenceTable
(Service.TraceLocation.InferenceTableLocation value) .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
Service.TraceLocation.Builder.mergeMlflowExperiment
(Service.TraceLocation.MlflowExperimentLocation value) .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
Service.TraceLocation.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.TraceLocation.newBuilder()
Service.TraceLocation.newBuilder
(Service.TraceLocation prototype) Service.TraceLocation.newBuilderForType()
protected Service.TraceLocation.Builder
Service.TraceLocation.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.TraceLocation.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.TraceLocation.Builder.setInferenceTable
(Service.TraceLocation.InferenceTableLocation value) .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
Service.TraceLocation.Builder.setInferenceTable
(Service.TraceLocation.InferenceTableLocation.Builder builderForValue) .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
Service.TraceLocation.Builder.setMlflowExperiment
(Service.TraceLocation.MlflowExperimentLocation value) .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
Service.TraceLocation.Builder.setMlflowExperiment
(Service.TraceLocation.MlflowExperimentLocation.Builder builderForValue) .mlflow.TraceLocation.MlflowExperimentLocation mlflow_experiment = 2;
Service.TraceLocation.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.TraceLocation.Builder.setType
(Service.TraceLocation.TraceLocationType value) optional .mlflow.TraceLocation.TraceLocationType type = 1;
Service.TraceLocation.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.TraceLocation.toBuilder()
Methods in org.mlflow.api.proto that return types with arguments of type Service.TraceLocation.BuilderModifier and TypeMethodDescriptionService.SearchTracesV3Request.Builder.getLocationsBuilderList()
A list of MLflow experiments to search over.Methods in org.mlflow.api.proto with parameters of type Service.TraceLocation.BuilderModifier and TypeMethodDescriptionService.SearchTracesV3Request.Builder.addLocations
(int index, Service.TraceLocation.Builder builderForValue) A list of MLflow experiments to search over.Service.SearchTracesV3Request.Builder.addLocations
(Service.TraceLocation.Builder builderForValue) A list of MLflow experiments to search over.Service.SearchTracesV3Request.Builder.setLocations
(int index, Service.TraceLocation.Builder builderForValue) A list of MLflow experiments to search over.Service.TraceInfoV3.Builder.setTraceLocation
(Service.TraceLocation.Builder builderForValue) optional .mlflow.TraceLocation trace_location = 3;