GoogleCloudAiplatformV1ResourceRuntimeSpec class
Configuration for the runtime on a PersistentResource instance, including but not limited to: * Service accounts used to run the workloads.
- Whether to make it a dedicated Ray Cluster.
Constructors
- GoogleCloudAiplatformV1ResourceRuntimeSpec({GoogleCloudAiplatformV1RaySpec? raySpec, GoogleCloudAiplatformV1ServiceAccountSpec? serviceAccountSpec})
- GoogleCloudAiplatformV1ResourceRuntimeSpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- raySpec ↔ GoogleCloudAiplatformV1RaySpec?
-
Ray cluster configuration.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccountSpec ↔ GoogleCloudAiplatformV1ServiceAccountSpec?
-
Configure the use of workload identity on the PersistentResource
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