Package com.google.cloud.aiplatform.v1
Interface ReasoningEngineSpec.PackageSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReasoningEngineSpec.PackageSpec,ReasoningEngineSpec.PackageSpec.Builder
- Enclosing class:
- ReasoningEngineSpec
public static interface ReasoningEngineSpec.PackageSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Optional.com.google.protobuf.ByteStringOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPickleObjectGcsUri
String getPickleObjectGcsUri()Optional. The Cloud Storage URI of the pickled python object.
string pickle_object_gcs_uri = 1 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The pickleObjectGcsUri.
-
getPickleObjectGcsUriBytes
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];- Returns:
- The bytes for pickleObjectGcsUri.
-
getDependencyFilesGcsUri
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:
- The dependencyFilesGcsUri.
-
getDependencyFilesGcsUriBytes
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];- Returns:
- The bytes for dependencyFilesGcsUri.
-
getRequirementsGcsUri
String getRequirementsGcsUri()Optional. The Cloud Storage URI of the `requirements.txt` file
string requirements_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The requirementsGcsUri.
-
getRequirementsGcsUriBytes
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];- Returns:
- The bytes for requirementsGcsUri.
-
getPythonVersion
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:
- The pythonVersion.
-
getPythonVersionBytes
com.google.protobuf.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:
- The bytes for pythonVersion.
-