GoogleCloudAiplatformV1DeployedIndex class

A deployment of an Index.

IndexEndpoints contain one or more DeployedIndexes.

Constructors

GoogleCloudAiplatformV1DeployedIndex({GoogleCloudAiplatformV1AutomaticResources? automaticResources, String? createTime, GoogleCloudAiplatformV1DedicatedResources? dedicatedResources, GoogleCloudAiplatformV1DeployedIndexAuthConfig? deployedIndexAuthConfig, String? deploymentGroup, String? displayName, bool? enableAccessLogging, String? id, String? index, String? indexSyncTime, GoogleCloudAiplatformV1IndexPrivateEndpoints? privateEndpoints, List<String>? reservedIpRanges})
GoogleCloudAiplatformV1DeployedIndex.fromJson(Map json_)

Properties

automaticResources GoogleCloudAiplatformV1AutomaticResources?
A description of resources that the DeployedIndex uses, which to large degree are decided by Vertex AI, and optionally allows only a modest additional configuration.
getter/setter pair
createTime String?
Timestamp when the DeployedIndex was created.
getter/setter pair
dedicatedResources GoogleCloudAiplatformV1DedicatedResources?
A description of resources that are dedicated to the DeployedIndex, and that need a higher degree of manual configuration.
getter/setter pair
deployedIndexAuthConfig GoogleCloudAiplatformV1DeployedIndexAuthConfig?
If set, the authentication is enabled for the private endpoint.
getter/setter pair
deploymentGroup String?
The deployment group can be no longer than 64 characters (eg: 'test', 'prod').
getter/setter pair
displayName String?
The display name of the DeployedIndex.
getter/setter pair
enableAccessLogging bool?
If true, private endpoint's access logs are sent to Cloud Logging.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The user specified ID of the DeployedIndex.
getter/setter pair
index String?
The name of the Index this is the deployment of.
getter/setter pair
indexSyncTime String?
The DeployedIndex may depend on various data on its original Index.
getter/setter pair
privateEndpoints GoogleCloudAiplatformV1IndexPrivateEndpoints?
Provides paths for users to send requests directly to the deployed index services running on Cloud via private services access.
getter/setter pair
reservedIpRanges List<String>?
A list of reserved ip ranges under the VPC network that can be used for this DeployedIndex.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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