Class Service.Param.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<Service.Param.Builder>
com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
org.mlflow.api.proto.Service.Param.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Service.ParamOrBuilder
Enclosing class:
Service.Param

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
  • Method Details Link icon

    • getDescriptor Link icon

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable Link icon

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • clear Link icon

      public Service.Param.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • getDescriptorForType Link icon

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • getDefaultInstanceForType Link icon

      public Service.Param getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build Link icon

      public Service.Param build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial Link icon

      public Service.Param buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone Link icon

      public Service.Param.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • setField Link icon

      public Service.Param.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • clearField Link icon

      public Service.Param.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • clearOneof Link icon

      public Service.Param.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • setRepeatedField Link icon

      public Service.Param.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • addRepeatedField Link icon

      public Service.Param.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • mergeFrom Link icon

      public Service.Param.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.Param.Builder>
    • mergeFrom Link icon

      public Service.Param.Builder mergeFrom(Service.Param other)
    • isInitialized Link icon

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • mergeFrom Link icon

      public Service.Param.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Service.Param.Builder>
      Throws:
      IOException
    • hasKey Link icon

      public boolean hasKey()
       Key identifying this param.
       
      optional string key = 1;
      Specified by:
      hasKey in interface Service.ParamOrBuilder
      Returns:
      Whether the key field is set.
    • getKey Link icon

      public String getKey()
       Key identifying this param.
       
      optional string key = 1;
      Specified by:
      getKey in interface Service.ParamOrBuilder
      Returns:
      The key.
    • getKeyBytes Link icon

      public com.google.protobuf.ByteString getKeyBytes()
       Key identifying this param.
       
      optional string key = 1;
      Specified by:
      getKeyBytes in interface Service.ParamOrBuilder
      Returns:
      The bytes for key.
    • setKey Link icon

      public Service.Param.Builder setKey(String value)
       Key identifying this param.
       
      optional string key = 1;
      Parameters:
      value - The key to set.
      Returns:
      This builder for chaining.
    • clearKey Link icon

      public Service.Param.Builder clearKey()
       Key identifying this param.
       
      optional string key = 1;
      Returns:
      This builder for chaining.
    • setKeyBytes Link icon

      public Service.Param.Builder setKeyBytes(com.google.protobuf.ByteString value)
       Key identifying this param.
       
      optional string key = 1;
      Parameters:
      value - The bytes for key to set.
      Returns:
      This builder for chaining.
    • hasValue Link icon

      public boolean hasValue()
       Value associated with this param.
       
      optional string value = 2;
      Specified by:
      hasValue in interface Service.ParamOrBuilder
      Returns:
      Whether the value field is set.
    • getValue Link icon

      public String getValue()
       Value associated with this param.
       
      optional string value = 2;
      Specified by:
      getValue in interface Service.ParamOrBuilder
      Returns:
      The value.
    • getValueBytes Link icon

      public com.google.protobuf.ByteString getValueBytes()
       Value associated with this param.
       
      optional string value = 2;
      Specified by:
      getValueBytes in interface Service.ParamOrBuilder
      Returns:
      The bytes for value.
    • setValue Link icon

      public Service.Param.Builder setValue(String value)
       Value associated with this param.
       
      optional string value = 2;
      Parameters:
      value - The value to set.
      Returns:
      This builder for chaining.
    • clearValue Link icon

      public Service.Param.Builder clearValue()
       Value associated with this param.
       
      optional string value = 2;
      Returns:
      This builder for chaining.
    • setValueBytes Link icon

      public Service.Param.Builder setValueBytes(com.google.protobuf.ByteString value)
       Value associated with this param.
       
      optional string value = 2;
      Parameters:
      value - The bytes for value to set.
      Returns:
      This builder for chaining.
    • setUnknownFields Link icon

      public final Service.Param.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>
    • mergeUnknownFields Link icon

      public final Service.Param.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Param.Builder>