GoogleCloudAiplatformV1ServiceAccountSpec class
Configuration for the use of custom service account to run the workloads.
Constructors
- GoogleCloudAiplatformV1ServiceAccountSpec({bool? enableCustomServiceAccount, String? serviceAccount})
- GoogleCloudAiplatformV1ServiceAccountSpec.fromJson(Map json_)
Properties
- enableCustomServiceAccount ↔ bool?
-
If true, custom user-managed service account is enforced to run any
workloads (for example, Vertex Jobs) on the resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
Required when all below conditions are met *
enable_custom_service_account
is true; * any runtime is specified viaResourceRuntimeSpec
on creation time, for example, Ray The users must haveiam.serviceAccounts.actAs
permission on this service account and then the specified runtime containers will run as it.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