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
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__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. |
↳ display_name |
string
Output only. The display name of the DeployedIndex. |
getIndexEndpoint
Immutable. A resource name of the IndexEndpoint.
| Returns | |
|---|---|
| Type | Description |
string |
|
setIndexEndpoint
Immutable. A resource name of the IndexEndpoint.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeployedIndexId
Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDeployedIndexId
Immutable. The ID of the DeployedIndex in the above IndexEndpoint.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Output only. The display name of the DeployedIndex.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Output only. The display name of the DeployedIndex.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|