All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarifai.grpc.api.DatasetStarOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/clarifai/api/resources.proto

package com.clarifai.grpc.api;

public interface DatasetStarOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.DatasetStar)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string dataset_id = 1;
   * @return The datasetId.
   */
  java.lang.String getDatasetId();
  /**
   * string dataset_id = 1;
   * @return The bytes for datasetId.
   */
  com.google.protobuf.ByteString
      getDatasetIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy