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 Type
    Method
    Description
    Dataset ID to upsert records for
    com.google.protobuf.ByteString
    Dataset ID to upsert records for
    Records to upsert (JSON serialized list of record dictionaries)
    com.google.protobuf.ByteString
    Records to upsert (JSON serialized list of record dictionaries)
    User performing the update
    com.google.protobuf.ByteString
    User performing the update
    boolean
    Dataset ID to upsert records for
    boolean
    Records to upsert (JSON serialized list of record dictionaries)
    boolean
    User performing the update

    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 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.