public final class StreamDirectPredictResponse extends GeneratedMessage implements StreamDirectPredictResponseOrBuilderResponse message for PredictionService.StreamDirectPredict.
Protobuf type google.cloud.vertexai.v1.StreamDirectPredictResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > StreamDirectPredictResponseImplements
StreamDirectPredictResponseOrBuilderStatic 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 StreamDirectPredictResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static StreamDirectPredictResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse.Builder |
|
newBuilder(StreamDirectPredictResponse prototype)
public static StreamDirectPredictResponse.Builder newBuilder(StreamDirectPredictResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
StreamDirectPredictResponse |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static StreamDirectPredictResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamDirectPredictResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static StreamDirectPredictResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static StreamDirectPredictResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static StreamDirectPredictResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static StreamDirectPredictResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static StreamDirectPredictResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamDirectPredictResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static StreamDirectPredictResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static StreamDirectPredictResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static StreamDirectPredictResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static StreamDirectPredictResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<StreamDirectPredictResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<StreamDirectPredictResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public StreamDirectPredictResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse |
|
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<StreamDirectPredictResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<StreamDirectPredictResponse> |
|
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 StreamDirectPredictResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected StreamDirectPredictResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse.Builder |
|
toBuilder()
public StreamDirectPredictResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
StreamDirectPredictResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|