DeploymentResourcePool class final

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

Inheritance
  • Object
  • ProtoMessage
  • DeploymentResourcePool

Constructors

DeploymentResourcePool({String name = '', required DedicatedResources? dedicatedResources, EncryptionSpec? encryptionSpec, String serviceAccount = '', bool disableContainerLogging = false, Timestamp? createTime, bool satisfiesPzs = false, bool satisfiesPzi = false})
DeploymentResourcePool.fromJson(Map<String, dynamic> json)
factory

Properties

createTime → Timestamp?
Output only. Timestamp when this DeploymentResourcePool was created.
final
dedicatedResources DedicatedResources?
Required. The underlying DedicatedResources that the DeploymentResourcePool uses.
final
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. Please note that the logs incur cost, which are subject to Cloud Logging pricing.
final
encryptionSpec EncryptionSpec?
Customer-managed encryption key spec for a DeploymentResourcePool. If set, this DeploymentResourcePool will be secured by this key. Endpoints and the DeploymentResourcePool they deploy in need to have the same EncryptionSpec.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Immutable. The resource name of the DeploymentResourcePool. Format: projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satisfiesPzi bool
Output only. Reserved for future use.
final
satisfiesPzs bool
Output only. Reserved for future use.
final
serviceAccount String
The service account that the DeploymentResourcePool's container(s) run as. Specify the email address of the service account. If this service account is not specified, the container(s) run as a service account that doesn't have access to the resource project.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String