Interface Service.AddDatasetToExperiments.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.Dataset getDataset()
      The updated dataset with new experiment associations
      Service.DatasetOrBuilder getDatasetOrBuilder()
      The updated dataset with new experiment associations
      boolean hasDataset()
      The updated dataset with new experiment associations
      • 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

      • hasDataset

        boolean hasDataset()
         The updated dataset with new experiment associations
         
        optional .mlflow.Dataset dataset = 1;
        Returns:
        Whether the dataset field is set.
      • getDataset

        Service.Dataset getDataset()
         The updated dataset with new experiment associations
         
        optional .mlflow.Dataset dataset = 1;
        Returns:
        The dataset.
      • getDatasetOrBuilder

        Service.DatasetOrBuilder getDatasetOrBuilder()
         The updated dataset with new experiment associations
         
        optional .mlflow.Dataset dataset = 1;