GoogleCloudAiplatformV1IndexEndpoint class
Indexes are deployed into it.
An IndexEndpoint can have multiple DeployedIndexes.
Constructors
-
GoogleCloudAiplatformV1IndexEndpoint({String? createTime, List<
GoogleCloudAiplatformV1DeployedIndex> ? deployedIndexes, String? description, String? displayName, bool? enablePrivateServiceConnect, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? etag, Map<String, String> ? labels, String? name, String? network, GoogleCloudAiplatformV1PrivateServiceConnectConfig? privateServiceConnectConfig, String? publicEndpointDomainName, bool? publicEndpointEnabled, String? updateTime}) - GoogleCloudAiplatformV1IndexEndpoint.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Timestamp when this IndexEndpoint was created.
getter/setter pair
-
deployedIndexes
↔ List<
GoogleCloudAiplatformV1DeployedIndex> ? -
The indexes deployed in this endpoint.
getter/setter pair
- description ↔ String?
-
The description of the IndexEndpoint.
getter/setter pair
- displayName ↔ String?
-
The display name of the IndexEndpoint.
getter/setter pair
- enablePrivateServiceConnect ↔ bool?
-
Deprecated: If true, expose the IndexEndpoint via private service connect.
getter/setter pair
- encryptionSpec ↔ GoogleCloudAiplatformV1EncryptionSpec?
-
Customer-managed encryption key spec for an IndexEndpoint.
getter/setter pair
- etag ↔ String?
-
Used to perform consistent read-modify-write updates.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
The labels with user-defined metadata to organize your IndexEndpoints.
getter/setter pair
- name ↔ String?
-
The resource name of the IndexEndpoint.
getter/setter pair
- network ↔ String?
-
The full name of the Google Compute Engine
network
to which the IndexEndpoint should be peered.
getter/setter pair
- privateServiceConnectConfig ↔ GoogleCloudAiplatformV1PrivateServiceConnectConfig?
-
Configuration for private service connect.
getter/setter pair
- publicEndpointDomainName ↔ String?
-
If public_endpoint_enabled is true, this field will be populated with the
domain name to use for this index endpoint.
getter/setter pair
- publicEndpointEnabled ↔ bool?
-
If true, the deployed index will be accessible through public endpoint.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
Timestamp when this IndexEndpoint was last updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited