Interface Service.AddDatasetToExperimentsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDatasetId()
      Dataset ID to add to experiments
      com.google.protobuf.ByteString getDatasetIdBytes()
      Dataset ID to add to experiments
      java.lang.String getExperimentIds​(int index)
      Experiment IDs to associate with the dataset
      com.google.protobuf.ByteString getExperimentIdsBytes​(int index)
      Experiment IDs to associate with the dataset
      int getExperimentIdsCount()
      Experiment IDs to associate with the dataset
      java.util.List<java.lang.String> getExperimentIdsList()
      Experiment IDs to associate with the dataset
      boolean hasDatasetId()
      Dataset ID to add to experiments
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDatasetId

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

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

        com.google.protobuf.ByteString getDatasetIdBytes()
         Dataset ID to add to experiments
         
        optional string dataset_id = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for datasetId.
      • getExperimentIdsList

        java.util.List<java.lang.String> getExperimentIdsList()
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Returns:
        A list containing the experimentIds.
      • getExperimentIdsCount

        int getExperimentIdsCount()
         Experiment IDs to associate with the dataset
         
        repeated string experiment_ids = 2;
        Returns:
        The count of experimentIds.
      • getExperimentIds

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

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