deployedModels property
Output only. The models deployed in this Endpoint.
To add or remove DeployedModels use
EndpointService.DeployModel
and
EndpointService.UndeployModel
respectively.
Implementation
final List<DeployedModel> deployedModels;
Output only. The models deployed in this Endpoint.
To add or remove DeployedModels use
EndpointService.DeployModel
and
EndpointService.UndeployModel
respectively.
final List<DeployedModel> deployedModels;