Interface Service.CreateDataset.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Datasets.Dataset getDataset()
      The created dataset
      Datasets.DatasetOrBuilder getDatasetOrBuilder()
      The created dataset
      boolean hasDataset()
      The created dataset
      • 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 created dataset
         
        optional .mlflow.datasets.Dataset dataset = 1;
        Returns:
        Whether the dataset field is set.
      • getDataset

        Datasets.Dataset getDataset()
         The created dataset
         
        optional .mlflow.datasets.Dataset dataset = 1;
        Returns:
        The dataset.
      • getDatasetOrBuilder

        Datasets.DatasetOrBuilder getDatasetOrBuilder()
         The created dataset
         
        optional .mlflow.datasets.Dataset dataset = 1;