Google Cloud Ai Platform V1 Client - Class DeployIndexResponse (0.10.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeployIndexResponse.

Response message for IndexEndpointService.DeployIndex.

Generated from protobuf message google.cloud.aiplatform.v1.DeployIndexResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ deployed_index Google\Cloud\AIPlatform\V1\DeployedIndex

The DeployedIndex that had been deployed in the IndexEndpoint.

getDeployedIndex

The DeployedIndex that had been deployed in the IndexEndpoint.

Generated from protobuf field .google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\DeployedIndex|null

hasDeployedIndex

clearDeployedIndex

setDeployedIndex

The DeployedIndex that had been deployed in the IndexEndpoint.

Generated from protobuf field .google.cloud.aiplatform.v1.DeployedIndex deployed_index = 1;

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\DeployedIndex
Returns
TypeDescription
$this