Google Cloud Ai Platform V1 Client - Class Index (0.21.0)

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

A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search.

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

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The resource name of the Index.

↳ display_name string

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

↳ description string

The description of the Index.

↳ metadata_schema_uri string

Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Index, that is specific to it. Unset if the Index does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object. Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.

↳ metadata Google\Protobuf\Value

An additional information about the Index; the schema of the metadata can be found in metadata_schema.

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

Output only. The pointers to DeployedIndexes created from this Index. An Index can be only deleted if all its DeployedIndexes had been undeployed first.

↳ 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 Indexes. 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 Index was created.

↳ update_time Google\Protobuf\Timestamp

Output only. Timestamp when this Index was most recently updated. This also includes any update to the contents of the Index. Note that Operations working on this Index may have their [Operations.metadata.generic_metadata.update_time] [google.cloud.aiplatform.v1.GenericOperationMetadata.update_time] a little after the value of this timestamp, yet that does not mean their results are not already reflected in the Index. Result of any successfully completed Operation on the Index is reflected in it.

↳ index_stats Google\Cloud\AIPlatform\V1\IndexStats

Output only. Stats of the index resource.

↳ index_update_method int

Immutable. The update method to use with this Index. If not set, BATCH_UPDATE will be used by default.

getName

Output only. The resource name of the Index.

Returns
TypeDescription
string

setName

Output only. The resource name of the Index.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDisplayName

Required. The display name of the Index.

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

Returns
TypeDescription
string

setDisplayName

Required. The display name of the Index.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

The description of the Index.

Returns
TypeDescription
string

setDescription

The description of the Index.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMetadataSchemaUri

Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Index, that is specific to it. Unset if the Index does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object.

Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.

Returns
TypeDescription
string

setMetadataSchemaUri

Immutable. Points to a YAML file stored on Google Cloud Storage describing additional information about the Index, that is specific to it. Unset if the Index does not have any additional information. The schema is defined as an OpenAPI 3.0.2 Schema Object.

Note: The URI given on output will be immutable and probably different, including the URI scheme, than the one given on input. The output URI will point to a location where the user only has a read access.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMetadata

An additional information about the Index; the schema of the metadata can be found in metadata_schema.

Returns
TypeDescription
Google\Protobuf\Value|null

hasMetadata

clearMetadata

setMetadata

An additional information about the Index; the schema of the metadata can be found in metadata_schema.

Parameter
NameDescription
var Google\Protobuf\Value
Returns
TypeDescription
$this

getDeployedIndexes

Output only. The pointers to DeployedIndexes created from this Index.

An Index can be only deleted if all its DeployedIndexes had been undeployed first.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDeployedIndexes

Output only. The pointers to DeployedIndexes created from this Index.

An Index can be only deleted if all its DeployedIndexes had been undeployed first.

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\DeployedIndexRef>
Returns
TypeDescription
$this

getEtag

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

Returns
TypeDescription
string

setEtag

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLabels

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

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
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

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

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
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getCreateTime

Output only. Timestamp when this Index was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when this Index was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. Timestamp when this Index was most recently updated.

This also includes any update to the contents of the Index. Note that Operations working on this Index may have their Operations.metadata.generic_metadata.update_time a little after the value of this timestamp, yet that does not mean their results are not already reflected in the Index. Result of any successfully completed Operation on the Index is reflected in it.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. Timestamp when this Index was most recently updated.

This also includes any update to the contents of the Index. Note that Operations working on this Index may have their Operations.metadata.generic_metadata.update_time a little after the value of this timestamp, yet that does not mean their results are not already reflected in the Index. Result of any successfully completed Operation on the Index is reflected in it.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getIndexStats

Output only. Stats of the index resource.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\IndexStats|null

hasIndexStats

clearIndexStats

setIndexStats

Output only. Stats of the index resource.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\IndexStats
Returns
TypeDescription
$this

getIndexUpdateMethod

Immutable. The update method to use with this Index. If not set, BATCH_UPDATE will be used by default.

Returns
TypeDescription
int

setIndexUpdateMethod

Immutable. The update method to use with this Index. If not set, BATCH_UPDATE will be used by default.

Parameter
NameDescription
var int
Returns
TypeDescription
$this