public static final class ReasoningEngineSpec.PackageSpec.Builder extends GeneratedMessage.Builder<ReasoningEngineSpec.PackageSpec.Builder> implements ReasoningEngineSpec.PackageSpecOrBuilderUser-provided package specification, containing pickled object and package requirements.
Protobuf type google.cloud.aiplatform.v1.ReasoningEngineSpec.PackageSpec
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ReasoningEngineSpec.PackageSpec.BuilderImplements
ReasoningEngineSpec.PackageSpecOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ReasoningEngineSpec.PackageSpec build()| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec |
|
buildPartial()
public ReasoningEngineSpec.PackageSpec buildPartial()| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec |
|
clear()
public ReasoningEngineSpec.PackageSpec.Builder clear()| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
|
clearDependencyFilesGcsUri()
public ReasoningEngineSpec.PackageSpec.Builder clearDependencyFilesGcsUri()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 |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
clearPickleObjectGcsUri()
public ReasoningEngineSpec.PackageSpec.Builder clearPickleObjectGcsUri()Optional. The Cloud Storage URI of the pickled python object.
string pickle_object_gcs_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
clearPythonVersion()
public ReasoningEngineSpec.PackageSpec.Builder clearPythonVersion()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 |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
clearRequirementsGcsUri()
public ReasoningEngineSpec.PackageSpec.Builder clearRequirementsGcsUri() Optional. The Cloud Storage URI of the requirements.txt file
string requirements_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ReasoningEngineSpec.PackageSpec getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec |
|
getDependencyFilesGcsUri()
public 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 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. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPickleObjectGcsUri()
public 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 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ReasoningEngineSpec.PackageSpec other)
public ReasoningEngineSpec.PackageSpec.Builder mergeFrom(ReasoningEngineSpec.PackageSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
ReasoningEngineSpec.PackageSpec |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReasoningEngineSpec.PackageSpec.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ReasoningEngineSpec.PackageSpec.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
|
setDependencyFilesGcsUri(String value)
public ReasoningEngineSpec.PackageSpec.Builder setDependencyFilesGcsUri(String value)Optional. The Cloud Storage URI of the dependency files in tar.gz format.
string dependency_files_gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe dependencyFilesGcsUri to set. |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
setDependencyFilesGcsUriBytes(ByteString value)
public ReasoningEngineSpec.PackageSpec.Builder setDependencyFilesGcsUriBytes(ByteString value)Optional. The Cloud Storage URI of the dependency files in tar.gz format.
string dependency_files_gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for dependencyFilesGcsUri to set. |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
setPickleObjectGcsUri(String value)
public ReasoningEngineSpec.PackageSpec.Builder setPickleObjectGcsUri(String value)Optional. The Cloud Storage URI of the pickled python object.
string pickle_object_gcs_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pickleObjectGcsUri to set. |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
setPickleObjectGcsUriBytes(ByteString value)
public ReasoningEngineSpec.PackageSpec.Builder setPickleObjectGcsUriBytes(ByteString value)Optional. The Cloud Storage URI of the pickled python object.
string pickle_object_gcs_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pickleObjectGcsUri to set. |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
setPythonVersion(String value)
public ReasoningEngineSpec.PackageSpec.Builder setPythonVersion(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pythonVersion to set. |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
setPythonVersionBytes(ByteString value)
public ReasoningEngineSpec.PackageSpec.Builder setPythonVersionBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pythonVersion to set. |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
setRequirementsGcsUri(String value)
public ReasoningEngineSpec.PackageSpec.Builder setRequirementsGcsUri(String value) Optional. The Cloud Storage URI of the requirements.txt file
string requirements_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe requirementsGcsUri to set. |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |
setRequirementsGcsUriBytes(ByteString value)
public ReasoningEngineSpec.PackageSpec.Builder setRequirementsGcsUriBytes(ByteString value) Optional. The Cloud Storage URI of the requirements.txt file
string requirements_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for requirementsGcsUri to set. |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineSpec.PackageSpec.Builder |
This builder for chaining. |