Class IndexEndpoint (2.3.0)

public sealed class IndexEndpoint : IMessage<IndexEndpoint>, IEquatable<IndexEndpoint>, IDeepCloneable<IndexEndpoint>, IBufferMessage, IMessage

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

Inheritance

Object > IndexEndpoint

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

IndexEndpoint()

public IndexEndpoint()

IndexEndpoint(IndexEndpoint)

public IndexEndpoint(IndexEndpoint other)
Parameter
NameDescription
otherIndexEndpoint

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this IndexEndpoint was created.

Property Value
TypeDescription
Timestamp

DeployedIndexes

public RepeatedField<DeployedIndex> DeployedIndexes { get; }

Output only. The indexes deployed in this endpoint.

Property Value
TypeDescription
RepeatedField<DeployedIndex>

Description

public string Description { get; set; }

The description of the IndexEndpoint.

Property Value
TypeDescription
String

DisplayName

public string DisplayName { get; set; }

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

Property Value
TypeDescription
String

EnablePrivateServiceConnect

[Obsolete]
public bool EnablePrivateServiceConnect { get; set; }

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

Only one of the fields, [network][google.cloud.aiplatform.v1.IndexEndpoint.network] or [enable_private_service_connect][google.cloud.aiplatform.v1.IndexEndpoint.enable_private_service_connect], can be set.

Property Value
TypeDescription
Boolean

Etag

public string Etag { get; set; }

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

Property Value
TypeDescription
String

IndexEndpointName

public IndexEndpointName IndexEndpointName { get; set; }

IndexEndpointName-typed view over the Name resource name property.

Property Value
TypeDescription
IndexEndpointName

Labels

public MapField<string, string> Labels { get; }

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.

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

Output only. The resource name of the IndexEndpoint.

Property Value
TypeDescription
String

Network

public string Network { get; set; }

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][google.cloud.aiplatform.v1.IndexEndpoint.network] and [private_service_connect_config][google.cloud.aiplatform.v1.IndexEndpoint.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.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

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.

Property Value
TypeDescription
Timestamp