GoogleCloudAiplatformV1DeployedModel class
A deployment of a Model.
Endpoints contain one or more DeployedModels.
Constructors
- GoogleCloudAiplatformV1DeployedModel({GoogleCloudAiplatformV1AutomaticResources? automaticResources, String? createTime, GoogleCloudAiplatformV1DedicatedResources? dedicatedResources, bool? disableContainerLogging, bool? disableExplanations, String? displayName, bool? enableAccessLogging, GoogleCloudAiplatformV1ExplanationSpec? explanationSpec, String? id, String? model, String? modelVersionId, GoogleCloudAiplatformV1PrivateEndpoints? privateEndpoints, String? serviceAccount, })
- GoogleCloudAiplatformV1DeployedModel.fromJson(Map json_)
Properties
- automaticResources ↔ GoogleCloudAiplatformV1AutomaticResources?
-
A description of resources that to large degree are decided by Vertex AI,
and require only a modest additional configuration.
getter/setter pair
- createTime ↔ String?
-
Timestamp when the DeployedModel was created.
getter/setter pair
- dedicatedResources ↔ GoogleCloudAiplatformV1DedicatedResources?
-
A description of resources that are dedicated to the DeployedModel, and
that need a higher degree of manual configuration.
getter/setter pair
- disableContainerLogging ↔ bool?
-
For custom-trained Models and AutoML Tabular Models, the container of the
DeployedModel instances will send
stderr
andstdout
streams to Cloud Logging by default.getter/setter pair - disableExplanations ↔ bool?
-
If true, deploy the model without explainable feature, regardless the
existence of Model.explanation_spec or explanation_spec.
getter/setter pair
- displayName ↔ String?
-
The display name of the DeployedModel.
getter/setter pair
- enableAccessLogging ↔ bool?
-
If true, online prediction access logs are sent to Cloud Logging.
getter/setter pair
- explanationSpec ↔ GoogleCloudAiplatformV1ExplanationSpec?
-
Explanation configuration for this DeployedModel.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the DeployedModel.
getter/setter pair
- model ↔ String?
-
The resource name of the Model that this is the deployment of.
getter/setter pair
- modelVersionId ↔ String?
-
The version ID of the model that is deployed.
getter/setter pair
- privateEndpoints ↔ GoogleCloudAiplatformV1PrivateEndpoints?
-
Provide paths for users to send predict/explain/health requests directly
to the deployed model services running on Cloud via private services
access.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAccount ↔ String?
-
The service account that the DeployedModel's container runs as.
getter/setter pair
-
The resource name of the shared DeploymentResourcePool to deploy on.
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