GoogleCloudAiplatformV1PersistentResource constructor
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,
Implementation
GoogleCloudAiplatformV1PersistentResource({
this.createTime,
this.displayName,
this.encryptionSpec,
this.error,
this.labels,
this.name,
this.network,
this.reservedIpRanges,
this.resourcePools,
this.resourceRuntime,
this.resourceRuntimeSpec,
this.startTime,
this.state,
this.updateTime,
});