GoogleCloudAiplatformV1DeployRequest class
Request message for ModelGardenService.Deploy.
Constructors
- GoogleCloudAiplatformV1DeployRequest.new({GoogleCloudAiplatformV1DeployRequestDeployConfig? deployConfig, GoogleCloudAiplatformV1DeployRequestEndpointConfig? endpointConfig, String? huggingFaceModelId, GoogleCloudAiplatformV1DeployRequestModelConfig? modelConfig, String? publisherModelName})
- GoogleCloudAiplatformV1DeployRequest.fromJson(Map json_)
Properties
- deployConfig ↔ GoogleCloudAiplatformV1DeployRequestDeployConfig?
-
The deploy config to use for the deployment.
getter/setter pair
- endpointConfig ↔ GoogleCloudAiplatformV1DeployRequestEndpointConfig?
-
The endpoint config to use for the deployment.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- huggingFaceModelId ↔ String?
-
The Hugging Face model to deploy.
getter/setter pair
- modelConfig ↔ GoogleCloudAiplatformV1DeployRequestModelConfig?
-
The model config to use for the deployment.
getter/setter pair
- publisherModelName ↔ String?
-
The Model Garden model to deploy.
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