Class: Google::Cloud::AIPlatform::V1::NotebookExecutionJob::CustomEnvironmentSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#machine_spec::Google::Cloud::AIPlatform::V1::MachineSpec

Returns The specification of a single machine for the execution job.

Returns:



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.

Returns:



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.

Returns:



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