dedicatedResources property

GoogleCloudAiplatformV1BatchDedicatedResources? dedicatedResources
getter/setter pair

The config of resources used by the Model during the batch prediction.

If the Model supports DEDICATED_RESOURCES this config may be provided (and the job will use these resources), if the Model doesn't support AUTOMATIC_RESOURCES, this config must be provided.

Implementation

GoogleCloudAiplatformV1BatchDedicatedResources? dedicatedResources;