Interface CompleteInstanceRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataType getDataType()
      .org.platanios.tensorflow.proto.DataType data_type = 3;
      int getDataTypeValue()
      .org.platanios.tensorflow.proto.DataType data_type = 3;
      java.lang.String getDevice()
      string device = 10;
      com.google.protobuf.ByteString getDeviceBytes()
      string device = 10;
      java.lang.String getDeviceType()
      string device_type = 8;
      com.google.protobuf.ByteString getDeviceTypeBytes()
      string device_type = 8;
      int getGroupKey()
      int32 group_key = 5;
      int getGroupSize()
      int32 group_size = 6;
      int getInstanceKey()
      int32 instance_key = 7;
      boolean getIsSource()
      bool is_source = 11;
      java.lang.String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      TensorShapeProto getShape()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 4;
      TensorShapeProtoOrBuilder getShapeOrBuilder()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 4;
      int getSubdivOffset​(int index)
      repeated int32 subdiv_offset = 9;
      int getSubdivOffsetCount()
      repeated int32 subdiv_offset = 9;
      java.util.List<java.lang.Integer> getSubdivOffsetList()
      repeated int32 subdiv_offset = 9;
      int getType()
      int32 type = 2;
      boolean hasShape()
      .org.platanios.tensorflow.proto.TensorShapeProto shape = 4;
      • 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

      • getName

        java.lang.String getName()
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getType

        int getType()
        int32 type = 2;
        Returns:
        The type.
      • getDataTypeValue

        int getDataTypeValue()
        .org.platanios.tensorflow.proto.DataType data_type = 3;
        Returns:
        The enum numeric value on the wire for dataType.
      • getDataType

        DataType getDataType()
        .org.platanios.tensorflow.proto.DataType data_type = 3;
        Returns:
        The dataType.
      • hasShape

        boolean hasShape()
        .org.platanios.tensorflow.proto.TensorShapeProto shape = 4;
        Returns:
        Whether the shape field is set.
      • getShape

        TensorShapeProto getShape()
        .org.platanios.tensorflow.proto.TensorShapeProto shape = 4;
        Returns:
        The shape.
      • getShapeOrBuilder

        TensorShapeProtoOrBuilder getShapeOrBuilder()
        .org.platanios.tensorflow.proto.TensorShapeProto shape = 4;
      • getGroupKey

        int getGroupKey()
        int32 group_key = 5;
        Returns:
        The groupKey.
      • getGroupSize

        int getGroupSize()
        int32 group_size = 6;
        Returns:
        The groupSize.
      • getInstanceKey

        int getInstanceKey()
        int32 instance_key = 7;
        Returns:
        The instanceKey.
      • getDeviceType

        java.lang.String getDeviceType()
        string device_type = 8;
        Returns:
        The deviceType.
      • getDeviceTypeBytes

        com.google.protobuf.ByteString getDeviceTypeBytes()
        string device_type = 8;
        Returns:
        The bytes for deviceType.
      • getSubdivOffsetList

        java.util.List<java.lang.Integer> getSubdivOffsetList()
        repeated int32 subdiv_offset = 9;
        Returns:
        A list containing the subdivOffset.
      • getSubdivOffsetCount

        int getSubdivOffsetCount()
        repeated int32 subdiv_offset = 9;
        Returns:
        The count of subdivOffset.
      • getSubdivOffset

        int getSubdivOffset​(int index)
        repeated int32 subdiv_offset = 9;
        Parameters:
        index - The index of the element to return.
        Returns:
        The subdivOffset at the given index.
      • getDevice

        java.lang.String getDevice()
        string device = 10;
        Returns:
        The device.
      • getDeviceBytes

        com.google.protobuf.ByteString getDeviceBytes()
        string device = 10;
        Returns:
        The bytes for device.
      • getIsSource

        boolean getIsSource()
        bool is_source = 11;
        Returns:
        The isSource.