dedicatedResources property

BatchDedicatedResources? dedicatedResources
final

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

final BatchDedicatedResources? dedicatedResources;