GoogleCloudAiplatformV1PersistentResource class

Represents long-lasting resources that are dedicated to users to runs custom workloads.

A PersistentResource can have multiple node pools and each node pool can have its own machine spec.

Constructors

GoogleCloudAiplatformV1PersistentResource({String? createTime, String? displayName, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, GoogleRpcStatus? error, Map<String, String>? labels, String? name, String? network, List<String>? reservedIpRanges, List<GoogleCloudAiplatformV1ResourcePool>? resourcePools, GoogleCloudAiplatformV1ResourceRuntime? resourceRuntime, GoogleCloudAiplatformV1ResourceRuntimeSpec? resourceRuntimeSpec, String? startTime, String? state, String? updateTime})
GoogleCloudAiplatformV1PersistentResource.fromJson(Map json_)

Properties

createTime String?
Time when the PersistentResource was created.
getter/setter pair
displayName String?
The display name of the PersistentResource.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key spec for a PersistentResource.
getter/setter pair
error GoogleRpcStatus?
Only populated when persistent resource's state is STOPPING or ERROR.
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 PersistentResource.
getter/setter pair
name String?
Resource name of a PersistentResource.
getter/setter pair
network String?
The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to peered with Vertex AI to host the persistent resources.
getter/setter pair
reservedIpRanges List<String>?
A list of names for the reserved IP ranges under the VPC network that can be used for this persistent resource.
getter/setter pair
resourcePools List<GoogleCloudAiplatformV1ResourcePool>?
The spec of the pools of different resources.
getter/setter pair
resourceRuntime GoogleCloudAiplatformV1ResourceRuntime?
Runtime information of the Persistent Resource.
getter/setter pair
resourceRuntimeSpec GoogleCloudAiplatformV1ResourceRuntimeSpec?
Persistent Resource runtime spec.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Time when the PersistentResource for the first time entered the RUNNING state.
getter/setter pair
state String?
The detailed state of a Study.
getter/setter pair
updateTime String?
Time when the PersistentResource was most recently 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