Google Cloud Ai Platform V1 Client - Class DeployedIndexRef (0.12.0)

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

Points to a DeployedIndex.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ index_endpoint string

Immutable. A resource name of the IndexEndpoint.

↳ deployed_index_id string

Immutable. The ID of the DeployedIndex in the above IndexEndpoint.

getIndexEndpoint

Immutable. A resource name of the IndexEndpoint.

Returns
TypeDescription
string

setIndexEndpoint

Immutable. A resource name of the IndexEndpoint.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeployedIndexId

Immutable. The ID of the DeployedIndex in the above IndexEndpoint.

Returns
TypeDescription
string

setDeployedIndexId

Immutable. The ID of the DeployedIndex in the above IndexEndpoint.

Parameter
NameDescription
var string
Returns
TypeDescription
$this