deployedModels property

List<GoogleCloudAiplatformV1DeployedModel>? deployedModels
getter/setter pair

The models deployed in this Endpoint.

To add or remove DeployedModels use EndpointService.DeployModel and EndpointService.UndeployModel respectively.

Output only.

Implementation

core.List<GoogleCloudAiplatformV1DeployedModel>? deployedModels;