Resource: IndexEndpoint
Message representing IndexEndpoint resource. ImageIndexes are deployed into it.
JSON representation |
---|
{ "name": string, "displayName": string, "description": string, "deployedIndex": { object ( |
Fields | |
---|---|
name |
Output only. Resource name of the IndexEndpoint. Format: |
displayName |
Optional. Display name of the IndexEndpoint. Can be up to 32 characters long. |
description |
Optional. Description of the IndexEndpoint. Can be up to 25000 characters long. |
deployedIndex |
Output only. The Index deployed in this IndexEndpoint. |
state |
Output only. IndexEndpoint state. |
labels |
Optional. The labels applied to a resource must meet the following requirements:
See Google Cloud Document for more details. An object containing a list of |
createTime |
Output only. Create timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Update timestamp. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
DeployedIndex
A deployment of an Index.
JSON representation |
---|
{ "index": string } |
Fields | |
---|---|
index |
Required. Name of the deployed Index. Format: |
State
IndexEndpoint stage.
Enums | |
---|---|
STATE_UNSPECIFIED |
The default value. Should not be used. |
CREATING |
State CREATING. |
CREATED |
State CREATED. |
UPDATING |
State UPDATING. |
FAILED |
State FAILED. |
Methods |
|
---|---|
|
Creates an IndexEndpoint. |
|
Deletes an IndexEndpoint. |
|
Deploys an Index to IndexEndpoint. |
|
Gets an IndexEndpoint. |
|
Lists all IndexEndpoints in a project. |
|
Updates an IndexEndpoint. |
|
Search a deployed index endpoint (IMAGE corpus type only). |
|
Undeploys an Index from IndexEndpoint. |