Class: Google::Cloud::AIPlatform::V1::ReasoningEngineSpec
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReasoningEngineSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb
Overview
ReasoningEngine configurations
Defined Under Namespace
Classes: PackageSpec
Instance Attribute Summary collapse
-
#class_methods ⇒ ::Array<::Google::Protobuf::Struct>
Optional.
-
#package_spec ⇒ ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::PackageSpec
Required.
Instance Attribute Details
#class_methods ⇒ ::Array<::Google::Protobuf::Struct>
Returns Optional. Declarations for object class methods in OpenAPI specification format.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 32 class ReasoningEngineSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # User provided package spec like pickled object and package requirements. # @!attribute [rw] pickle_object_gcs_uri # @return [::String] # Optional. The Cloud Storage URI of the pickled python object. # @!attribute [rw] dependency_files_gcs_uri # @return [::String] # Optional. The Cloud Storage URI of the dependency files in tar.gz format. # @!attribute [rw] requirements_gcs_uri # @return [::String] # Optional. The Cloud Storage URI of the `requirements.txt` file # @!attribute [rw] python_version # @return [::String] # Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. # If not specified, default value is 3.10. class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#package_spec ⇒ ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::PackageSpec
Returns Required. User provided package spec of the ReasoningEngine.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb', line 32 class ReasoningEngineSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # User provided package spec like pickled object and package requirements. # @!attribute [rw] pickle_object_gcs_uri # @return [::String] # Optional. The Cloud Storage URI of the pickled python object. # @!attribute [rw] dependency_files_gcs_uri # @return [::String] # Optional. The Cloud Storage URI of the dependency files in tar.gz format. # @!attribute [rw] requirements_gcs_uri # @return [::String] # Optional. The Cloud Storage URI of the `requirements.txt` file # @!attribute [rw] python_version # @return [::String] # Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. # If not specified, default value is 3.10. class PackageSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |