Class Datasets.DatasetRecord

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.mlflow.api.proto.Datasets.DatasetRecord
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Datasets.DatasetRecordOrBuilder
Enclosing class:
Datasets

public static final class Datasets.DatasetRecord extends com.google.protobuf.GeneratedMessageV3 implements Datasets.DatasetRecordOrBuilder
Protobuf type mlflow.datasets.DatasetRecord
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasDatasetRecordId

      public boolean hasDatasetRecordId()
       Unique identifier for the record
       
      optional string dataset_record_id = 1;
      Specified by:
      hasDatasetRecordId in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the datasetRecordId field is set.
    • getDatasetRecordId

      public String getDatasetRecordId()
       Unique identifier for the record
       
      optional string dataset_record_id = 1;
      Specified by:
      getDatasetRecordId in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The datasetRecordId.
    • getDatasetRecordIdBytes

      public com.google.protobuf.ByteString getDatasetRecordIdBytes()
       Unique identifier for the record
       
      optional string dataset_record_id = 1;
      Specified by:
      getDatasetRecordIdBytes in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The bytes for datasetRecordId.
    • hasDatasetId

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

      public String getDatasetId()
       ID of the dataset this record belongs to
       
      optional string dataset_id = 2;
      Specified by:
      getDatasetId in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The datasetId.
    • getDatasetIdBytes

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

      public boolean hasInputs()
       Inputs as JSON string
       
      optional string inputs = 3;
      Specified by:
      hasInputs in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the inputs field is set.
    • getInputs

      public String getInputs()
       Inputs as JSON string
       
      optional string inputs = 3;
      Specified by:
      getInputs in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The inputs.
    • getInputsBytes

      public com.google.protobuf.ByteString getInputsBytes()
       Inputs as JSON string
       
      optional string inputs = 3;
      Specified by:
      getInputsBytes in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The bytes for inputs.
    • hasExpectations

      public boolean hasExpectations()
       Expectations as JSON string
       
      optional string expectations = 4;
      Specified by:
      hasExpectations in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the expectations field is set.
    • getExpectations

      public String getExpectations()
       Expectations as JSON string
       
      optional string expectations = 4;
      Specified by:
      getExpectations in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The expectations.
    • getExpectationsBytes

      public com.google.protobuf.ByteString getExpectationsBytes()
       Expectations as JSON string
       
      optional string expectations = 4;
      Specified by:
      getExpectationsBytes in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The bytes for expectations.
    • hasTags

      public boolean hasTags()
       Tags as JSON string
       
      optional string tags = 5;
      Specified by:
      hasTags in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the tags field is set.
    • getTags

      public String getTags()
       Tags as JSON string
       
      optional string tags = 5;
      Specified by:
      getTags in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The tags.
    • getTagsBytes

      public com.google.protobuf.ByteString getTagsBytes()
       Tags as JSON string
       
      optional string tags = 5;
      Specified by:
      getTagsBytes in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The bytes for tags.
    • hasSource

      public boolean hasSource()
       Source information as JSON string
       
      optional string source = 6;
      Specified by:
      hasSource in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the source field is set.
    • getSource

      public String getSource()
       Source information as JSON string
       
      optional string source = 6;
      Specified by:
      getSource in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The source.
    • getSourceBytes

      public com.google.protobuf.ByteString getSourceBytes()
       Source information as JSON string
       
      optional string source = 6;
      Specified by:
      getSourceBytes in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The bytes for source.
    • hasSourceId

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

      public String getSourceId()
       Source ID for quick lookups (e.g., trace_id)
       
      optional string source_id = 7;
      Specified by:
      getSourceId in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The sourceId.
    • getSourceIdBytes

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

      public boolean hasSourceType()
       Source type
       
      optional .mlflow.datasets.DatasetRecordSource.SourceType source_type = 8;
      Specified by:
      hasSourceType in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the sourceType field is set.
    • getSourceType

       Source type
       
      optional .mlflow.datasets.DatasetRecordSource.SourceType source_type = 8;
      Specified by:
      getSourceType in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The sourceType.
    • hasCreatedTime

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

      public long getCreatedTime()
       Creation timestamp in milliseconds
       
      optional int64 created_time = 9;
      Specified by:
      getCreatedTime in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The createdTime.
    • hasLastUpdateTime

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

      public long getLastUpdateTime()
       Last update timestamp in milliseconds
       
      optional int64 last_update_time = 10;
      Specified by:
      getLastUpdateTime in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The lastUpdateTime.
    • hasCreatedBy

      public boolean hasCreatedBy()
       User who created the record
       
      optional string created_by = 11;
      Specified by:
      hasCreatedBy in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      public String getCreatedBy()
       User who created the record
       
      optional string created_by = 11;
      Specified by:
      getCreatedBy in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The createdBy.
    • getCreatedByBytes

      public com.google.protobuf.ByteString getCreatedByBytes()
       User who created the record
       
      optional string created_by = 11;
      Specified by:
      getCreatedByBytes in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The bytes for createdBy.
    • hasLastUpdatedBy

      public boolean hasLastUpdatedBy()
       User who last updated the record
       
      optional string last_updated_by = 12;
      Specified by:
      hasLastUpdatedBy in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the lastUpdatedBy field is set.
    • getLastUpdatedBy

      public String getLastUpdatedBy()
       User who last updated the record
       
      optional string last_updated_by = 12;
      Specified by:
      getLastUpdatedBy in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The lastUpdatedBy.
    • getLastUpdatedByBytes

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

      public boolean hasOutputs()
       Outputs as JSON string
       
      optional string outputs = 13;
      Specified by:
      hasOutputs in interface Datasets.DatasetRecordOrBuilder
      Returns:
      Whether the outputs field is set.
    • getOutputs

      public String getOutputs()
       Outputs as JSON string
       
      optional string outputs = 13;
      Specified by:
      getOutputs in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The outputs.
    • getOutputsBytes

      public com.google.protobuf.ByteString getOutputsBytes()
       Outputs as JSON string
       
      optional string outputs = 13;
      Specified by:
      getOutputsBytes in interface Datasets.DatasetRecordOrBuilder
      Returns:
      The bytes for outputs.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Datasets.DatasetRecord parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Datasets.DatasetRecord parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Datasets.DatasetRecord parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Datasets.DatasetRecord.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Datasets.DatasetRecord.Builder newBuilder()
    • newBuilder

      public static Datasets.DatasetRecord.Builder newBuilder(Datasets.DatasetRecord prototype)
    • toBuilder

      public Datasets.DatasetRecord.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Datasets.DatasetRecord.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Datasets.DatasetRecord getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Datasets.DatasetRecord> parser()
    • getParserForType

      public com.google.protobuf.Parser<Datasets.DatasetRecord> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Datasets.DatasetRecord getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder