Google Cloud Ai Platform V1 Client - Class DeployedIndexRef (0.10.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.

Generated from protobuf field string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {

Returns
TypeDescription
string

setIndexEndpoint

Immutable. A resource name of the IndexEndpoint.

Generated from protobuf field string index_endpoint = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = {

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeployedIndexId

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

Generated from protobuf field string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
string

setDeployedIndexId

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

Generated from protobuf field string deployed_index_id = 2 [(.google.api.field_behavior) = IMMUTABLE];

Parameter
NameDescription
var string
Returns
TypeDescription
$this