Class: Google::Cloud::AIPlatform::V1::ResourceRuntimeSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ResourceRuntimeSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb
Overview
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.
Instance Attribute Summary collapse
-
#ray_spec ⇒ ::Google::Cloud::AIPlatform::V1::RaySpec
Optional.
-
#service_account_spec ⇒ ::Google::Cloud::AIPlatform::V1::ServiceAccountSpec
Optional.
Instance Attribute Details
#ray_spec ⇒ ::Google::Cloud::AIPlatform::V1::RaySpec
Returns Optional. Ray cluster configuration. Required when creating a dedicated RayCluster on the PersistentResource.
207 208 209 210 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb', line 207 class ResourceRuntimeSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account_spec ⇒ ::Google::Cloud::AIPlatform::V1::ServiceAccountSpec
Returns Optional. Configure the use of workload identity on the PersistentResource.
207 208 209 210 |
# File 'proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb', line 207 class ResourceRuntimeSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |