Interface CompleteInstanceRequestOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CompleteInstanceRequest, CompleteInstanceRequest.Builder

    public interface CompleteInstanceRequestOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Detail

      • getName

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

        org.nd4j.shade.protobuf.ByteString getNameBytes()
        string name = 1;
        Returns:
        The bytes for name.
      • getType

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

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

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

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

        TensorShapeProto getShape()
        .tensorflow.TensorShapeProto shape = 4;
        Returns:
        The shape.
      • 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

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

        org.nd4j.shade.protobuf.ByteString getDeviceTypeBytes()
        string device_type = 8;
        Returns:
        The bytes for deviceType.
      • getSubdivOffsetList

        List<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

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

        org.nd4j.shade.protobuf.ByteString getDeviceBytes()
        string device = 10;
        Returns:
        The bytes for device.
      • getIsSource

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