Class Service.AddDatasetToExperiments.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.AddDatasetToExperiments.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.AddDatasetToExperiments.Builder>
      • getDefaultInstanceForType

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

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

        public Service.AddDatasetToExperiments buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.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.AddDatasetToExperiments.Builder>
      • mergeFrom

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

        public boolean hasDatasetId()
         Dataset ID to add to experiments
         
        optional string dataset_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        hasDatasetId in interface Service.AddDatasetToExperimentsOrBuilder
        Returns:
        Whether the datasetId field is set.
      • getDatasetId

        public java.lang.String getDatasetId()
         Dataset ID to add to experiments
         
        optional string dataset_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getDatasetId in interface Service.AddDatasetToExperimentsOrBuilder
        Returns:
        The datasetId.
      • getDatasetIdBytes

        public com.google.protobuf.ByteString getDatasetIdBytes()
         Dataset ID to add to experiments
         
        optional string dataset_id = 1 [(.mlflow.validate_required) = true];
        Specified by:
        getDatasetIdBytes in interface Service.AddDatasetToExperimentsOrBuilder
        Returns:
        The bytes for datasetId.
      • setDatasetId

        public Service.AddDatasetToExperiments.Builder setDatasetId​(java.lang.String value)
         Dataset ID to add to experiments
         
        optional string dataset_id = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The datasetId to set.
        Returns:
        This builder for chaining.
      • clearDatasetId

        public Service.AddDatasetToExperiments.Builder clearDatasetId()
         Dataset ID to add to experiments
         
        optional string dataset_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        This builder for chaining.
      • setDatasetIdBytes

        public Service.AddDatasetToExperiments.Builder setDatasetIdBytes​(com.google.protobuf.ByteString value)
         Dataset ID to add to experiments
         
        optional string dataset_id = 1 [(.mlflow.validate_required) = true];
        Parameters:
        value - The bytes for datasetId to set.
        Returns:
        This builder for chaining.
      • getExperimentIdsList

        public com.google.protobuf.ProtocolStringList getExperimentIdsList()
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Specified by:
        getExperimentIdsList in interface Service.AddDatasetToExperimentsOrBuilder
        Returns:
        A list containing the experimentIds.
      • getExperimentIds

        public java.lang.String getExperimentIds​(int index)
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Specified by:
        getExperimentIds in interface Service.AddDatasetToExperimentsOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The experimentIds at the given index.
      • getExperimentIdsBytes

        public com.google.protobuf.ByteString getExperimentIdsBytes​(int index)
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Specified by:
        getExperimentIdsBytes in interface Service.AddDatasetToExperimentsOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the experimentIds at the given index.
      • setExperimentIds

        public Service.AddDatasetToExperiments.Builder setExperimentIds​(int index,
                                                                        java.lang.String value)
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Parameters:
        index - The index to set the value at.
        value - The experimentIds to set.
        Returns:
        This builder for chaining.
      • addExperimentIds

        public Service.AddDatasetToExperiments.Builder addExperimentIds​(java.lang.String value)
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Parameters:
        value - The experimentIds to add.
        Returns:
        This builder for chaining.
      • addAllExperimentIds

        public Service.AddDatasetToExperiments.Builder addAllExperimentIds​(java.lang.Iterable<java.lang.String> values)
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Parameters:
        values - The experimentIds to add.
        Returns:
        This builder for chaining.
      • clearExperimentIds

        public Service.AddDatasetToExperiments.Builder clearExperimentIds()
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Returns:
        This builder for chaining.
      • addExperimentIdsBytes

        public Service.AddDatasetToExperiments.Builder addExperimentIdsBytes​(com.google.protobuf.ByteString value)
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Parameters:
        value - The bytes of the experimentIds to add.
        Returns:
        This builder for chaining.