GoogleCloudAiplatformV1ModelGardenSource class
Contains information about the source of the models generated from Model Garden.
Constructors
- GoogleCloudAiplatformV1ModelGardenSource.new({String? publicModelName, bool? skipHfModelCache, String? versionId})
- GoogleCloudAiplatformV1ModelGardenSource.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- publicModelName ↔ String?
-
The model garden source model resource name.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- skipHfModelCache ↔ bool?
-
Whether to avoid pulling the model from the HF cache.
getter/setter pair
- versionId ↔ String?
-
The model garden source model version ID.
getter/setter pair
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