Uses of Class
org.mlflow.api.proto.Service.GetRun.Builder
Packages that use Service.GetRun.Builder
-
Uses of Service.GetRun.Builder in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.GetRun.BuilderModifier and TypeMethodDescriptionService.GetRun.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GetRun.Builder.clear()
Service.GetRun.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Service.GetRun.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Service.GetRun.Builder.clearRunId()
ID of the run to fetch.Service.GetRun.Builder.clearRunUuid()
[Deprecated, use run_id instead] ID of the run to fetch.Service.GetRun.Builder.clone()
Service.GetRun.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Service.GetRun.Builder.mergeFrom
(com.google.protobuf.Message other) Service.GetRun.Builder.mergeFrom
(Service.GetRun other) final Service.GetRun.Builder
Service.GetRun.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Service.GetRun.Builder
Service.GetRun.newBuilder()
static Service.GetRun.Builder
Service.GetRun.newBuilder
(Service.GetRun prototype) Service.GetRun.newBuilderForType()
protected Service.GetRun.Builder
Service.GetRun.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Service.GetRun.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Service.GetRun.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ID of the run to fetch.Service.GetRun.Builder.setRunIdBytes
(com.google.protobuf.ByteString value) ID of the run to fetch.Service.GetRun.Builder.setRunUuid
(String value) [Deprecated, use run_id instead] ID of the run to fetch.Service.GetRun.Builder.setRunUuidBytes
(com.google.protobuf.ByteString value) [Deprecated, use run_id instead] ID of the run to fetch.final Service.GetRun.Builder
Service.GetRun.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Service.GetRun.toBuilder()