public final class CreateSessionRequest extends com.github.os72.protobuf351.GeneratedMessageV3 implements CreateSessionRequestOrBuilder
tensorflow.CreateSessionRequest| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSessionRequest.Builder
Protobuf type
tensorflow.CreateSessionRequest |
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 |
CONFIG_FIELD_NUMBER |
static int |
GRAPH_DEF_FIELD_NUMBER |
static int |
TARGET_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ConfigProto |
getConfig()
Configuration options.
|
ConfigProtoOrBuilder |
getConfigOrBuilder()
Configuration options.
|
static CreateSessionRequest |
getDefaultInstance() |
CreateSessionRequest |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
GraphDef |
getGraphDef()
The initial graph definition.
|
GraphDefOrBuilder |
getGraphDefOrBuilder()
The initial graph definition.
|
com.github.os72.protobuf351.Parser<CreateSessionRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getTarget()
The target string used from the client's perspective.
|
com.github.os72.protobuf351.ByteString |
getTargetBytes()
The target string used from the client's perspective.
|
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
boolean |
hasConfig()
Configuration options.
|
boolean |
hasGraphDef()
The initial graph definition.
|
int |
hashCode() |
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CreateSessionRequest.Builder |
newBuilder() |
static CreateSessionRequest.Builder |
newBuilder(CreateSessionRequest prototype) |
CreateSessionRequest.Builder |
newBuilderForType() |
protected CreateSessionRequest.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static CreateSessionRequest |
parseDelimitedFrom(InputStream input) |
static CreateSessionRequest |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CreateSessionRequest |
parseFrom(byte[] data) |
static CreateSessionRequest |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CreateSessionRequest |
parseFrom(ByteBuffer data) |
static CreateSessionRequest |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CreateSessionRequest |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static CreateSessionRequest |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CreateSessionRequest |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static CreateSessionRequest |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static CreateSessionRequest |
parseFrom(InputStream input) |
static CreateSessionRequest |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<CreateSessionRequest> |
parser() |
CreateSessionRequest.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 GRAPH_DEF_FIELD_NUMBER
public static final int CONFIG_FIELD_NUMBER
public static final int TARGET_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 boolean hasGraphDef()
The initial graph definition.
.tensorflow.GraphDef graph_def = 1;hasGraphDef in interface CreateSessionRequestOrBuilderpublic GraphDef getGraphDef()
The initial graph definition.
.tensorflow.GraphDef graph_def = 1;getGraphDef in interface CreateSessionRequestOrBuilderpublic GraphDefOrBuilder getGraphDefOrBuilder()
The initial graph definition.
.tensorflow.GraphDef graph_def = 1;getGraphDefOrBuilder in interface CreateSessionRequestOrBuilderpublic boolean hasConfig()
Configuration options.
.tensorflow.ConfigProto config = 2;hasConfig in interface CreateSessionRequestOrBuilderpublic ConfigProto getConfig()
Configuration options.
.tensorflow.ConfigProto config = 2;getConfig in interface CreateSessionRequestOrBuilderpublic ConfigProtoOrBuilder getConfigOrBuilder()
Configuration options.
.tensorflow.ConfigProto config = 2;getConfigOrBuilder in interface CreateSessionRequestOrBuilderpublic String getTarget()
The target string used from the client's perspective.
string target = 3;getTarget in interface CreateSessionRequestOrBuilderpublic com.github.os72.protobuf351.ByteString getTargetBytes()
The target string used from the client's perspective.
string target = 3;getTargetBytes in interface CreateSessionRequestOrBuilderpublic 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 CreateSessionRequest parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CreateSessionRequest parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CreateSessionRequest parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CreateSessionRequest 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 CreateSessionRequest parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CreateSessionRequest parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static CreateSessionRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static CreateSessionRequest parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CreateSessionRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CreateSessionRequest parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CreateSessionRequest parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static CreateSessionRequest parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CreateSessionRequest.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static CreateSessionRequest.Builder newBuilder()
public static CreateSessionRequest.Builder newBuilder(CreateSessionRequest prototype)
public CreateSessionRequest.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected CreateSessionRequest.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static CreateSessionRequest getDefaultInstance()
public static com.github.os72.protobuf351.Parser<CreateSessionRequest> parser()
public com.github.os72.protobuf351.Parser<CreateSessionRequest> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public CreateSessionRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.