public final class CompleteInstanceRequest extends com.github.os72.protobuf351.GeneratedMessageV3 implements CompleteInstanceRequestOrBuilder
Supplies data about one collective op belonging to the instance identified by instance_key. Service will respond when all group_size ops have become known. Most of the data being sent is for correctness checking, to ensure that all ops in the instance share common attributes.Protobuf type
tensorflow.CompleteInstanceRequest| Modifier and Type | Class and Description |
|---|---|
static class |
CompleteInstanceRequest.Builder
Supplies data about one collective op belonging to the instance identified
by instance_key.
|
com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.github.os72.protobuf351.GeneratedMessageV3.ExtendableMessage>, com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_TYPE_FIELD_NUMBER |
static int |
DEVICE_FIELD_NUMBER |
static int |
DEVICE_TYPE_FIELD_NUMBER |
static int |
GROUP_KEY_FIELD_NUMBER |
static int |
GROUP_SIZE_FIELD_NUMBER |
static int |
INSTANCE_KEY_FIELD_NUMBER |
static int |
IS_SOURCE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
SHAPE_FIELD_NUMBER |
static int |
SUBDIV_OFFSET_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DataType |
getDataType()
.tensorflow.DataType data_type = 3; |
int |
getDataTypeValue()
.tensorflow.DataType data_type = 3; |
static CompleteInstanceRequest |
getDefaultInstance() |
CompleteInstanceRequest |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
String |
getDevice()
string device = 10; |
com.github.os72.protobuf351.ByteString |
getDeviceBytes()
string device = 10; |
String |
getDeviceType()
string device_type = 8; |
com.github.os72.protobuf351.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; |
String |
getName()
string name = 1; |
com.github.os72.protobuf351.ByteString |
getNameBytes()
string name = 1; |
com.github.os72.protobuf351.Parser<CompleteInstanceRequest> |
getParserForType() |
int |
getSerializedSize() |
TensorShapeProto |
getShape()
.tensorflow.TensorShapeProto shape = 4; |
TensorShapeProtoOrBuilder |
getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 4; |
int |
getSubdivOffset(int index)
repeated int32 subdiv_offset = 9; |
int |
getSubdivOffsetCount()
repeated int32 subdiv_offset = 9; |
List<Integer> |
getSubdivOffsetList()
repeated int32 subdiv_offset = 9; |
int |
getType()
int32 type = 2; |
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasShape()
.tensorflow.TensorShapeProto shape = 4; |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CompleteInstanceRequest.Builder |
newBuilder() |
static CompleteInstanceRequest.Builder |
newBuilder(CompleteInstanceRequest prototype) |
CompleteInstanceRequest.Builder |
newBuilderForType() |
protected CompleteInstanceRequest.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static CompleteInstanceRequest |
parseDelimitedFrom(InputStream input) |
static CompleteInstanceRequest |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(byte[] data) |
static CompleteInstanceRequest |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(ByteBuffer data) |
static CompleteInstanceRequest |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static CompleteInstanceRequest |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static CompleteInstanceRequest |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CompleteInstanceRequest |
parseFrom(InputStream input) |
static CompleteInstanceRequest |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<CompleteInstanceRequest> |
parser() |
CompleteInstanceRequest.Builder |
toBuilder() |
void |
writeTo(com.github.os72.protobuf351.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int DATA_TYPE_FIELD_NUMBER
public static final int SHAPE_FIELD_NUMBER
public static final int GROUP_KEY_FIELD_NUMBER
public static final int GROUP_SIZE_FIELD_NUMBER
public static final int INSTANCE_KEY_FIELD_NUMBER
public static final int DEVICE_TYPE_FIELD_NUMBER
public static final int SUBDIV_OFFSET_FIELD_NUMBER
public static final int DEVICE_FIELD_NUMBER
public static final int IS_SOURCE_FIELD_NUMBER
public final com.github.os72.protobuf351.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.github.os72.protobuf351.MessageOrBuildergetUnknownFields in class com.github.os72.protobuf351.GeneratedMessageV3public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.github.os72.protobuf351.GeneratedMessageV3public String getName()
string name = 1;getName in interface CompleteInstanceRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getNameBytes()
string name = 1;getNameBytes in interface CompleteInstanceRequestOrBuilderpublic int getType()
int32 type = 2;getType in interface CompleteInstanceRequestOrBuilderpublic int getDataTypeValue()
.tensorflow.DataType data_type = 3;getDataTypeValue in interface CompleteInstanceRequestOrBuilderpublic DataType getDataType()
.tensorflow.DataType data_type = 3;getDataType in interface CompleteInstanceRequestOrBuilderpublic boolean hasShape()
.tensorflow.TensorShapeProto shape = 4;hasShape in interface CompleteInstanceRequestOrBuilderpublic TensorShapeProto getShape()
.tensorflow.TensorShapeProto shape = 4;getShape in interface CompleteInstanceRequestOrBuilderpublic TensorShapeProtoOrBuilder getShapeOrBuilder()
.tensorflow.TensorShapeProto shape = 4;getShapeOrBuilder in interface CompleteInstanceRequestOrBuilderpublic int getGroupKey()
int32 group_key = 5;getGroupKey in interface CompleteInstanceRequestOrBuilderpublic int getGroupSize()
int32 group_size = 6;getGroupSize in interface CompleteInstanceRequestOrBuilderpublic int getInstanceKey()
int32 instance_key = 7;getInstanceKey in interface CompleteInstanceRequestOrBuilderpublic String getDeviceType()
string device_type = 8;getDeviceType in interface CompleteInstanceRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getDeviceTypeBytes()
string device_type = 8;getDeviceTypeBytes in interface CompleteInstanceRequestOrBuilderpublic List<Integer> getSubdivOffsetList()
repeated int32 subdiv_offset = 9;getSubdivOffsetList in interface CompleteInstanceRequestOrBuilderpublic int getSubdivOffsetCount()
repeated int32 subdiv_offset = 9;getSubdivOffsetCount in interface CompleteInstanceRequestOrBuilderpublic int getSubdivOffset(int index)
repeated int32 subdiv_offset = 9;getSubdivOffset in interface CompleteInstanceRequestOrBuilderpublic String getDevice()
string device = 10;getDevice in interface CompleteInstanceRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getDeviceBytes()
string device = 10;getDeviceBytes in interface CompleteInstanceRequestOrBuilderpublic boolean getIsSource()
bool is_source = 11;getIsSource in interface CompleteInstanceRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.github.os72.protobuf351.MessageLiteOrBuilderisInitialized in class com.github.os72.protobuf351.GeneratedMessageV3public void writeTo(com.github.os72.protobuf351.CodedOutputStream output)
throws IOException
writeTo in interface com.github.os72.protobuf351.MessageLitewriteTo in class com.github.os72.protobuf351.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.github.os72.protobuf351.MessageLitegetSerializedSize in class com.github.os72.protobuf351.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.github.os72.protobuf351.Messageequals in class com.github.os72.protobuf351.AbstractMessagepublic int hashCode()
hashCode in interface com.github.os72.protobuf351.MessagehashCode in class com.github.os72.protobuf351.AbstractMessagepublic static CompleteInstanceRequest parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CompleteInstanceRequest parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CompleteInstanceRequest parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CompleteInstanceRequest parseFrom(com.github.os72.protobuf351.ByteString data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CompleteInstanceRequest parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CompleteInstanceRequest parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CompleteInstanceRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static CompleteInstanceRequest parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CompleteInstanceRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CompleteInstanceRequest parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CompleteInstanceRequest parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static CompleteInstanceRequest parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CompleteInstanceRequest.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static CompleteInstanceRequest.Builder newBuilder()
public static CompleteInstanceRequest.Builder newBuilder(CompleteInstanceRequest prototype)
public CompleteInstanceRequest.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected CompleteInstanceRequest.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static CompleteInstanceRequest getDefaultInstance()
public static com.github.os72.protobuf351.Parser<CompleteInstanceRequest> parser()
public com.github.os72.protobuf351.Parser<CompleteInstanceRequest> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public CompleteInstanceRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.