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 Type
    Method
    Description
    Dataset ID to update tags for
    com.google.protobuf.ByteString
    Dataset ID to update tags for
    Tags to update (JSON string).
    com.google.protobuf.ByteString
    Tags to update (JSON string).
    boolean
    Dataset ID to update tags for
    boolean
    Tags to update (JSON string).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.