GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec class
User provided package spec like pickled object and package requirements.
Constructors
- GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec.new({String? dependencyFilesGcsUri, String? pickleObjectGcsUri, String? pythonVersion, String? requirementsGcsUri})
- GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec.fromJson(Map json_)
Properties
- dependencyFilesGcsUri ↔ String?
-
The Cloud Storage URI of the dependency files in tar.gz format.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pickleObjectGcsUri ↔ String?
-
The Cloud Storage URI of the pickled python object.
getter/setter pair
- pythonVersion ↔ String?
-
The Python version.
getter/setter pair
- requirementsGcsUri ↔ String?
-
The Cloud Storage URI of the
requirements.txt
filegetter/setter pair - 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(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited