deployedModel property

GoogleCloudAiplatformV1DeployedModel? deployedModel
getter/setter pair

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.

Required.

Implementation

GoogleCloudAiplatformV1DeployedModel? deployedModel;