GoogleCloudAiplatformV1RaySpec class
Configuration information for the Ray cluster.
For experimental launch, Ray cluster creation and Persistent cluster creation are 1:1 mapping: We will provision all the nodes within the Persistent cluster as Ray nodes.
Constructors
-
GoogleCloudAiplatformV1RaySpec({String? headNodeResourcePoolId, String? imageUri, GoogleCloudAiplatformV1RayMetricSpec? rayMetricSpec, Map<
String, String> ? resourcePoolImages}) - GoogleCloudAiplatformV1RaySpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- headNodeResourcePoolId ↔ String?
-
This will be used to indicate which resource pool will serve as the Ray
head node(the first node within that pool).
getter/setter pair
- imageUri ↔ String?
-
Default image for user to choose a preferred ML framework (for example,
TensorFlow or Pytorch) by choosing from
Vertex prebuilt images.
getter/setter pair
- rayMetricSpec ↔ GoogleCloudAiplatformV1RayMetricSpec?
-
Ray metrics configurations.
getter/setter pair
-
resourcePoolImages
↔ Map<
String, String> ? -
Required if image_uri isn't set.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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