public final class StreamingPredictResponse extends GeneratedMessage implements StreamingPredictResponseOrBuilderResponse message for PredictionService.StreamingPredict.
Protobuf type google.cloud.vertexai.v1.StreamingPredictResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > StreamingPredictResponseImplements
StreamingPredictResponseOrBuilderStatic Fields
OUTPUTS_FIELD_NUMBER
public static final int OUTPUTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PARAMETERS_FIELD_NUMBER
public static final int PARAMETERS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static StreamingPredictResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static StreamingPredictResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse.Builder |
|
newBuilder(StreamingPredictResponse prototype)
public static StreamingPredictResponse.Builder newBuilder(StreamingPredictResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
StreamingPredictResponse |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static StreamingPredictResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingPredictResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static StreamingPredictResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StreamingPredictResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static StreamingPredictResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamingPredictResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static StreamingPredictResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingPredictResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static StreamingPredictResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamingPredictResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static StreamingPredictResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StreamingPredictResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<StreamingPredictResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<StreamingPredictResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public StreamingPredictResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse |
|
getOutputs(int index)
public Tensor getOutputs(int index)The prediction output.
repeated .google.cloud.vertexai.v1.Tensor outputs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Tensor |
|
getOutputsCount()
public int getOutputsCount()The prediction output.
repeated .google.cloud.vertexai.v1.Tensor outputs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOutputsList()
public List<Tensor> getOutputsList()The prediction output.
repeated .google.cloud.vertexai.v1.Tensor outputs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Tensor> |
|
getOutputsOrBuilder(int index)
public TensorOrBuilder getOutputsOrBuilder(int index)The prediction output.
repeated .google.cloud.vertexai.v1.Tensor outputs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TensorOrBuilder |
|
getOutputsOrBuilderList()
public List<? extends TensorOrBuilder> getOutputsOrBuilderList()The prediction output.
repeated .google.cloud.vertexai.v1.Tensor outputs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vertexai.api.TensorOrBuilder> |
|
getParameters()
public Tensor getParameters()The parameters that govern the prediction.
.google.cloud.vertexai.v1.Tensor parameters = 2;
| Returns | |
|---|---|
| Type | Description |
Tensor |
The parameters. |
getParametersOrBuilder()
public TensorOrBuilder getParametersOrBuilder()The parameters that govern the prediction.
.google.cloud.vertexai.v1.Tensor parameters = 2;
| Returns | |
|---|---|
| Type | Description |
TensorOrBuilder |
|
getParserForType()
public Parser<StreamingPredictResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<StreamingPredictResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasParameters()
public boolean hasParameters()The parameters that govern the prediction.
.google.cloud.vertexai.v1.Tensor parameters = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the parameters field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public StreamingPredictResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected StreamingPredictResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse.Builder |
|
toBuilder()
public StreamingPredictResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
StreamingPredictResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|