Package org.mlflow.api.proto
Interface Service.UpsertDatasetRecordsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpsertDatasetRecords,Service.UpsertDatasetRecords.Builder
- Enclosing class:
- Service
public static interface Service.UpsertDatasetRecordsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDataset ID to upsert records forcom.google.protobuf.ByteStringDataset ID to upsert records forRecords to upsert (JSON serialized list of record dictionaries)com.google.protobuf.ByteStringRecords to upsert (JSON serialized list of record dictionaries)User performing the updatecom.google.protobuf.ByteStringUser performing the updatebooleanDataset ID to upsert records forbooleanRecords to upsert (JSON serialized list of record dictionaries)booleanUser performing the updateMethods 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
-
hasDatasetId
boolean hasDatasetId()Dataset ID to upsert records for
optional string dataset_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the datasetId field is set.
-
getDatasetId
String getDatasetId()Dataset ID to upsert records for
optional string dataset_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The datasetId.
-
getDatasetIdBytes
com.google.protobuf.ByteString getDatasetIdBytes()Dataset ID to upsert records for
optional string dataset_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for datasetId.
-
hasRecords
boolean hasRecords()Records to upsert (JSON serialized list of record dictionaries)
optional string records = 2 [(.mlflow.validate_required) = true];- Returns:
- Whether the records field is set.
-
getRecords
String getRecords()Records to upsert (JSON serialized list of record dictionaries)
optional string records = 2 [(.mlflow.validate_required) = true];- Returns:
- The records.
-
getRecordsBytes
com.google.protobuf.ByteString getRecordsBytes()Records to upsert (JSON serialized list of record dictionaries)
optional string records = 2 [(.mlflow.validate_required) = true];- Returns:
- The bytes for records.
-
hasUpdatedBy
boolean hasUpdatedBy()User performing the update
optional string updated_by = 3;- Returns:
- Whether the updatedBy field is set.
-
getUpdatedBy
String getUpdatedBy()User performing the update
optional string updated_by = 3;- Returns:
- The updatedBy.
-
getUpdatedByBytes
com.google.protobuf.ByteString getUpdatedByBytes()User performing the update
optional string updated_by = 3;- Returns:
- The bytes for updatedBy.
-