publicfinalclass PredictResponseextendsGeneratedMessageV3implementsPredictResponseOrBuilder
Response message for
PredictionService.Predict.
Protobuf type google.cloud.vertexai.v1.PredictResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DEPLOYED_MODEL_ID_FIELD_NUMBER
publicstaticfinalintDEPLOYED_MODEL_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintMETADATA_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MODEL_DISPLAY_NAME_FIELD_NUMBER
publicstaticfinalintMODEL_DISPLAY_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MODEL_FIELD_NUMBER
publicstaticfinalintMODEL_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
MODEL_VERSION_ID_FIELD_NUMBER
publicstaticfinalintMODEL_VERSION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
PREDICTIONS_FIELD_NUMBER
publicstaticfinalintPREDICTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticPredictResponsegetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticPredictResponse.BuildernewBuilder()
newBuilder(PredictResponse prototype)
publicstaticPredictResponse.BuildernewBuilder(PredictResponseprototype)
publicstaticPredictResponseparseDelimitedFrom(InputStreaminput)
publicstaticPredictResponseparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticPredictResponseparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticPredictResponseparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticPredictResponseparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticPredictResponseparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticPredictResponseparseFrom(CodedInputStreaminput)
publicstaticPredictResponseparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticPredictResponseparseFrom(InputStreaminput)
publicstaticPredictResponseparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticPredictResponseparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticPredictResponseparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<PredictResponse>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicPredictResponsegetDefaultInstanceForType()
getDeployedModelId()
publicStringgetDeployedModelId()
ID of the Endpoint's DeployedModel that served this prediction.
string deployed_model_id = 2;
| Returns |
| Type |
Description |
String |
The deployedModelId.
|
getDeployedModelIdBytes()
publicByteStringgetDeployedModelIdBytes()
ID of the Endpoint's DeployedModel that served this prediction.
string deployed_model_id = 2;
| Returns |
| Type |
Description |
ByteString |
The bytes for deployedModelId.
|
Output only. Request-level metadata returned by the model. The metadata
type will be dependent upon the model implementation.
.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Value |
The metadata.
|
publicValueOrBuildergetMetadataOrBuilder()
Output only. Request-level metadata returned by the model. The metadata
type will be dependent upon the model implementation.
.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getModel()
Output only. The resource name of the Model which is deployed as the
DeployedModel that this prediction hits.
string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
String |
The model.
|
getModelBytes()
publicByteStringgetModelBytes()
Output only. The resource name of the Model which is deployed as the
DeployedModel that this prediction hits.
string model = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns |
| Type |
Description |
ByteString |
The bytes for model.
|
getModelDisplayName()
publicStringgetModelDisplayName()
Output only. The display
name of the Model which is
deployed as the DeployedModel that this prediction hits.
string model_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The modelDisplayName.
|
getModelDisplayNameBytes()
publicByteStringgetModelDisplayNameBytes()
Output only. The display
name of the Model which is
deployed as the DeployedModel that this prediction hits.
string model_display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for modelDisplayName.
|
getModelVersionId()
publicStringgetModelVersionId()
Output only. The version ID of the Model which is deployed as the
DeployedModel that this prediction hits.
string model_version_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The modelVersionId.
|
getModelVersionIdBytes()
publicByteStringgetModelVersionIdBytes()
Output only. The version ID of the Model which is deployed as the
DeployedModel that this prediction hits.
string model_version_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for modelVersionId.
|
getParserForType()
publicParser<PredictResponse>getParserForType()
Overrides
getPredictions(int index)
publicValuegetPredictions(intindex)
The predictions that are the output of the predictions call.
The schema of any single prediction may be specified via Endpoint's
DeployedModels' Model's
PredictSchemata's
prediction_schema_uri.
repeated .google.protobuf.Value predictions = 1;
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
Value |
getPredictionsCount()
publicintgetPredictionsCount()
The predictions that are the output of the predictions call.
The schema of any single prediction may be specified via Endpoint's
DeployedModels' Model's
PredictSchemata's
prediction_schema_uri.
repeated .google.protobuf.Value predictions = 1;
| Returns |
| Type |
Description |
int |
getPredictionsList()
publicList<Value>getPredictionsList()
The predictions that are the output of the predictions call.
The schema of any single prediction may be specified via Endpoint's
DeployedModels' Model's
PredictSchemata's
prediction_schema_uri.
repeated .google.protobuf.Value predictions = 1;
getPredictionsOrBuilder(int index)
publicValueOrBuildergetPredictionsOrBuilder(intindex)
The predictions that are the output of the predictions call.
The schema of any single prediction may be specified via Endpoint's
DeployedModels' Model's
PredictSchemata's
prediction_schema_uri.
repeated .google.protobuf.Value predictions = 1;
| Parameter |
| Name |
Description |
index |
int
|
getPredictionsOrBuilderList()
publicList<?extendsValueOrBuilder>getPredictionsOrBuilderList()
The predictions that are the output of the predictions call.
The schema of any single prediction may be specified via Endpoint's
DeployedModels' Model's
PredictSchemata's
prediction_schema_uri.
repeated .google.protobuf.Value predictions = 1;
| Returns |
| Type |
Description |
List<? extends com.google.protobuf.ValueOrBuilder> |
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
publicbooleanhasMetadata()
Output only. Request-level metadata returned by the model. The metadata
type will be dependent upon the model implementation.
.google.protobuf.Value metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the metadata field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicPredictResponse.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedPredictResponse.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicPredictResponse.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides