Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::NotebookExecutionJob::CustomEnvironmentSpec.
Compute configuration to use for an execution job.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#machine_spec
def machine_spec() -> ::Google::Cloud::AIPlatform::V1::MachineSpec
Returns
- (::Google::Cloud::AIPlatform::V1::MachineSpec) — The specification of a single machine for the execution job.
#machine_spec=
def machine_spec=(value) -> ::Google::Cloud::AIPlatform::V1::MachineSpec
Parameter
- value (::Google::Cloud::AIPlatform::V1::MachineSpec) — The specification of a single machine for the execution job.
Returns
- (::Google::Cloud::AIPlatform::V1::MachineSpec) — The specification of a single machine for the execution job.
#network_spec
def network_spec() -> ::Google::Cloud::AIPlatform::V1::NetworkSpec
Returns
- (::Google::Cloud::AIPlatform::V1::NetworkSpec) — The network configuration to use for the execution job.
#network_spec=
def network_spec=(value) -> ::Google::Cloud::AIPlatform::V1::NetworkSpec
Parameter
- value (::Google::Cloud::AIPlatform::V1::NetworkSpec) — The network configuration to use for the execution job.
Returns
- (::Google::Cloud::AIPlatform::V1::NetworkSpec) — The network configuration to use for the execution job.
#persistent_disk_spec
def persistent_disk_spec() -> ::Google::Cloud::AIPlatform::V1::PersistentDiskSpec
Returns
- (::Google::Cloud::AIPlatform::V1::PersistentDiskSpec) — The specification of a persistent disk to attach for the execution job.
#persistent_disk_spec=
def persistent_disk_spec=(value) -> ::Google::Cloud::AIPlatform::V1::PersistentDiskSpec
Parameter
- value (::Google::Cloud::AIPlatform::V1::PersistentDiskSpec) — The specification of a persistent disk to attach for the execution job.
Returns
- (::Google::Cloud::AIPlatform::V1::PersistentDiskSpec) — The specification of a persistent disk to attach for the execution job.