public final class RunStepResponse extends com.github.os72.protobuf351.GeneratedMessageV3 implements RunStepResponseOrBuilder
tensorflow.RunStepResponse| Modifier and Type | Class and Description |
|---|---|
static class |
RunStepResponse.Builder
Protobuf type
tensorflow.RunStepResponse |
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 |
METADATA_FIELD_NUMBER |
static int |
STATUS_CODE_FIELD_NUMBER |
static int |
STATUS_ERROR_MESSAGE_FIELD_NUMBER |
static int |
TENSOR_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RunStepResponse |
getDefaultInstance() |
RunStepResponse |
getDefaultInstanceForType() |
static com.github.os72.protobuf351.Descriptors.Descriptor |
getDescriptor() |
RunMetadata |
getMetadata()
Returned metadata if requested in the options.
|
RunMetadataOrBuilder |
getMetadataOrBuilder()
Returned metadata if requested in the options.
|
com.github.os72.protobuf351.Parser<RunStepResponse> |
getParserForType() |
int |
getSerializedSize() |
Code |
getStatusCode()
If store_errors_in_response_body is true in the request, then
optionally the server may return an OK status for the RPC and
fill the true status into the fields below, to allow for messages
that are too long to fit in metadata.
|
int |
getStatusCodeValue()
If store_errors_in_response_body is true in the request, then
optionally the server may return an OK status for the RPC and
fill the true status into the fields below, to allow for messages
that are too long to fit in metadata.
|
String |
getStatusErrorMessage()
string status_error_message = 4; |
com.github.os72.protobuf351.ByteString |
getStatusErrorMessageBytes()
string status_error_message = 4; |
NamedTensorProto |
getTensor(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
int |
getTensorCount()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
List<NamedTensorProto> |
getTensorList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
NamedTensorProtoOrBuilder |
getTensorOrBuilder(int index)
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
List<? extends NamedTensorProtoOrBuilder> |
getTensorOrBuilderList()
NOTE: The order of the returned tensors may or may not match
the fetch order specified in RunStepRequest.
|
com.github.os72.protobuf351.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMetadata()
Returned metadata if requested in the options.
|
protected com.github.os72.protobuf351.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunStepResponse.Builder |
newBuilder() |
static RunStepResponse.Builder |
newBuilder(RunStepResponse prototype) |
RunStepResponse.Builder |
newBuilderForType() |
protected RunStepResponse.Builder |
newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent) |
static RunStepResponse |
parseDelimitedFrom(InputStream input) |
static RunStepResponse |
parseDelimitedFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RunStepResponse |
parseFrom(byte[] data) |
static RunStepResponse |
parseFrom(byte[] data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RunStepResponse |
parseFrom(ByteBuffer data) |
static RunStepResponse |
parseFrom(ByteBuffer data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RunStepResponse |
parseFrom(com.github.os72.protobuf351.ByteString data) |
static RunStepResponse |
parseFrom(com.github.os72.protobuf351.ByteString data,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RunStepResponse |
parseFrom(com.github.os72.protobuf351.CodedInputStream input) |
static RunStepResponse |
parseFrom(com.github.os72.protobuf351.CodedInputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static RunStepResponse |
parseFrom(InputStream input) |
static RunStepResponse |
parseFrom(InputStream input,
com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) |
static com.github.os72.protobuf351.Parser<RunStepResponse> |
parser() |
RunStepResponse.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 TENSOR_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int STATUS_CODE_FIELD_NUMBER
public static final int STATUS_ERROR_MESSAGE_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 List<NamedTensorProto> getTensorList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorList in interface RunStepResponseOrBuilderpublic List<? extends NamedTensorProtoOrBuilder> getTensorOrBuilderList()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorOrBuilderList in interface RunStepResponseOrBuilderpublic int getTensorCount()
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorCount in interface RunStepResponseOrBuilderpublic NamedTensorProto getTensor(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensor in interface RunStepResponseOrBuilderpublic NamedTensorProtoOrBuilder getTensorOrBuilder(int index)
NOTE: The order of the returned tensors may or may not match the fetch order specified in RunStepRequest.
repeated .tensorflow.NamedTensorProto tensor = 1;getTensorOrBuilder in interface RunStepResponseOrBuilderpublic boolean hasMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;hasMetadata in interface RunStepResponseOrBuilderpublic RunMetadata getMetadata()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;getMetadata in interface RunStepResponseOrBuilderpublic RunMetadataOrBuilder getMetadataOrBuilder()
Returned metadata if requested in the options.
.tensorflow.RunMetadata metadata = 2;getMetadataOrBuilder in interface RunStepResponseOrBuilderpublic int getStatusCodeValue()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 3;getStatusCodeValue in interface RunStepResponseOrBuilderpublic Code getStatusCode()
If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
.tensorflow.error.Code status_code = 3;getStatusCode in interface RunStepResponseOrBuilderpublic String getStatusErrorMessage()
string status_error_message = 4;getStatusErrorMessage in interface RunStepResponseOrBuilderpublic com.github.os72.protobuf351.ByteString getStatusErrorMessageBytes()
string status_error_message = 4;getStatusErrorMessageBytes in interface RunStepResponseOrBuilderpublic 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 RunStepResponse parseFrom(ByteBuffer data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RunStepResponse parseFrom(ByteBuffer data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RunStepResponse parseFrom(com.github.os72.protobuf351.ByteString data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RunStepResponse 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 RunStepResponse parseFrom(byte[] data) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RunStepResponse parseFrom(byte[] data, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws com.github.os72.protobuf351.InvalidProtocolBufferException
com.github.os72.protobuf351.InvalidProtocolBufferExceptionpublic static RunStepResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunStepResponse parseFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunStepResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunStepResponse parseDelimitedFrom(InputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunStepResponse parseFrom(com.github.os72.protobuf351.CodedInputStream input) throws IOException
IOExceptionpublic static RunStepResponse parseFrom(com.github.os72.protobuf351.CodedInputStream input, com.github.os72.protobuf351.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunStepResponse.Builder newBuilderForType()
newBuilderForType in interface com.github.os72.protobuf351.MessagenewBuilderForType in interface com.github.os72.protobuf351.MessageLitepublic static RunStepResponse.Builder newBuilder()
public static RunStepResponse.Builder newBuilder(RunStepResponse prototype)
public RunStepResponse.Builder toBuilder()
toBuilder in interface com.github.os72.protobuf351.MessagetoBuilder in interface com.github.os72.protobuf351.MessageLiteprotected RunStepResponse.Builder newBuilderForType(com.github.os72.protobuf351.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.github.os72.protobuf351.GeneratedMessageV3public static RunStepResponse getDefaultInstance()
public static com.github.os72.protobuf351.Parser<RunStepResponse> parser()
public com.github.os72.protobuf351.Parser<RunStepResponse> getParserForType()
getParserForType in interface com.github.os72.protobuf351.MessagegetParserForType in interface com.github.os72.protobuf351.MessageLitegetParserForType in class com.github.os72.protobuf351.GeneratedMessageV3public RunStepResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.github.os72.protobuf351.MessageLiteOrBuildergetDefaultInstanceForType in interface com.github.os72.protobuf351.MessageOrBuilderCopyright © 2018. All rights reserved.