Package org.mlflow.api.proto
Interface Service.GetDatasetRecords.ResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetDatasetRecords.Response,Service.GetDatasetRecords.Response.Builder
- Enclosing class:
- Service.GetDatasetRecords
public static interface Service.GetDatasetRecords.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionPagination token for next page (if more records exist)com.google.protobuf.ByteStringPagination token for next page (if more records exist)Records in the dataset (JSON serialized list)com.google.protobuf.ByteStringRecords in the dataset (JSON serialized list)booleanPagination token for next page (if more records exist)booleanRecords in the dataset (JSON serialized list)Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRecords
boolean hasRecords()Records in the dataset (JSON serialized list)
optional string records = 1;- Returns:
- Whether the records field is set.
-
getRecords
String getRecords()Records in the dataset (JSON serialized list)
optional string records = 1;- Returns:
- The records.
-
getRecordsBytes
com.google.protobuf.ByteString getRecordsBytes()Records in the dataset (JSON serialized list)
optional string records = 1;- Returns:
- The bytes for records.
-
hasNextPageToken
boolean hasNextPageToken()Pagination token for next page (if more records exist)
optional string next_page_token = 2;- Returns:
- Whether the nextPageToken field is set.
-
getNextPageToken
String getNextPageToken()Pagination token for next page (if more records exist)
optional string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()Pagination token for next page (if more records exist)
optional string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-