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