Class Service.UpdateExperiment.Builder

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

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

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

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

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

        public Service.UpdateExperiment.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.UpdateExperiment.Builder>
      • addRepeatedField

        public Service.UpdateExperiment.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.UpdateExperiment.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.UpdateExperiment.Builder>
      • mergeFrom

        public Service.UpdateExperiment.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.UpdateExperiment.Builder>
        Throws:
        java.io.IOException
      • hasExperimentId

        public boolean hasExperimentId()
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        hasExperimentId in interface Service.UpdateExperimentOrBuilder
        Returns:
        Whether the experimentId field is set.
      • getExperimentId

        public java.lang.String getExperimentId()
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getExperimentId in interface Service.UpdateExperimentOrBuilder
        Returns:
        The experimentId.
      • getExperimentIdBytes

        public com.google.protobuf.ByteString getExperimentIdBytes()
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getExperimentIdBytes in interface Service.UpdateExperimentOrBuilder
        Returns:
        The bytes for experimentId.
      • setExperimentId

        public Service.UpdateExperiment.Builder setExperimentId​(java.lang.String value)
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The experimentId to set.
        Returns:
        This builder for chaining.
      • clearExperimentId

        public Service.UpdateExperiment.Builder clearExperimentId()
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        This builder for chaining.
      • setExperimentIdBytes

        public Service.UpdateExperiment.Builder setExperimentIdBytes​(com.google.protobuf.ByteString value)
         ID of the associated experiment.
         
        optional string experiment_id = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The bytes for experimentId to set.
        Returns:
        This builder for chaining.
      • hasNewName

        public boolean hasNewName()
         If provided, the experiment's name is changed to the new name. The new name must be unique.
         
        optional string new_name = 2;
        Specified by:
        hasNewName in interface Service.UpdateExperimentOrBuilder
        Returns:
        Whether the newName field is set.
      • getNewName

        public java.lang.String getNewName()
         If provided, the experiment's name is changed to the new name. The new name must be unique.
         
        optional string new_name = 2;
        Specified by:
        getNewName in interface Service.UpdateExperimentOrBuilder
        Returns:
        The newName.
      • getNewNameBytes

        public com.google.protobuf.ByteString getNewNameBytes()
         If provided, the experiment's name is changed to the new name. The new name must be unique.
         
        optional string new_name = 2;
        Specified by:
        getNewNameBytes in interface Service.UpdateExperimentOrBuilder
        Returns:
        The bytes for newName.
      • setNewName

        public Service.UpdateExperiment.Builder setNewName​(java.lang.String value)
         If provided, the experiment's name is changed to the new name. The new name must be unique.
         
        optional string new_name = 2;
        Parameters:
        value - The newName to set.
        Returns:
        This builder for chaining.
      • clearNewName

        public Service.UpdateExperiment.Builder clearNewName()
         If provided, the experiment's name is changed to the new name. The new name must be unique.
         
        optional string new_name = 2;
        Returns:
        This builder for chaining.
      • setNewNameBytes

        public Service.UpdateExperiment.Builder setNewNameBytes​(com.google.protobuf.ByteString value)
         If provided, the experiment's name is changed to the new name. The new name must be unique.
         
        optional string new_name = 2;
        Parameters:
        value - The bytes for newName to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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