public static final class EagerServiceOuterClass.CreateContextResponse.Builder extends org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder> implements EagerServiceOuterClass.CreateContextResponseOrBuilder
tensorflow.eager.CreateContextResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptor()
protected org.nd4j.shade.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder clear()
clear in interface org.nd4j.shade.protobuf.Message.Builderclear in interface org.nd4j.shade.protobuf.MessageLite.Builderclear in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public org.nd4j.shade.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.Message.BuildergetDescriptorForType in interface org.nd4j.shade.protobuf.MessageOrBuildergetDescriptorForType in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.nd4j.shade.protobuf.MessageOrBuilderpublic EagerServiceOuterClass.CreateContextResponse build()
build in interface org.nd4j.shade.protobuf.Message.Builderbuild in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic EagerServiceOuterClass.CreateContextResponse buildPartial()
buildPartial in interface org.nd4j.shade.protobuf.Message.BuilderbuildPartial in interface org.nd4j.shade.protobuf.MessageLite.Builderpublic EagerServiceOuterClass.CreateContextResponse.Builder clone()
clone in interface org.nd4j.shade.protobuf.Message.Builderclone in interface org.nd4j.shade.protobuf.MessageLite.Builderclone in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface org.nd4j.shade.protobuf.Message.BuildersetField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.nd4j.shade.protobuf.Message.BuilderclearField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.nd4j.shade.protobuf.Message.BuilderclearOneof in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface org.nd4j.shade.protobuf.Message.BuildersetRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface org.nd4j.shade.protobuf.Message.BuilderaddRepeatedField in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder mergeFrom(org.nd4j.shade.protobuf.Message other)
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder mergeFrom(EagerServiceOuterClass.CreateContextResponse other)
public final boolean isInitialized()
isInitialized in interface org.nd4j.shade.protobuf.MessageLiteOrBuilderisInitialized in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public EagerServiceOuterClass.CreateContextResponse.Builder mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface org.nd4j.shade.protobuf.Message.BuildermergeFrom in interface org.nd4j.shade.protobuf.MessageLite.BuildermergeFrom in class org.nd4j.shade.protobuf.AbstractMessage.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>IOExceptionpublic long getContextId()
The ID of the created context. This is usually a randomly generated number, that will be used to identify the context in future requests to the service. Contexts are not persisted through server restarts.
fixed64 context_id = 1;getContextId in interface EagerServiceOuterClass.CreateContextResponseOrBuilderpublic EagerServiceOuterClass.CreateContextResponse.Builder setContextId(long value)
The ID of the created context. This is usually a randomly generated number, that will be used to identify the context in future requests to the service. Contexts are not persisted through server restarts.
fixed64 context_id = 1;public EagerServiceOuterClass.CreateContextResponse.Builder clearContextId()
The ID of the created context. This is usually a randomly generated number, that will be used to identify the context in future requests to the service. Contexts are not persisted through server restarts.
fixed64 context_id = 1;public List<DeviceAttributes> getDeviceAttributesList()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;getDeviceAttributesList in interface EagerServiceOuterClass.CreateContextResponseOrBuilderpublic int getDeviceAttributesCount()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;getDeviceAttributesCount in interface EagerServiceOuterClass.CreateContextResponseOrBuilderpublic DeviceAttributes getDeviceAttributes(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;getDeviceAttributes in interface EagerServiceOuterClass.CreateContextResponseOrBuilderpublic EagerServiceOuterClass.CreateContextResponse.Builder setDeviceAttributes(int index, DeviceAttributes value)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public EagerServiceOuterClass.CreateContextResponse.Builder setDeviceAttributes(int index, DeviceAttributes.Builder builderForValue)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public EagerServiceOuterClass.CreateContextResponse.Builder addDeviceAttributes(DeviceAttributes value)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public EagerServiceOuterClass.CreateContextResponse.Builder addDeviceAttributes(int index, DeviceAttributes value)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public EagerServiceOuterClass.CreateContextResponse.Builder addDeviceAttributes(DeviceAttributes.Builder builderForValue)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public EagerServiceOuterClass.CreateContextResponse.Builder addDeviceAttributes(int index, DeviceAttributes.Builder builderForValue)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public EagerServiceOuterClass.CreateContextResponse.Builder addAllDeviceAttributes(Iterable<? extends DeviceAttributes> values)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public EagerServiceOuterClass.CreateContextResponse.Builder clearDeviceAttributes()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public EagerServiceOuterClass.CreateContextResponse.Builder removeDeviceAttributes(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public DeviceAttributes.Builder getDeviceAttributesBuilder(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public DeviceAttributesOrBuilder getDeviceAttributesOrBuilder(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;getDeviceAttributesOrBuilder in interface EagerServiceOuterClass.CreateContextResponseOrBuilderpublic List<? extends DeviceAttributesOrBuilder> getDeviceAttributesOrBuilderList()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;getDeviceAttributesOrBuilderList in interface EagerServiceOuterClass.CreateContextResponseOrBuilderpublic DeviceAttributes.Builder addDeviceAttributesBuilder()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public DeviceAttributes.Builder addDeviceAttributesBuilder(int index)
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public List<DeviceAttributes.Builder> getDeviceAttributesBuilderList()
List of devices that are locally accessible to the worker.
repeated .tensorflow.DeviceAttributes device_attributes = 2;public final EagerServiceOuterClass.CreateContextResponse.Builder setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildersetUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>public final EagerServiceOuterClass.CreateContextResponse.Builder mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.nd4j.shade.protobuf.Message.BuildermergeUnknownFields in class org.nd4j.shade.protobuf.GeneratedMessageV3.Builder<EagerServiceOuterClass.CreateContextResponse.Builder>Copyright © 2021. All rights reserved.