Package org.mlflow.api.proto
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 Summary
Modifier and TypeMethodDescriptionUser who created the recordcom.google.protobuf.ByteStringUser who created the recordlongCreation timestamp in millisecondsID of the dataset this record belongs tocom.google.protobuf.ByteStringID of the dataset this record belongs toUnique identifier for the recordcom.google.protobuf.ByteStringUnique identifier for the recordExpectations as JSON stringcom.google.protobuf.ByteStringExpectations as JSON stringInputs as JSON stringcom.google.protobuf.ByteStringInputs as JSON stringUser who last updated the recordcom.google.protobuf.ByteStringUser who last updated the recordlongLast update timestamp in millisecondsOutputs as JSON stringcom.google.protobuf.ByteStringOutputs as JSON stringSource information as JSON stringcom.google.protobuf.ByteStringSource information as JSON stringSource ID for quick lookups (e.g., trace_id)com.google.protobuf.ByteStringSource ID for quick lookups (e.g., trace_id)Source typegetTags()Tags as JSON stringcom.google.protobuf.ByteStringTags as JSON stringbooleanUser who created the recordbooleanCreation timestamp in millisecondsbooleanID of the dataset this record belongs tobooleanUnique identifier for the recordbooleanExpectations as JSON stringbooleanInputs as JSON stringbooleanUser who last updated the recordbooleanLast update timestamp in millisecondsbooleanOutputs as JSON stringbooleanSource information as JSON stringbooleanSource ID for quick lookups (e.g., trace_id)booleanSource typebooleanhasTags()Tags as JSON stringMethods 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
-
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
Datasets.DatasetRecordSource.SourceType 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.
-