GoogleCloudAiplatformV1ModelBaseModelSource class
User input field to specify the base model source.
Currently it only supports specifing the Model Garden models and Genie models.
Constructors
- GoogleCloudAiplatformV1ModelBaseModelSource({GoogleCloudAiplatformV1GenieSource? genieSource, GoogleCloudAiplatformV1ModelGardenSource? modelGardenSource})
- GoogleCloudAiplatformV1ModelBaseModelSource.fromJson(Map json_)
Properties
- genieSource ↔ GoogleCloudAiplatformV1GenieSource?
-
Information about the base model of Genie models.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- modelGardenSource ↔ GoogleCloudAiplatformV1ModelGardenSource?
-
Source information of Model Garden models.
getter/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