acceleratorType property

String? acceleratorType
getter/setter pair

The type of an accelator for a CDF instance. Possible string values are:

  • "ACCELERATOR_TYPE_UNSPECIFIED" : Default value, if unspecified.
  • "CDC" : Change Data Capture accelerator for CDF.
  • "HEALTHCARE" : Cloud Healthcare accelerator for CDF. This accelerator is to enable Cloud Healthcare specific CDF plugins developed by Healthcare team.
  • "CCAI_INSIGHTS" : Contact Center AI Insights This accelerator is used to enable import and export pipelines custom built to streamline CCAI Insights processing.
  • "CLOUDSEARCH" : Cloud search accelerator for CDF. This accelerator is to enable Cloud search specific CDF plugins developed by Cloudsearch team.

Implementation

core.String? acceleratorType;