Package org.mlflow.api.proto
Interface Service.SetDatasetTagsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.SetDatasetTags,Service.SetDatasetTags.Builder
- Enclosing class:
- Service
public static interface Service.SetDatasetTagsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDataset ID to update tags forcom.google.protobuf.ByteStringDataset ID to update tags forgetTags()Tags to update (JSON string).com.google.protobuf.ByteStringTags to update (JSON string).booleanDataset ID to update tags forbooleanhasTags()Tags to update (JSON string).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()Dataset ID to update tags for
optional string dataset_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the datasetId field is set.
-
getDatasetId
String getDatasetId()Dataset ID to update tags for
optional string dataset_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The datasetId.
-
getDatasetIdBytes
com.google.protobuf.ByteString getDatasetIdBytes()Dataset ID to update tags for
optional string dataset_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for datasetId.
-
hasTags
boolean hasTags()Tags to update (JSON string).
optional string tags = 2 [(.mlflow.validate_required) = true];- Returns:
- Whether the tags field is set.
-
getTags
String getTags()Tags to update (JSON string).
optional string tags = 2 [(.mlflow.validate_required) = true];- Returns:
- The tags.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes()Tags to update (JSON string).
optional string tags = 2 [(.mlflow.validate_required) = true];- Returns:
- The bytes for tags.
-