Uses of Class
org.mlflow.api.proto.Service.TraceLocation.InferenceTableLocation.Builder
Packages that use Service.TraceLocation.InferenceTableLocation.Builder
-
Uses of Service.TraceLocation.InferenceTableLocation.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.TraceLocation.InferenceTableLocation.BuilderModifier and TypeMethodDescriptionService.TraceLocation.InferenceTableLocation.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.TraceLocation.InferenceTableLocation.Builder.clear()
Service.TraceLocation.InferenceTableLocation.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.TraceLocation.InferenceTableLocation.Builder.clearFullTableName()
Full inference table name in the form of catalog.schema.table_nameService.TraceLocation.InferenceTableLocation.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.TraceLocation.InferenceTableLocation.Builder.clone()
Service.TraceLocation.Builder.getInferenceTableBuilder()
.mlflow.TraceLocation.InferenceTableLocation inference_table = 3;
Service.TraceLocation.InferenceTableLocation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.TraceLocation.InferenceTableLocation.Builder.mergeFrom
(com.google.protobuf.Message other) Service.TraceLocation.InferenceTableLocation.Builder.mergeFrom
(Service.TraceLocation.InferenceTableLocation other) Service.TraceLocation.InferenceTableLocation.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.TraceLocation.InferenceTableLocation.newBuilder()
Service.TraceLocation.InferenceTableLocation.newBuilder
(Service.TraceLocation.InferenceTableLocation prototype) Service.TraceLocation.InferenceTableLocation.newBuilderForType()
Service.TraceLocation.InferenceTableLocation.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.TraceLocation.InferenceTableLocation.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.TraceLocation.InferenceTableLocation.Builder.setFullTableName
(String value) Full inference table name in the form of catalog.schema.table_nameService.TraceLocation.InferenceTableLocation.Builder.setFullTableNameBytes
(com.google.protobuf.ByteString value) Full inference table name in the form of catalog.schema.table_nameService.TraceLocation.InferenceTableLocation.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Service.TraceLocation.InferenceTableLocation.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.TraceLocation.InferenceTableLocation.toBuilder()
Methods in org.mlflow.api.proto with parameters of type Service.TraceLocation.InferenceTableLocation.BuilderModifier and TypeMethodDescriptionService.TraceLocation.Builder.setInferenceTable
(Service.TraceLocation.InferenceTableLocation.Builder builderForValue) .mlflow.TraceLocation.InferenceTableLocation inference_table = 3;