Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec.
Specification for deploying from source code.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#developer_connect_source
def developer_connect_source() -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::DeveloperConnectSource-
(::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::DeveloperConnectSource) — Source code is in a Git repository managed by Developer Connect.
Note: The following fields are mutually exclusive:
developer_connect_source,inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#developer_connect_source=
def developer_connect_source=(value) -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::DeveloperConnectSource-
value (::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::DeveloperConnectSource) — Source code is in a Git repository managed by Developer Connect.
Note: The following fields are mutually exclusive:
developer_connect_source,inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::DeveloperConnectSource) — Source code is in a Git repository managed by Developer Connect.
Note: The following fields are mutually exclusive:
developer_connect_source,inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_spec
def image_spec() -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::ImageSpec-
(::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::ImageSpec) — Optional. Configuration for building an image with custom config file.
Note: The following fields are mutually exclusive:
image_spec,python_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_spec=
def image_spec=(value) -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::ImageSpec-
value (::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::ImageSpec) — Optional. Configuration for building an image with custom config file.
Note: The following fields are mutually exclusive:
image_spec,python_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::ImageSpec) — Optional. Configuration for building an image with custom config file.
Note: The following fields are mutually exclusive:
image_spec,python_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_source
def inline_source() -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::InlineSource-
(::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::InlineSource) — Source code is provided directly in the request.
Note: The following fields are mutually exclusive:
inline_source,developer_connect_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#inline_source=
def inline_source=(value) -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::InlineSource-
value (::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::InlineSource) — Source code is provided directly in the request.
Note: The following fields are mutually exclusive:
inline_source,developer_connect_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::InlineSource) — Source code is provided directly in the request.
Note: The following fields are mutually exclusive:
inline_source,developer_connect_source. If a field in that set is populated, all other fields in the set will automatically be cleared.
#python_spec
def python_spec() -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::PythonSpec-
(::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::PythonSpec) — Configuration for a Python application.
Note: The following fields are mutually exclusive:
python_spec,image_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.
#python_spec=
def python_spec=(value) -> ::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::PythonSpec-
value (::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::PythonSpec) — Configuration for a Python application.
Note: The following fields are mutually exclusive:
python_spec,image_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::ReasoningEngineSpec::SourceCodeSpec::PythonSpec) — Configuration for a Python application.
Note: The following fields are mutually exclusive:
python_spec,image_spec. If a field in that set is populated, all other fields in the set will automatically be cleared.