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