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 | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|