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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.MessageOrBuilder
getUnknownFields
in class com.github.os72.protobuf351.GeneratedMessageV3
public static final com.github.os72.protobuf351.Descriptors.Descriptor getDescriptor()
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.github.os72.protobuf351.GeneratedMessageV3
public boolean hasGraphDef()
The initial graph definition.
.tensorflow.GraphDef graph_def = 1;
hasGraphDef
in interface CreateSessionRequestOrBuilder
public GraphDef getGraphDef()
The initial graph definition.
.tensorflow.GraphDef graph_def = 1;
getGraphDef
in interface CreateSessionRequestOrBuilder
public GraphDefOrBuilder getGraphDefOrBuilder()
The initial graph definition.
.tensorflow.GraphDef graph_def = 1;
getGraphDefOrBuilder
in interface CreateSessionRequestOrBuilder
public boolean hasConfig()
Configuration options.
.tensorflow.ConfigProto config = 2;
hasConfig
in interface CreateSessionRequestOrBuilder
public ConfigProto getConfig()
Configuration options.
.tensorflow.ConfigProto config = 2;
getConfig
in interface CreateSessionRequestOrBuilder
public ConfigProtoOrBuilder getConfigOrBuilder()
Configuration options.
.tensorflow.ConfigProto config = 2;
getConfigOrBuilder
in interface CreateSessionRequestOrBuilder
public String getTarget()
The target string used from the client's perspective.
string target = 3;
getTarget
in interface CreateSessionRequestOrBuilder
public com.github.os72.protobuf351.ByteString getTargetBytes()
The target string used from the client's perspective.
string target = 3;
getTargetBytes
in interface CreateSessionRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
isInitialized
in class com.github.os72.protobuf351.GeneratedMessageV3
public void writeTo(com.github.os72.protobuf351.CodedOutputStream output) throws IOException
writeTo
in interface com.github.os72.protobuf351.MessageLite
writeTo
in class com.github.os72.protobuf351.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.github.os72.protobuf351.MessageLite
getSerializedSize
in class com.github.os72.protobuf351.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.github.os72.protobuf351.Message
equals
in class com.github.os72.protobuf351.AbstractMessage
public int hashCode()
hashCode
in interface com.github.os72.protobuf351.Message
hashCode
in class com.github.os72.protobuf351.AbstractMessage
public static CreateSessionRequest parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CreateSessionRequest parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CreateSessionRequest parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public 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.InvalidProtocolBufferException
public static CreateSessionRequest parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CreateSessionRequest parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferException
public static CreateSessionRequest parseFrom(InputStream input) throws IOException
IOException
public static CreateSessionRequest parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CreateSessionRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CreateSessionRequest parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CreateSessionRequest parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOException
public static CreateSessionRequest parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public CreateSessionRequest.Builder newBuilderForType()
newBuilderForType
in interface com.github.os72.protobuf351.Message
newBuilderForType
in interface com.github.os72.protobuf351.MessageLite
public static CreateSessionRequest.Builder newBuilder()
public static CreateSessionRequest.Builder newBuilder(CreateSessionRequest prototype)
public CreateSessionRequest.Builder toBuilder()
toBuilder
in interface com.github.os72.protobuf351.Message
toBuilder
in interface com.github.os72.protobuf351.MessageLite
protected CreateSessionRequest.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.github.os72.protobuf351.GeneratedMessageV3
public 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.Message
getParserForType
in interface com.github.os72.protobuf351.MessageLite
getParserForType
in class com.github.os72.protobuf351.GeneratedMessageV3
public CreateSessionRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.github.os72.protobuf351.MessageOrBuilder
Copyright © 2018. All rights reserved.