com.clarifai.grpc.api.DatasetVersionExportInfoOrBuilder 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 DatasetVersionExportInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.DatasetVersionExportInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* clarifai_data_protobuf is a CLARIFAI_DATA_PROTOBUF export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport clarifai_data_protobuf = 1;
* @return Whether the clarifaiDataProtobuf field is set.
*/
boolean hasClarifaiDataProtobuf();
/**
*
* clarifai_data_protobuf is a CLARIFAI_DATA_PROTOBUF export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport clarifai_data_protobuf = 1;
* @return The clarifaiDataProtobuf.
*/
com.clarifai.grpc.api.DatasetVersionExport getClarifaiDataProtobuf();
/**
*
* clarifai_data_protobuf is a CLARIFAI_DATA_PROTOBUF export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport clarifai_data_protobuf = 1;
*/
com.clarifai.grpc.api.DatasetVersionExportOrBuilder getClarifaiDataProtobufOrBuilder();
/**
*
* clarifai_data_json is a CLARIFAI_DATA_JSON export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport clarifai_data_json = 3;
* @return Whether the clarifaiDataJson field is set.
*/
boolean hasClarifaiDataJson();
/**
*
* clarifai_data_json is a CLARIFAI_DATA_JSON export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport clarifai_data_json = 3;
* @return The clarifaiDataJson.
*/
com.clarifai.grpc.api.DatasetVersionExport getClarifaiDataJson();
/**
*
* clarifai_data_json is a CLARIFAI_DATA_JSON export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport clarifai_data_json = 3;
*/
com.clarifai.grpc.api.DatasetVersionExportOrBuilder getClarifaiDataJsonOrBuilder();
/**
*
* coco is a COCO export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport coco = 2;
* @return Whether the coco field is set.
*/
boolean hasCoco();
/**
*
* coco is a COCO export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport coco = 2;
* @return The coco.
*/
com.clarifai.grpc.api.DatasetVersionExport getCoco();
/**
*
* coco is a COCO export of the dataset version.
*
*
* .clarifai.api.DatasetVersionExport coco = 2;
*/
com.clarifai.grpc.api.DatasetVersionExportOrBuilder getCocoOrBuilder();
}