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

org.tensorflow.distruntime.PartialRunSetupResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.0-M2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow/core/protobuf/master.proto

package org.tensorflow.distruntime;

public interface PartialRunSetupResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tensorflow.PartialRunSetupResponse)
    org.nd4j.shade.protobuf.MessageOrBuilder {

  /**
   * 
   * The unique handle corresponding to the ongoing partial run call setup by
   * the invocation to PartialRunSetup. This handle may be passed to
   * RunStepRequest to send and receive tensors for this partial run.
   * 
* * string partial_run_handle = 1; */ java.lang.String getPartialRunHandle(); /** *
   * The unique handle corresponding to the ongoing partial run call setup by
   * the invocation to PartialRunSetup. This handle may be passed to
   * RunStepRequest to send and receive tensors for this partial run.
   * 
* * string partial_run_handle = 1; */ org.nd4j.shade.protobuf.ByteString getPartialRunHandleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy