deployedModel property

DeployedModel? deployedModel
final

Required. The DeployedModel to be created within the Endpoint. Note that Endpoint.traffic_split must be updated for the DeployedModel to start receiving traffic, either as part of this call, or via EndpointService.UpdateEndpoint.

Implementation

final DeployedModel? deployedModel;