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

com.clarifai.grpc.api.DatasetVersionExportOrBuilder 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 DatasetVersionExportOrBuilder extends
    // @@protoc_insertion_point(interface_extends:clarifai.api.DatasetVersionExport)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * format is the format of the dataset version export.
   * 
* * .clarifai.api.DatasetVersionExportFormat format = 1; * @return The enum numeric value on the wire for format. */ int getFormatValue(); /** *
   * format is the format of the dataset version export.
   * 
* * .clarifai.api.DatasetVersionExportFormat format = 1; * @return The format. */ com.clarifai.grpc.api.DatasetVersionExportFormat getFormat(); /** *
   * status is the current status of the dataset version export.
   * 
* * .clarifai.api.status.Status status = 2; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * status is the current status of the dataset version export.
   * 
* * .clarifai.api.status.Status status = 2; * @return The status. */ com.clarifai.grpc.api.status.Status getStatus(); /** *
   * status is the current status of the dataset version export.
   * 
* * .clarifai.api.status.Status status = 2; */ com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder(); /** *
   * url is the URL from where the dataset version export can be downloaded.
   * 
* * string url = 3; * @return The url. */ java.lang.String getUrl(); /** *
   * url is the URL from where the dataset version export can be downloaded.
   * 
* * string url = 3; * @return The bytes for url. */ com.google.protobuf.ByteString getUrlBytes(); /** *
   * size is the size of the dataset version export in number of bytes.
   * 
* * uint64 size = 4; * @return The size. */ long getSize(); /** *
   * whether to include embeddings in the export or not.
   * 
* * bool include_embeddings = 5; * @return The includeEmbeddings. */ boolean getIncludeEmbeddings(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy