ReasoningEngineSpec_PackageSpec class final

User-provided package specification, containing pickled object and package requirements.

Constructors

ReasoningEngineSpec_PackageSpec({String pickleObjectGcsUri = '', String dependencyFilesGcsUri = '', String requirementsGcsUri = '', String pythonVersion = ''})
ReasoningEngineSpec_PackageSpec.fromJson(Object? j)
factory

Properties

dependencyFilesGcsUri → String
Optional. The Cloud Storage URI of the dependency files in tar.gz format.
final
hashCode → int
The hash code for this object.
no setterinherited
pickleObjectGcsUri → String
Optional. The Cloud Storage URI of the pickled python object.
final
pythonVersion → String
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.
final
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
requirementsGcsUri → String
Optional. The Cloud Storage URI of the requirements.txt file
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Object
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String