Class: Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::PackageSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::PackageSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb
Overview
User provided package spec like pickled object and package requirements.
Instance Attribute Summary collapse
-
#dependency_files_gcs_uri ⇒ ::String
Optional.
-
#pickle_object_gcs_uri ⇒ ::String
Optional.
-
#python_version ⇒ ::String
Optional.
-
#requirements_gcs_uri ⇒ ::String
Optional.
Instance Attribute Details
#dependency_files_gcs_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of the dependency files in tar.gz format.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 67 class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pickle_object_gcs_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of the pickled python object.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 67 class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#python_version ⇒ ::String
Returns Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 67 class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requirements_gcs_uri ⇒ ::String
Returns Optional. The Cloud Storage URI of the requirements.txt file.
67 68 69 70 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 67 class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |