Interface Datasets.DatasetRecordOrBuilder

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

public static interface Datasets.DatasetRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDatasetRecordId

      boolean hasDatasetRecordId()
       Unique identifier for the record
       
      optional string dataset_record_id = 1;
      Returns:
      Whether the datasetRecordId field is set.
    • getDatasetRecordId

      String getDatasetRecordId()
       Unique identifier for the record
       
      optional string dataset_record_id = 1;
      Returns:
      The datasetRecordId.
    • getDatasetRecordIdBytes

      com.google.protobuf.ByteString getDatasetRecordIdBytes()
       Unique identifier for the record
       
      optional string dataset_record_id = 1;
      Returns:
      The bytes for datasetRecordId.
    • hasDatasetId

      boolean hasDatasetId()
       ID of the dataset this record belongs to
       
      optional string dataset_id = 2;
      Returns:
      Whether the datasetId field is set.
    • getDatasetId

      String getDatasetId()
       ID of the dataset this record belongs to
       
      optional string dataset_id = 2;
      Returns:
      The datasetId.
    • getDatasetIdBytes

      com.google.protobuf.ByteString getDatasetIdBytes()
       ID of the dataset this record belongs to
       
      optional string dataset_id = 2;
      Returns:
      The bytes for datasetId.
    • hasInputs

      boolean hasInputs()
       Inputs as JSON string
       
      optional string inputs = 3;
      Returns:
      Whether the inputs field is set.
    • getInputs

      String getInputs()
       Inputs as JSON string
       
      optional string inputs = 3;
      Returns:
      The inputs.
    • getInputsBytes

      com.google.protobuf.ByteString getInputsBytes()
       Inputs as JSON string
       
      optional string inputs = 3;
      Returns:
      The bytes for inputs.
    • hasExpectations

      boolean hasExpectations()
       Expectations as JSON string
       
      optional string expectations = 4;
      Returns:
      Whether the expectations field is set.
    • getExpectations

      String getExpectations()
       Expectations as JSON string
       
      optional string expectations = 4;
      Returns:
      The expectations.
    • getExpectationsBytes

      com.google.protobuf.ByteString getExpectationsBytes()
       Expectations as JSON string
       
      optional string expectations = 4;
      Returns:
      The bytes for expectations.
    • hasTags

      boolean hasTags()
       Tags as JSON string
       
      optional string tags = 5;
      Returns:
      Whether the tags field is set.
    • getTags

      String getTags()
       Tags as JSON string
       
      optional string tags = 5;
      Returns:
      The tags.
    • getTagsBytes

      com.google.protobuf.ByteString getTagsBytes()
       Tags as JSON string
       
      optional string tags = 5;
      Returns:
      The bytes for tags.
    • hasSource

      boolean hasSource()
       Source information as JSON string
       
      optional string source = 6;
      Returns:
      Whether the source field is set.
    • getSource

      String getSource()
       Source information as JSON string
       
      optional string source = 6;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
       Source information as JSON string
       
      optional string source = 6;
      Returns:
      The bytes for source.
    • hasSourceId

      boolean hasSourceId()
       Source ID for quick lookups (e.g., trace_id)
       
      optional string source_id = 7;
      Returns:
      Whether the sourceId field is set.
    • getSourceId

      String getSourceId()
       Source ID for quick lookups (e.g., trace_id)
       
      optional string source_id = 7;
      Returns:
      The sourceId.
    • getSourceIdBytes

      com.google.protobuf.ByteString getSourceIdBytes()
       Source ID for quick lookups (e.g., trace_id)
       
      optional string source_id = 7;
      Returns:
      The bytes for sourceId.
    • hasSourceType

      boolean hasSourceType()
       Source type
       
      optional .mlflow.datasets.DatasetRecordSource.SourceType source_type = 8;
      Returns:
      Whether the sourceType field is set.
    • getSourceType

       Source type
       
      optional .mlflow.datasets.DatasetRecordSource.SourceType source_type = 8;
      Returns:
      The sourceType.
    • hasCreatedTime

      boolean hasCreatedTime()
       Creation timestamp in milliseconds
       
      optional int64 created_time = 9;
      Returns:
      Whether the createdTime field is set.
    • getCreatedTime

      long getCreatedTime()
       Creation timestamp in milliseconds
       
      optional int64 created_time = 9;
      Returns:
      The createdTime.
    • hasLastUpdateTime

      boolean hasLastUpdateTime()
       Last update timestamp in milliseconds
       
      optional int64 last_update_time = 10;
      Returns:
      Whether the lastUpdateTime field is set.
    • getLastUpdateTime

      long getLastUpdateTime()
       Last update timestamp in milliseconds
       
      optional int64 last_update_time = 10;
      Returns:
      The lastUpdateTime.
    • hasCreatedBy

      boolean hasCreatedBy()
       User who created the record
       
      optional string created_by = 11;
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      String getCreatedBy()
       User who created the record
       
      optional string created_by = 11;
      Returns:
      The createdBy.
    • getCreatedByBytes

      com.google.protobuf.ByteString getCreatedByBytes()
       User who created the record
       
      optional string created_by = 11;
      Returns:
      The bytes for createdBy.
    • hasLastUpdatedBy

      boolean hasLastUpdatedBy()
       User who last updated the record
       
      optional string last_updated_by = 12;
      Returns:
      Whether the lastUpdatedBy field is set.
    • getLastUpdatedBy

      String getLastUpdatedBy()
       User who last updated the record
       
      optional string last_updated_by = 12;
      Returns:
      The lastUpdatedBy.
    • getLastUpdatedByBytes

      com.google.protobuf.ByteString getLastUpdatedByBytes()
       User who last updated the record
       
      optional string last_updated_by = 12;
      Returns:
      The bytes for lastUpdatedBy.
    • hasOutputs

      boolean hasOutputs()
       Outputs as JSON string
       
      optional string outputs = 13;
      Returns:
      Whether the outputs field is set.
    • getOutputs

      String getOutputs()
       Outputs as JSON string
       
      optional string outputs = 13;
      Returns:
      The outputs.
    • getOutputsBytes

      com.google.protobuf.ByteString getOutputsBytes()
       Outputs as JSON string
       
      optional string outputs = 13;
      Returns:
      The bytes for outputs.