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.Builder
Service.LogParam.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Service.LogParam.Builder
Service.LogParam.newBuilder()
static Service.LogParam.Builder
Service.LogParam.newBuilder
(Service.LogParam prototype) Service.LogParam.newBuilderForType()
protected Service.LogParam.Builder
Service.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.Builder
Service.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()