Interface Service.GetDatasetOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Dataset ID
    com.google.protobuf.ByteString
    Dataset ID
    Optional page token for paginating records
    com.google.protobuf.ByteString
    Optional page token for paginating records
    boolean
    Dataset ID
    boolean
    Optional page token for paginating records

    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

    • hasDatasetId

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

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

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

      boolean hasPageToken()
       Optional page token for paginating records
       
      optional string page_token = 2;
      Returns:
      Whether the pageToken field is set.
    • getPageToken

      String getPageToken()
       Optional page token for paginating records
       
      optional string page_token = 2;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       Optional page token for paginating records
       
      optional string page_token = 2;
      Returns:
      The bytes for pageToken.