ReasoningEngineSpec_PackageSpec class final
User-provided package specification, containing pickled object and package requirements.
- Inheritance
-
- Object
- ProtoMessage
- ReasoningEngineSpec_PackageSpec
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. Currently support 3.8, 3.9, 3.10, 3.11.
If not specified, default value is 3.10.
final
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - requirementsGcsUri → String
-
Optional. The Cloud Storage URI of the
requirements.txtfilefinal - 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 -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String