GoogleCloudAiplatformV1DeployRequestModelConfig class
The model config to use for the deployment.
Constructors
- GoogleCloudAiplatformV1DeployRequestModelConfig.new({bool? acceptEula, GoogleCloudAiplatformV1ModelContainerSpec? containerSpec, String? huggingFaceAccessToken, bool? huggingFaceCacheEnabled, String? modelDisplayName, String? modelUserId})
- GoogleCloudAiplatformV1DeployRequestModelConfig.fromJson(Map json_)
Properties
- acceptEula ↔ bool?
-
Whether the user accepts the End User License Agreement (EULA) for the
model.
getter/setter pair
- containerSpec ↔ GoogleCloudAiplatformV1ModelContainerSpec?
-
The specification of the container that is to be used when deploying.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- huggingFaceAccessToken ↔ String?
-
The Hugging Face read access token used to access the model artifacts of
gated models.
getter/setter pair
- huggingFaceCacheEnabled ↔ bool?
-
If true, the model will deploy with a cached version instead of directly
downloading the model artifacts from Hugging Face.
getter/setter pair
- modelDisplayName ↔ String?
-
The user-specified display name of the uploaded model.
getter/setter pair
- modelUserId ↔ String?
-
The ID to use for the uploaded Model, which will become the final
component of the model resource name.
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