Google Cloud Ai Platform V1 Client - Class IndexEndpoint (0.11.1)

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

Indexes are deployed into it. An IndexEndpoint can have multiple DeployedIndexes.

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

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ name
string

Output only. The resource name of the IndexEndpoint.

↳ display_name
string

Required. The display name of the IndexEndpoint. The name can be up to 128 characters long and can consist of any UTF-8 characters.

↳ description
string

The description of the IndexEndpoint.

↳ deployed_indexes
array< Google\Cloud\AIPlatform\V1\DeployedIndex >

Output only. The indexes deployed in this endpoint.

↳ etag
string

Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

↳ labels
array| Google\Protobuf\Internal\MapField

The labels with user-defined metadata to organize your IndexEndpoints. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.

↳ create_time
Google\Protobuf\Timestamp

Output only. Timestamp when this IndexEndpoint was created.

↳ update_time
Google\Protobuf\Timestamp

Output only. Timestamp when this IndexEndpoint was last updated. This timestamp is not updated when the endpoint's DeployedIndexes are updated, e.g. due to updates of the original Indexes they are the deployments of.

↳ network
string

Optional. The full name of the Google Compute Engine network to which the IndexEndpoint should be peered. Private services access must already be configured for the network. If left unspecified, the Endpoint is not peered with any network. network and private_service_connect_config are mutually exclusive. Format : projects/{project}/global/networks/{network} . Where {project} is a project number, as in '12345', and {network} is network name.

↳ enable_private_service_connect
bool

Optional. Deprecated: If true, expose the IndexEndpoint via private service connect. Only one of the fields, network or enable_private_service_connect , can be set.

getName

Output only. The resource name of the IndexEndpoint.

Returns
Type
Description
string

setName

Output only. The resource name of the IndexEndpoint.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDisplayName

Required. The display name of the IndexEndpoint.

The name can be up to 128 characters long and can consist of any UTF-8 characters.

Returns
Type
Description
string

setDisplayName

Required. The display name of the IndexEndpoint.

The name can be up to 128 characters long and can consist of any UTF-8 characters.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDescription

The description of the IndexEndpoint.

Returns
Type
Description
string

setDescription

The description of the IndexEndpoint.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDeployedIndexes

Output only. The indexes deployed in this endpoint.

Returns
Type
Description

setDeployedIndexes

Output only. The indexes deployed in this endpoint.

Parameter
Name
Description
Returns
Type
Description
$this

getEtag

Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Returns
Type
Description
string

setEtag

Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getLabels

The labels with user-defined metadata to organize your IndexEndpoints.

Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.

Returns
Type
Description

setLabels

The labels with user-defined metadata to organize your IndexEndpoints.

Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.

Parameter
Name
Description
Returns
Type
Description
$this

getCreateTime

Output only. Timestamp when this IndexEndpoint was created.

Returns
Type
Description

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when this IndexEndpoint was created.

Parameter
Name
Description
Returns
Type
Description
$this

getUpdateTime

Output only. Timestamp when this IndexEndpoint was last updated.

This timestamp is not updated when the endpoint's DeployedIndexes are updated, e.g. due to updates of the original Indexes they are the deployments of.

Returns
Type
Description

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Timestamp when this IndexEndpoint was last updated.

This timestamp is not updated when the endpoint's DeployedIndexes are updated, e.g. due to updates of the original Indexes they are the deployments of.

Parameter
Name
Description
Returns
Type
Description
$this

getNetwork

Optional. The full name of the Google Compute Engine network to which the IndexEndpoint should be peered.

Private services access must already be configured for the network. If left unspecified, the Endpoint is not peered with any network. network and private_service_connect_config are mutually exclusive. Format : projects/{project}/global/networks/{network} . Where {project} is a project number, as in '12345', and {network} is network name.

Returns
Type
Description
string

setNetwork

Optional. The full name of the Google Compute Engine network to which the IndexEndpoint should be peered.

Private services access must already be configured for the network. If left unspecified, the Endpoint is not peered with any network. network and private_service_connect_config are mutually exclusive. Format : projects/{project}/global/networks/{network} . Where {project} is a project number, as in '12345', and {network} is network name.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

getEnablePrivateServiceConnect

Optional. Deprecated: If true, expose the IndexEndpoint via private service connect.

Only one of the fields, network or enable_private_service_connect , can be set.

Returns
Type
Description
bool

setEnablePrivateServiceConnect

Optional. Deprecated: If true, expose the IndexEndpoint via private service connect.

Only one of the fields, network or enable_private_service_connect , can be set.

Parameter
Name
Description
var
bool
Returns
Type
Description
$this
Design a Mobile Site
View Site in Mobile | Classic
Share by: