public static interface ReasoningEngineSpec.PackageSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDependencyFilesGcsUri()
Optional.
|
com.google.protobuf.ByteString |
getDependencyFilesGcsUriBytes()
Optional.
|
String |
getPickleObjectGcsUri()
Optional.
|
com.google.protobuf.ByteString |
getPickleObjectGcsUriBytes()
Optional.
|
String |
getPythonVersion()
Optional.
|
com.google.protobuf.ByteString |
getPythonVersionBytes()
Optional.
|
String |
getRequirementsGcsUri()
Optional.
|
com.google.protobuf.ByteString |
getRequirementsGcsUriBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPickleObjectGcsUri()
Optional. The Cloud Storage URI of the pickled python object.
string pickle_object_gcs_uri = 1 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getPickleObjectGcsUriBytes()
Optional. The Cloud Storage URI of the pickled python object.
string pickle_object_gcs_uri = 1 [(.google.api.field_behavior) = OPTIONAL];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];com.google.protobuf.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];String getRequirementsGcsUri()
Optional. The Cloud Storage URI of the `requirements.txt` file
string requirements_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getRequirementsGcsUriBytes()
Optional. The Cloud Storage URI of the `requirements.txt` file
string requirements_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];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];com.google.protobuf.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];Copyright © 2024 Google LLC. All rights reserved.