Package org.mlflow.api.proto
Class Service.LogParam.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
org.mlflow.api.proto.Service.LogParam.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,java.lang.Cloneable
,Service.LogParamOrBuilder
- Enclosing class:
- Service.LogParam
public static final class Service.LogParam.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder> implements Service.LogParamOrBuilder
Protobuf type
mlflow.LogParam
-
Method Summary
Modifier and Type Method Description Service.LogParam.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Service.LogParam
build()
Service.LogParam
buildPartial()
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
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.lang.String
getKey()
Name of the param.com.google.protobuf.ByteString
getKeyBytes()
Name of the param.java.lang.String
getRunId()
ID of the run under which to log the param.com.google.protobuf.ByteString
getRunIdBytes()
ID of the run under which to log the param.java.lang.String
getRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the param.com.google.protobuf.ByteString
getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run under which to log the param.java.lang.String
getValue()
String value of the param being logged.com.google.protobuf.ByteString
getValueBytes()
String value of the param being logged.boolean
hasKey()
Name of the param.boolean
hasRunId()
ID of the run under which to log the param.boolean
hasRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the param.boolean
hasValue()
String value of the param being logged.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
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)
Service.LogParam.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Service.LogParam.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Service.LogParam.Builder
setKey(java.lang.String 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, java.lang.Object value)
Service.LogParam.Builder
setRunId(java.lang.String 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(java.lang.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.Service.LogParam.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Service.LogParam.Builder
setValue(java.lang.String value)
String value of the param being logged.Service.LogParam.Builder
setValueBytes(com.google.protobuf.ByteString value)
String value of the param being logged.Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
setField
public Service.LogParam.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
clearField
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
clearOneof
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
setRepeatedField
public Service.LogParam.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
addRepeatedField
public Service.LogParam.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Service.LogParam.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
mergeFrom
public Service.LogParam.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Service.LogParam.Builder>
- Throws:
java.io.IOException
-
hasRunId
public boolean hasRunId()ID of the run under which to log the param. Must be provided.
optional string run_id = 4;
- Specified by:
hasRunId
in interfaceService.LogParamOrBuilder
-
getRunId
public java.lang.String getRunId()ID of the run under which to log the param. Must be provided.
optional string run_id = 4;
- Specified by:
getRunId
in interfaceService.LogParamOrBuilder
-
getRunIdBytes
public com.google.protobuf.ByteString getRunIdBytes()ID of the run under which to log the param. Must be provided.
optional string run_id = 4;
- Specified by:
getRunIdBytes
in interfaceService.LogParamOrBuilder
-
setRunId
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;
-
clearRunId
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;
-
setRunIdBytes
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;
-
hasRunUuid
public boolean hasRunUuid()[Deprecated, use run_id instead] ID of the run under which to log the param. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
- Specified by:
hasRunUuid
in interfaceService.LogParamOrBuilder
-
getRunUuid
public java.lang.String getRunUuid()[Deprecated, use run_id instead] ID of the run under which to log the param. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
- Specified by:
getRunUuid
in interfaceService.LogParamOrBuilder
-
getRunUuidBytes
public com.google.protobuf.ByteString getRunUuidBytes()[Deprecated, use run_id instead] ID of the run under which to log the param. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
- Specified by:
getRunUuidBytes
in interfaceService.LogParamOrBuilder
-
setRunUuid
[Deprecated, use run_id instead] ID of the run under which to log the param. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
-
clearRunUuid
[Deprecated, use run_id instead] ID of the run under which to log the param. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
-
setRunUuidBytes
[Deprecated, use run_id instead] ID of the run under which to log the param. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
-
hasKey
public boolean hasKey()Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];
- Specified by:
hasKey
in interfaceService.LogParamOrBuilder
-
getKey
public java.lang.String getKey()Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];
- Specified by:
getKey
in interfaceService.LogParamOrBuilder
-
getKeyBytes
public com.google.protobuf.ByteString getKeyBytes()Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];
- Specified by:
getKeyBytes
in interfaceService.LogParamOrBuilder
-
setKey
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];
-
clearKey
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];
-
setKeyBytes
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];
-
hasValue
public boolean hasValue()String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];
- Specified by:
hasValue
in interfaceService.LogParamOrBuilder
-
getValue
public java.lang.String getValue()String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];
- Specified by:
getValue
in interfaceService.LogParamOrBuilder
-
getValueBytes
public com.google.protobuf.ByteString getValueBytes()String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];
- Specified by:
getValueBytes
in interfaceService.LogParamOrBuilder
-
setValue
String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];
-
clearValue
String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];
-
setValueBytes
String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];
-
setUnknownFields
public final Service.LogParam.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-
mergeUnknownFields
public final Service.LogParam.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>
-