public static final class Service.Param.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder> implements Service.ParamOrBuilder
Param associated with a run.Protobuf type
mlflow.Param| Modifier and Type | Method and Description |
|---|---|
Service.Param.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.Param |
build() |
Service.Param |
buildPartial() |
Service.Param.Builder |
clear() |
Service.Param.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Service.Param.Builder |
clearKey()
Key identifying this param.
|
Service.Param.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Service.Param.Builder |
clearValue()
Value associated with this param.
|
Service.Param.Builder |
clone() |
Service.Param |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKey()
Key identifying this param.
|
com.google.protobuf.ByteString |
getKeyBytes()
Key identifying this param.
|
String |
getValue()
Value associated with this param.
|
com.google.protobuf.ByteString |
getValueBytes()
Value associated with this param.
|
boolean |
hasKey()
Key identifying this param.
|
boolean |
hasValue()
Value associated with this param.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Service.Param.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Service.Param.Builder |
mergeFrom(com.google.protobuf.Message other) |
Service.Param.Builder |
mergeFrom(Service.Param other) |
Service.Param.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.Param.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.Param.Builder |
setKey(String value)
Key identifying this param.
|
Service.Param.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
Key identifying this param.
|
Service.Param.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Service.Param.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.Param.Builder |
setValue(String value)
Value associated with this param.
|
Service.Param.Builder |
setValueBytes(com.google.protobuf.ByteString value)
Value associated with this param.
|
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.Param.Builder>public Service.Param.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.Param.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.Param.Builder>public Service.Param getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Service.Param build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Service.Param buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Service.Param.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.Param.Builder>public Service.Param.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.Param.Builder>public Service.Param.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>public Service.Param.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>public Service.Param.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.Param.Builder>public Service.Param.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.Param.Builder>public Service.Param.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.Param.Builder>public Service.Param.Builder mergeFrom(Service.Param other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>public Service.Param.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.Param.Builder>IOExceptionpublic boolean hasKey()
Key identifying this param.
optional string key = 1;hasKey in interface Service.ParamOrBuilderpublic String getKey()
Key identifying this param.
optional string key = 1;getKey in interface Service.ParamOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
Key identifying this param.
optional string key = 1;getKeyBytes in interface Service.ParamOrBuilderpublic Service.Param.Builder setKey(String value)
Key identifying this param.
optional string key = 1;public Service.Param.Builder clearKey()
Key identifying this param.
optional string key = 1;public Service.Param.Builder setKeyBytes(com.google.protobuf.ByteString value)
Key identifying this param.
optional string key = 1;public boolean hasValue()
Value associated with this param.
optional string value = 2;hasValue in interface Service.ParamOrBuilderpublic String getValue()
Value associated with this param.
optional string value = 2;getValue in interface Service.ParamOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
Value associated with this param.
optional string value = 2;getValueBytes in interface Service.ParamOrBuilderpublic Service.Param.Builder setValue(String value)
Value associated with this param.
optional string value = 2;public Service.Param.Builder clearValue()
Value associated with this param.
optional string value = 2;public Service.Param.Builder setValueBytes(com.google.protobuf.ByteString value)
Value associated with this param.
optional string value = 2;public final Service.Param.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>public final Service.Param.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>Copyright © 2019. All rights reserved.