Class: Google::Cloud::AIPlatform::V1::PythonPackageSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PythonPackageSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/custom_job.rb
Overview
The spec of a Python packaged code.
Instance Attribute Summary collapse
-
#args ⇒ ::Array<::String>
Command line arguments to be passed to the Python task.
-
#env ⇒ ::Array<::Google::Cloud::AIPlatform::V1::EnvVar>
Environment variables to be passed to the python module.
-
#executor_image_uri ⇒ ::String
Required.
-
#package_uris ⇒ ::Array<::String>
Required.
-
#python_module ⇒ ::String
Required.
Instance Attribute Details
#args ⇒ ::Array<::String>
326 327 328 329 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 326 class PythonPackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#env ⇒ ::Array<::Google::Cloud::AIPlatform::V1::EnvVar>
326 327 328 329 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 326 class PythonPackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#executor_image_uri ⇒ ::String
326 327 328 329 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 326 class PythonPackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#package_uris ⇒ ::Array<::String>
326 327 328 329 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 326 class PythonPackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#python_module ⇒ ::String
326 327 328 329 |
# File 'proto_docs/google/cloud/aiplatform/v1/custom_job.rb', line 326 class PythonPackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |