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

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

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

package com.clarifai.grpc.api;

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

  /**
   * 
   * The id of this job
   * 
* * string id = 1; * @return The id. */ java.lang.String getId(); /** *
   * The id of this job
   * 
* * string id = 1; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * When the job was created.
   * 
* * .google.protobuf.Timestamp created_at = 2; * @return Whether the createdAt field is set. */ boolean hasCreatedAt(); /** *
   * When the job was created.
   * 
* * .google.protobuf.Timestamp created_at = 2; * @return The createdAt. */ com.google.protobuf.Timestamp getCreatedAt(); /** *
   * When the job was created.
   * 
* * .google.protobuf.Timestamp created_at = 2; */ com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder(); /** *
   * When the job was last modified.
   * 
* * .google.protobuf.Timestamp modified_at = 3; * @return Whether the modifiedAt field is set. */ boolean hasModifiedAt(); /** *
   * When the job was last modified.
   * 
* * .google.protobuf.Timestamp modified_at = 3; * @return The modifiedAt. */ com.google.protobuf.Timestamp getModifiedAt(); /** *
   * When the job was last modified.
   * 
* * .google.protobuf.Timestamp modified_at = 3; */ com.google.protobuf.TimestampOrBuilder getModifiedAtOrBuilder(); /** *
   * Status of the job and rough estimated progress
   * 
* * .clarifai.api.status.Status status = 4; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * Status of the job and rough estimated progress
   * 
* * .clarifai.api.status.Status status = 4; * @return The status. */ com.clarifai.grpc.api.status.Status getStatus(); /** *
   * Status of the job and rough estimated progress
   * 
* * .clarifai.api.status.Status status = 4; */ com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder(); /** *
   * Dataset which will receive inputs
   * 
* * string dataset_id = 5; * @return The datasetId. */ java.lang.String getDatasetId(); /** *
   * Dataset which will receive inputs
   * 
* * string dataset_id = 5; * @return The bytes for datasetId. */ com.google.protobuf.ByteString getDatasetIdBytes(); /** *
   * The search that the job uses
   * 
* * .clarifai.api.Search search = 6; * @return Whether the search field is set. */ boolean hasSearch(); /** *
   * The search that the job uses
   * 
* * .clarifai.api.Search search = 6; * @return The search. */ com.clarifai.grpc.api.Search getSearch(); /** *
   * The search that the job uses
   * 
* * .clarifai.api.Search search = 6; */ com.clarifai.grpc.api.SearchOrBuilder getSearchOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy