Class: Google::Cloud::AIPlatform::V1::NotebookExecutionJob::CustomEnvironmentSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NotebookExecutionJob::CustomEnvironmentSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb
Overview
Compute configuration to use for an execution job.
Instance Attribute Summary collapse
-
#machine_spec ⇒ ::Google::Cloud::AIPlatform::V1::MachineSpec
The specification of a single machine for the execution job.
-
#network_spec ⇒ ::Google::Cloud::AIPlatform::V1::NetworkSpec
The network configuration to use for the execution job.
-
#persistent_disk_spec ⇒ ::Google::Cloud::AIPlatform::V1::PersistentDiskSpec
The specification of a persistent disk to attach for the execution job.
Instance Attribute Details
#machine_spec ⇒ ::Google::Cloud::AIPlatform::V1::MachineSpec
Returns The specification of a single machine for the execution job.
171 172 173 174 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 171 class CustomEnvironmentSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_spec ⇒ ::Google::Cloud::AIPlatform::V1::NetworkSpec
Returns The network configuration to use for the execution job.
171 172 173 174 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 171 class CustomEnvironmentSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#persistent_disk_spec ⇒ ::Google::Cloud::AIPlatform::V1::PersistentDiskSpec
Returns The specification of a persistent disk to attach for the execution job.
171 172 173 174 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_execution_job.rb', line 171 class CustomEnvironmentSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |