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

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

  /**
   * 
   * The id to a connected WorkflowNode which will be used as an input for current WorkflowNode.
   * 
* * string node_id = 1; * @return The nodeId. */ java.lang.String getNodeId(); /** *
   * The id to a connected WorkflowNode which will be used as an input for current WorkflowNode.
   * 
* * string node_id = 1; * @return The bytes for nodeId. */ com.google.protobuf.ByteString getNodeIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy