Interface RunStepResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RunStepResponse, RunStepResponse.Builder

    public interface RunStepResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RunMetadata getMetadata()
      Returned metadata if requested in the options.
      RunMetadataOrBuilder getMetadataOrBuilder()
      Returned metadata if requested in the options.
      Code getStatusCode()
      If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
      int getStatusCodeValue()
      If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
      java.lang.String getStatusErrorMessage()
      string status_error_message = 4;
      com.google.protobuf.ByteString getStatusErrorMessageBytes()
      string status_error_message = 4;
      NamedTensorProto getTensor​(int index)
      NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
      int getTensorCount()
      NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
      java.util.List<NamedTensorProto> getTensorList()
      NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
      NamedTensorProtoOrBuilder getTensorOrBuilder​(int index)
      NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
      java.util.List<? extends NamedTensorProtoOrBuilder> getTensorOrBuilderList()
      NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
      boolean hasMetadata()
      Returned metadata if requested in the options.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTensorList

        java.util.List<NamedTensorProto> getTensorList()
         NOTE: The order of the returned tensors may or may not match
         the fetch order specified in RunStepRequest.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto tensor = 1;
      • getTensor

        NamedTensorProto getTensor​(int index)
         NOTE: The order of the returned tensors may or may not match
         the fetch order specified in RunStepRequest.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto tensor = 1;
      • getTensorCount

        int getTensorCount()
         NOTE: The order of the returned tensors may or may not match
         the fetch order specified in RunStepRequest.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto tensor = 1;
      • getTensorOrBuilderList

        java.util.List<? extends NamedTensorProtoOrBuilder> getTensorOrBuilderList()
         NOTE: The order of the returned tensors may or may not match
         the fetch order specified in RunStepRequest.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto tensor = 1;
      • getTensorOrBuilder

        NamedTensorProtoOrBuilder getTensorOrBuilder​(int index)
         NOTE: The order of the returned tensors may or may not match
         the fetch order specified in RunStepRequest.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto tensor = 1;
      • hasMetadata

        boolean hasMetadata()
         Returned metadata if requested in the options.
         
        .org.platanios.tensorflow.proto.RunMetadata metadata = 2;
        Returns:
        Whether the metadata field is set.
      • getMetadata

        RunMetadata getMetadata()
         Returned metadata if requested in the options.
         
        .org.platanios.tensorflow.proto.RunMetadata metadata = 2;
        Returns:
        The metadata.
      • getMetadataOrBuilder

        RunMetadataOrBuilder getMetadataOrBuilder()
         Returned metadata if requested in the options.
         
        .org.platanios.tensorflow.proto.RunMetadata metadata = 2;
      • getStatusCodeValue

        int getStatusCodeValue()
         If store_errors_in_response_body is true in the request, then
         optionally the server may return an OK status for the RPC and
         fill the true status into the fields below, to allow for messages
         that are too long to fit in metadata.
         
        .org.platanios.tensorflow.proto.error.Code status_code = 3;
        Returns:
        The enum numeric value on the wire for statusCode.
      • getStatusCode

        Code getStatusCode()
         If store_errors_in_response_body is true in the request, then
         optionally the server may return an OK status for the RPC and
         fill the true status into the fields below, to allow for messages
         that are too long to fit in metadata.
         
        .org.platanios.tensorflow.proto.error.Code status_code = 3;
        Returns:
        The statusCode.
      • getStatusErrorMessage

        java.lang.String getStatusErrorMessage()
        string status_error_message = 4;
        Returns:
        The statusErrorMessage.
      • getStatusErrorMessageBytes

        com.google.protobuf.ByteString getStatusErrorMessageBytes()
        string status_error_message = 4;
        Returns:
        The bytes for statusErrorMessage.