Package org.mlflow.api.proto
Interface EvaluationDatasets.EvaluationDatasetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EvaluationDatasets.EvaluationDataset,EvaluationDatasets.EvaluationDataset.Builder
- Enclosing class:
- EvaluationDatasets
public static interface EvaluationDatasets.EvaluationDatasetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUser who created the datasetcom.google.protobuf.ByteStringUser who created the datasetlongCreation timestamp in millisecondsUnique identifier for the datasetcom.google.protobuf.ByteStringUnique identifier for the datasetDataset digest for integrity checkingcom.google.protobuf.ByteStringDataset digest for integrity checkinggetExperimentIds(int index) Associated experiment IDs (populated from entity_associations table)com.google.protobuf.ByteStringgetExperimentIdsBytes(int index) Associated experiment IDs (populated from entity_associations table)intAssociated experiment IDs (populated from entity_associations table)Associated experiment IDs (populated from entity_associations table)User who last updated the datasetcom.google.protobuf.ByteStringUser who last updated the datasetlongLast update timestamp in millisecondsgetName()Dataset name (user-friendly identifier)com.google.protobuf.ByteStringDataset name (user-friendly identifier)Profile information (JSON)com.google.protobuf.ByteStringProfile information (JSON)Schema information (JSON)com.google.protobuf.ByteStringSchema information (JSON)getTags()Tags as JSON string (key-value pairs for metadata)com.google.protobuf.ByteStringTags as JSON string (key-value pairs for metadata)booleanUser who created the datasetbooleanCreation timestamp in millisecondsbooleanUnique identifier for the datasetbooleanDataset digest for integrity checkingbooleanUser who last updated the datasetbooleanLast update timestamp in millisecondsbooleanhasName()Dataset name (user-friendly identifier)booleanProfile information (JSON)booleanSchema information (JSON)booleanhasTags()Tags as JSON string (key-value pairs for metadata)Methods 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()Unique identifier for the dataset
optional string dataset_id = 1;- Returns:
- Whether the datasetId field is set.
-
getDatasetId
String getDatasetId()Unique identifier for the dataset
optional string dataset_id = 1;- Returns:
- The datasetId.
-
getDatasetIdBytes
com.google.protobuf.ByteString getDatasetIdBytes()Unique identifier for the dataset
optional string dataset_id = 1;- Returns:
- The bytes for datasetId.
-
hasName
boolean hasName()Dataset name (user-friendly identifier)
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()Dataset name (user-friendly identifier)
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Dataset name (user-friendly identifier)
optional string name = 2;- Returns:
- The bytes for name.
-
hasTags
boolean hasTags()Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;- Returns:
- Whether the tags field is set.
-
getTags
String getTags()Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;- Returns:
- The tags.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes()Tags as JSON string (key-value pairs for metadata)
optional string tags = 3;- Returns:
- The bytes for tags.
-
hasSchema
boolean hasSchema()Schema information (JSON)
optional string schema = 4;- Returns:
- Whether the schema field is set.
-
getSchema
String getSchema()Schema information (JSON)
optional string schema = 4;- Returns:
- The schema.
-
getSchemaBytes
com.google.protobuf.ByteString getSchemaBytes()Schema information (JSON)
optional string schema = 4;- Returns:
- The bytes for schema.
-
hasProfile
boolean hasProfile()Profile information (JSON)
optional string profile = 5;- Returns:
- Whether the profile field is set.
-
getProfile
String getProfile()Profile information (JSON)
optional string profile = 5;- Returns:
- The profile.
-
getProfileBytes
com.google.protobuf.ByteString getProfileBytes()Profile information (JSON)
optional string profile = 5;- Returns:
- The bytes for profile.
-
hasDigest
boolean hasDigest()Dataset digest for integrity checking
optional string digest = 6;- Returns:
- Whether the digest field is set.
-
getDigest
String getDigest()Dataset digest for integrity checking
optional string digest = 6;- Returns:
- The digest.
-
getDigestBytes
com.google.protobuf.ByteString getDigestBytes()Dataset digest for integrity checking
optional string digest = 6;- Returns:
- The bytes for digest.
-
hasCreatedTime
boolean hasCreatedTime()Creation timestamp in milliseconds
optional int64 created_time = 7;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
long getCreatedTime()Creation timestamp in milliseconds
optional int64 created_time = 7;- Returns:
- The createdTime.
-
hasLastUpdateTime
boolean hasLastUpdateTime()Last update timestamp in milliseconds
optional int64 last_update_time = 8;- Returns:
- Whether the lastUpdateTime field is set.
-
getLastUpdateTime
long getLastUpdateTime()Last update timestamp in milliseconds
optional int64 last_update_time = 8;- Returns:
- The lastUpdateTime.
-
hasCreatedBy
boolean hasCreatedBy()User who created the dataset
optional string created_by = 9;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
String getCreatedBy()User who created the dataset
optional string created_by = 9;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()User who created the dataset
optional string created_by = 9;- Returns:
- The bytes for createdBy.
-
hasLastUpdatedBy
boolean hasLastUpdatedBy()User who last updated the dataset
optional string last_updated_by = 10;- Returns:
- Whether the lastUpdatedBy field is set.
-
getLastUpdatedBy
String getLastUpdatedBy()User who last updated the dataset
optional string last_updated_by = 10;- Returns:
- The lastUpdatedBy.
-
getLastUpdatedByBytes
com.google.protobuf.ByteString getLastUpdatedByBytes()User who last updated the dataset
optional string last_updated_by = 10;- Returns:
- The bytes for lastUpdatedBy.
-
getExperimentIdsList
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;- Returns:
- A list containing the experimentIds.
-
getExperimentIdsCount
int getExperimentIdsCount()Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;- Returns:
- The count of experimentIds.
-
getExperimentIds
Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;- Parameters:
index- The index of the element to return.- Returns:
- The experimentIds at the given index.
-
getExperimentIdsBytes
com.google.protobuf.ByteString getExperimentIdsBytes(int index) Associated experiment IDs (populated from entity_associations table)
repeated string experiment_ids = 11;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the experimentIds at the given index.
-