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

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

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

package com.clarifai.grpc.api;

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

  /**
   * 
   * The status of the request.
   * 
* * .clarifai.api.status.Status status = 1; * @return Whether the status field is set. */ boolean hasStatus(); /** *
   * The status of the request.
   * 
* * .clarifai.api.status.Status status = 1; * @return The status. */ com.clarifai.grpc.api.status.Status getStatus(); /** *
   * The status of the request.
   * 
* * .clarifai.api.status.Status status = 1; */ com.clarifai.grpc.api.status.StatusOrBuilder getStatusOrBuilder(); /** *
   * The workflow that was used in predictions with PostWorkflowResults
   * 
* * .clarifai.api.Workflow workflow = 2; * @return Whether the workflow field is set. */ boolean hasWorkflow(); /** *
   * The workflow that was used in predictions with PostWorkflowResults
   * 
* * .clarifai.api.Workflow workflow = 2; * @return The workflow. */ com.clarifai.grpc.api.Workflow getWorkflow(); /** *
   * The workflow that was used in predictions with PostWorkflowResults
   * 
* * .clarifai.api.Workflow workflow = 2; */ com.clarifai.grpc.api.WorkflowOrBuilder getWorkflowOrBuilder(); /** *
   * The resulting predictions of all models in the workflow.
   * 
* * repeated .clarifai.api.WorkflowResult results = 3; */ java.util.List getResultsList(); /** *
   * The resulting predictions of all models in the workflow.
   * 
* * repeated .clarifai.api.WorkflowResult results = 3; */ com.clarifai.grpc.api.WorkflowResult getResults(int index); /** *
   * The resulting predictions of all models in the workflow.
   * 
* * repeated .clarifai.api.WorkflowResult results = 3; */ int getResultsCount(); /** *
   * The resulting predictions of all models in the workflow.
   * 
* * repeated .clarifai.api.WorkflowResult results = 3; */ java.util.List getResultsOrBuilderList(); /** *
   * The resulting predictions of all models in the workflow.
   * 
* * repeated .clarifai.api.WorkflowResult results = 3; */ com.clarifai.grpc.api.WorkflowResultOrBuilder getResultsOrBuilder( int index); /** *
   * A workflow state to be maintained across PostWorkflowResults requests/responses.
   * This WorkflowState should be passed in to subsequent PostWorkflowResults calls
   * if you want to keep track of state across requests.
   * If no WorkflowState was initialized in a request then no WorkflowState will be returned in this
   * response.
   * 
* * .clarifai.api.WorkflowState workflow_state = 4; * @return Whether the workflowState field is set. */ boolean hasWorkflowState(); /** *
   * A workflow state to be maintained across PostWorkflowResults requests/responses.
   * This WorkflowState should be passed in to subsequent PostWorkflowResults calls
   * if you want to keep track of state across requests.
   * If no WorkflowState was initialized in a request then no WorkflowState will be returned in this
   * response.
   * 
* * .clarifai.api.WorkflowState workflow_state = 4; * @return The workflowState. */ com.clarifai.grpc.api.WorkflowState getWorkflowState(); /** *
   * A workflow state to be maintained across PostWorkflowResults requests/responses.
   * This WorkflowState should be passed in to subsequent PostWorkflowResults calls
   * if you want to keep track of state across requests.
   * If no WorkflowState was initialized in a request then no WorkflowState will be returned in this
   * response.
   * 
* * .clarifai.api.WorkflowState workflow_state = 4; */ com.clarifai.grpc.api.WorkflowStateOrBuilder getWorkflowStateOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy