Interface Service.GetDataset.ResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.GetDataset.Response, Service.GetDataset.Response.Builder
Enclosing class:
Service.GetDataset

public static interface Service.GetDataset.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The dataset (without records for lazy loading)
    The dataset (without records for lazy loading)
    Next page token if more records exist
    com.google.protobuf.ByteString
    Next page token if more records exist
    boolean
    The dataset (without records for lazy loading)
    boolean
    Next page token if more records exist

    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 Details

    • hasDataset

      boolean hasDataset()
       The dataset (without records for lazy loading)
       
      optional .mlflow.datasets.Dataset dataset = 1;
      Returns:
      Whether the dataset field is set.
    • getDataset

      Datasets.Dataset getDataset()
       The dataset (without records for lazy loading)
       
      optional .mlflow.datasets.Dataset dataset = 1;
      Returns:
      The dataset.
    • getDatasetOrBuilder

      Datasets.DatasetOrBuilder getDatasetOrBuilder()
       The dataset (without records for lazy loading)
       
      optional .mlflow.datasets.Dataset dataset = 1;
    • hasNextPageToken

      boolean hasNextPageToken()
       Next page token if more records exist
       
      optional string next_page_token = 2;
      Returns:
      Whether the nextPageToken field is set.
    • getNextPageToken

      String getNextPageToken()
       Next page token if more records exist
       
      optional string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       Next page token if more records exist
       
      optional string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.