Class Service.SetTag.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.SetTagOrBuilder
    Enclosing class:
    Service.SetTag

    public static final class Service.SetTag.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Service.SetTag.Builder>
    implements Service.SetTagOrBuilder
    Protobuf type mlflow.SetTag
    • Method Detail

      • getDescriptor

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

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

        public Service.SetTag.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.SetTag.Builder>
      • getDescriptorForType

        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.SetTag.Builder>
      • getDefaultInstanceForType

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

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

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

        public Service.SetTag.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.SetTag.Builder>
      • setField

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

        public Service.SetTag.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.SetTag.Builder>
      • clearOneof

        public Service.SetTag.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.SetTag.Builder>
      • setRepeatedField

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

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

        public Service.SetTag.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.SetTag.Builder>
      • isInitialized

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

        public Service.SetTag.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                         throws java.io.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.SetTag.Builder>
        Throws:
        java.io.IOException
      • hasRunId

        public boolean hasRunId()
         ID of the run under which to log the tag. Must be provided.
         
        optional string run_id = 4;
        Specified by:
        hasRunId in interface Service.SetTagOrBuilder
        Returns:
        Whether the runId field is set.
      • getRunId

        public java.lang.String getRunId()
         ID of the run under which to log the tag. Must be provided.
         
        optional string run_id = 4;
        Specified by:
        getRunId in interface Service.SetTagOrBuilder
        Returns:
        The runId.
      • getRunIdBytes

        public com.google.protobuf.ByteString getRunIdBytes()
         ID of the run under which to log the tag. Must be provided.
         
        optional string run_id = 4;
        Specified by:
        getRunIdBytes in interface Service.SetTagOrBuilder
        Returns:
        The bytes for runId.
      • setRunId

        public Service.SetTag.Builder setRunId​(java.lang.String value)
         ID of the run under which to log the tag. Must be provided.
         
        optional string run_id = 4;
        Parameters:
        value - The runId to set.
        Returns:
        This builder for chaining.
      • clearRunId

        public Service.SetTag.Builder clearRunId()
         ID of the run under which to log the tag. Must be provided.
         
        optional string run_id = 4;
        Returns:
        This builder for chaining.
      • setRunIdBytes

        public Service.SetTag.Builder setRunIdBytes​(com.google.protobuf.ByteString value)
         ID of the run under which to log the tag. Must be provided.
         
        optional string run_id = 4;
        Parameters:
        value - The bytes for runId to set.
        Returns:
        This builder for chaining.
      • hasRunUuid

        public boolean hasRunUuid()
         [Deprecated, use run_id instead] ID of the run under which to log the tag. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Specified by:
        hasRunUuid in interface Service.SetTagOrBuilder
        Returns:
        Whether the runUuid field is set.
      • getRunUuid

        public java.lang.String getRunUuid()
         [Deprecated, use run_id instead] ID of the run under which to log the tag. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Specified by:
        getRunUuid in interface Service.SetTagOrBuilder
        Returns:
        The runUuid.
      • getRunUuidBytes

        public com.google.protobuf.ByteString getRunUuidBytes()
         [Deprecated, use run_id instead] ID of the run under which to log the tag. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Specified by:
        getRunUuidBytes in interface Service.SetTagOrBuilder
        Returns:
        The bytes for runUuid.
      • setRunUuid

        public Service.SetTag.Builder setRunUuid​(java.lang.String value)
         [Deprecated, use run_id instead] ID of the run under which to log the tag. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Parameters:
        value - The runUuid to set.
        Returns:
        This builder for chaining.
      • clearRunUuid

        public Service.SetTag.Builder clearRunUuid()
         [Deprecated, use run_id instead] ID of the run under which to log the tag. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Returns:
        This builder for chaining.
      • setRunUuidBytes

        public Service.SetTag.Builder setRunUuidBytes​(com.google.protobuf.ByteString value)
         [Deprecated, use run_id instead] ID of the run under which to log the tag. This field will
         be removed in a future MLflow version.
         
        optional string run_uuid = 1;
        Parameters:
        value - The bytes for runUuid to set.
        Returns:
        This builder for chaining.
      • hasKey

        public boolean hasKey()
         Name of the tag. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 250 bytes in size.
         
        optional string key = 2 [(.mlflow.validate_required) = true];
        Specified by:
        hasKey in interface Service.SetTagOrBuilder
        Returns:
        Whether the key field is set.
      • getKey

        public java.lang.String getKey()
         Name of the tag. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 250 bytes in size.
         
        optional string key = 2 [(.mlflow.validate_required) = true];
        Specified by:
        getKey in interface Service.SetTagOrBuilder
        Returns:
        The key.
      • getKeyBytes

        public com.google.protobuf.ByteString getKeyBytes()
         Name of the tag. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 250 bytes in size.
         
        optional string key = 2 [(.mlflow.validate_required) = true];
        Specified by:
        getKeyBytes in interface Service.SetTagOrBuilder
        Returns:
        The bytes for key.
      • setKey

        public Service.SetTag.Builder setKey​(java.lang.String value)
         Name of the tag. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 250 bytes in size.
         
        optional string key = 2 [(.mlflow.validate_required) = true];
        Parameters:
        value - The key to set.
        Returns:
        This builder for chaining.
      • clearKey

        public Service.SetTag.Builder clearKey()
         Name of the tag. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 250 bytes in size.
         
        optional string key = 2 [(.mlflow.validate_required) = true];
        Returns:
        This builder for chaining.
      • setKeyBytes

        public Service.SetTag.Builder setKeyBytes​(com.google.protobuf.ByteString value)
         Name of the tag. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 250 bytes in size.
         
        optional string key = 2 [(.mlflow.validate_required) = true];
        Parameters:
        value - The bytes for key to set.
        Returns:
        This builder for chaining.
      • hasValue

        public boolean hasValue()
         String value of the tag being logged. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 5000 bytes in size.
         
        optional string value = 3 [(.mlflow.validate_required) = true];
        Specified by:
        hasValue in interface Service.SetTagOrBuilder
        Returns:
        Whether the value field is set.
      • getValue

        public java.lang.String getValue()
         String value of the tag being logged. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 5000 bytes in size.
         
        optional string value = 3 [(.mlflow.validate_required) = true];
        Specified by:
        getValue in interface Service.SetTagOrBuilder
        Returns:
        The value.
      • getValueBytes

        public com.google.protobuf.ByteString getValueBytes()
         String value of the tag being logged. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 5000 bytes in size.
         
        optional string value = 3 [(.mlflow.validate_required) = true];
        Specified by:
        getValueBytes in interface Service.SetTagOrBuilder
        Returns:
        The bytes for value.
      • setValue

        public Service.SetTag.Builder setValue​(java.lang.String value)
         String value of the tag being logged. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 5000 bytes in size.
         
        optional string value = 3 [(.mlflow.validate_required) = true];
        Parameters:
        value - The value to set.
        Returns:
        This builder for chaining.
      • clearValue

        public Service.SetTag.Builder clearValue()
         String value of the tag being logged. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 5000 bytes in size.
         
        optional string value = 3 [(.mlflow.validate_required) = true];
        Returns:
        This builder for chaining.
      • setValueBytes

        public Service.SetTag.Builder setValueBytes​(com.google.protobuf.ByteString value)
         String value of the tag being logged. Maximum size depends on storage backend.
         All storage backends are guaranteed to support key values up to 5000 bytes in size.
         
        optional string value = 3 [(.mlflow.validate_required) = true];
        Parameters:
        value - The bytes for value to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Service.SetTag.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.SetTag.Builder>
      • mergeUnknownFields

        public final Service.SetTag.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.SetTag.Builder>