- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class Index : IMessage<Index>, IEquatable<Index>, IDeepCloneable<Index>, IBufferMessage, IMessage
A representation of a collection of database items organized in a way that allows for approximate nearest neighbor (a.k.a ANN) algorithms search.
Namespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
Index()
public Index()
Index(Index)
public Index(Index other)
Parameter | |
---|---|
Name | Description |
other | Index |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Timestamp when this Index was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DeployedIndexes
public RepeatedField<DeployedIndexRef> DeployedIndexes { get; }
Output only. The pointers to DeployedIndexes created from this Index. An Index can be only deleted if all its DeployedIndexes had been undeployed first.
Property Value | |
---|---|
Type | Description |
RepeatedField<DeployedIndexRef> |
Description
public string Description { get; set; }
The description of the Index.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Required. The display name of the Index. The name can be up to 128 characters long and can be consist of any UTF-8 characters.
Property Value | |
---|---|
Type | Description |
String |
Etag
public string Etag { get; set; }
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
Property Value | |
---|---|
Type | Description |
String |
IndexName
public IndexName IndexName { get; set; }
Property Value | |
---|---|
Type | Description |
IndexName |
Labels
public MapField<string, string> Labels { get; }
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.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
Metadata
public Value Metadata { get; set; }
An additional information about the Index; the schema of the metadata can be found in [metadata_schema][google.cloud.aiplatform.v1.Index.metadata_schema_uri].
Property Value | |
---|---|
Type | Description |
Value |
MetadataSchemaUri
public string MetadataSchemaUri { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |
Name
public string Name { get; set; }
Output only. The resource name of the Index.
Property Value | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Timestamp |