Interface ReasoningEngineSpec.PackageSpecOrBuilder (3.42.0)

public static interface ReasoningEngineSpec.PackageSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for pickleObjectGcsUri.

getPythonVersion()

public abstract String getPythonVersion()

Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.

string python_version = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The pythonVersion.

getPythonVersionBytes()

public abstract ByteString getPythonVersionBytes()

Optional. The Python version. Currently support 3.8, 3.9, 3.10, 3.11. If not specified, default value is 3.10.

string python_version = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for requirementsGcsUri.