GoogleCloudAiplatformV1DeploymentResourcePool class

A description of resources that can be shared by multiple DeployedModels, whose underlying specification consists of a DedicatedResources.

Constructors

GoogleCloudAiplatformV1DeploymentResourcePool.new({String? createTime, GoogleCloudAiplatformV1DedicatedResources? dedicatedResources, bool? disableContainerLogging, GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec, String? name, bool? satisfiesPzi, bool? satisfiesPzs, String? serviceAccount})
GoogleCloudAiplatformV1DeploymentResourcePool.fromJson(Map json_)

Properties

createTime String?
Timestamp when this DeploymentResourcePool was created.
getter/setter pair
dedicatedResources GoogleCloudAiplatformV1DedicatedResources?
The underlying DedicatedResources that the DeploymentResourcePool uses.
getter/setter pair
disableContainerLogging bool?
If the DeploymentResourcePool is deployed with custom-trained Models or AutoML Tabular Models, the container(s) of the DeploymentResourcePool will send stderr and stdout streams to Cloud Logging by default.
getter/setter pair
encryptionSpec GoogleCloudAiplatformV1EncryptionSpec?
Customer-managed encryption key spec for a DeploymentResourcePool.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the DeploymentResourcePool.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi bool?
Reserved for future use.
getter/setter pair
satisfiesPzs bool?
Reserved for future use.
getter/setter pair
serviceAccount String?
The service account that the DeploymentResourcePool's container(s) run as.
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