public static final class Service.LogParam.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder> implements Service.LogParamOrBuilder
mlflow.LogParam| Modifier and Type | Method and Description |
|---|---|
Service.LogParam.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
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() |
String |
getKey()
Name of the param.
|
com.google.protobuf.ByteString |
getKeyBytes()
Name of the param.
|
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.
|
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.
|
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,
Object value) |
Service.LogParam.Builder |
setKey(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,
Object value) |
Service.LogParam.Builder |
setRunId(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(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(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.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Service.LogParam build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Service.LogParam buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Service.LogParam.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.LogParam.Builder>public Service.LogParam.Builder mergeFrom(Service.LogParam other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public Service.LogParam.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.LogParam.Builder>IOExceptionpublic boolean hasRunId()
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;hasRunId in interface Service.LogParamOrBuilderpublic String getRunId()
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;getRunId in interface Service.LogParamOrBuilderpublic com.google.protobuf.ByteString getRunIdBytes()
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;getRunIdBytes in interface Service.LogParamOrBuilderpublic Service.LogParam.Builder setRunId(String value)
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;public Service.LogParam.Builder clearRunId()
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;public Service.LogParam.Builder setRunIdBytes(com.google.protobuf.ByteString value)
ID of the run under which to log the param. Must be provided.
optional string run_id = 4;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;hasRunUuid in interface Service.LogParamOrBuilderpublic 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;getRunUuid in interface Service.LogParamOrBuilderpublic 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;getRunUuidBytes in interface Service.LogParamOrBuilderpublic Service.LogParam.Builder setRunUuid(String value)
[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;public Service.LogParam.Builder 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;public Service.LogParam.Builder setRunUuidBytes(com.google.protobuf.ByteString value)
[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;public boolean hasKey()
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];hasKey in interface Service.LogParamOrBuilderpublic String getKey()
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];getKey in interface Service.LogParamOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];getKeyBytes in interface Service.LogParamOrBuilderpublic Service.LogParam.Builder setKey(String value)
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];public Service.LogParam.Builder clearKey()
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];public Service.LogParam.Builder setKeyBytes(com.google.protobuf.ByteString value)
Name of the param. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];public boolean hasValue()
String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];hasValue in interface Service.LogParamOrBuilderpublic String getValue()
String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];getValue in interface Service.LogParamOrBuilderpublic 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];getValueBytes in interface Service.LogParamOrBuilderpublic Service.LogParam.Builder setValue(String value)
String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];public Service.LogParam.Builder clearValue()
String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];public Service.LogParam.Builder setValueBytes(com.google.protobuf.ByteString value)
String value of the param being logged. Maximum size is 500 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];public final Service.LogParam.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>public final Service.LogParam.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.LogParam.Builder>Copyright © 2019. All rights reserved.