public static interface ReasoningEngineSpec.PackageSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDependencyFilesGcsUri()
public abstract String getDependencyFilesGcsUri()Optional. The Cloud Storage URI of the dependency files in tar.gz format.
string dependency_files_gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The dependencyFilesGcsUri. |
getDependencyFilesGcsUriBytes()
public abstract ByteString getDependencyFilesGcsUriBytes()Optional. The Cloud Storage URI of the dependency files in tar.gz format.
string dependency_files_gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dependencyFilesGcsUri. |
getPickleObjectGcsUri()
public abstract String getPickleObjectGcsUri()Optional. The Cloud Storage URI of the pickled python object.
string pickle_object_gcs_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pickleObjectGcsUri. |
getPickleObjectGcsUriBytes()
public abstract ByteString getPickleObjectGcsUriBytes()Optional. The Cloud Storage URI of the pickled python object.
string pickle_object_gcs_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pickleObjectGcsUri. |
getPythonVersion()
public abstract String getPythonVersion()Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13. If not specified, the default value is 3.10.
string python_version = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The pythonVersion. |
getPythonVersionBytes()
public abstract ByteString getPythonVersionBytes()Optional. The Python version. Supported values are 3.9, 3.10, 3.11, 3.12, 3.13. If not specified, the default value is 3.10.
string python_version = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pythonVersion. |
getRequirementsGcsUri()
public abstract String getRequirementsGcsUri() Optional. The Cloud Storage URI of the requirements.txt file
string requirements_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The requirementsGcsUri. |
getRequirementsGcsUriBytes()
public abstract ByteString getRequirementsGcsUriBytes() Optional. The Cloud Storage URI of the requirements.txt file
string requirements_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requirementsGcsUri. |