type property

String? type
getter/setter pair

The type of the entry.

For details, see [EntryType](#entrytype). Possible string values are:

  • "ENTRY_TYPE_UNSPECIFIED" : Default unknown type.
  • "TABLE" : The entry type that has a GoogleSQL schema, including logical views.
  • "MODEL" : The type of models. For more information, see [Supported models in BigQuery ML](/bigquery/docs/bqml-introduction#supported_models).
  • "DATA_STREAM" : An entry type for streaming entries. For example, a Pub/Sub topic.
  • "FILESET" : An entry type for a set of files or objects. For example, a Cloud Storage fileset.
  • "CLUSTER" : A group of servers that work together. For example, a Kafka cluster.
  • "DATABASE" : A database.
  • "DATA_SOURCE_CONNECTION" : Connection to a data source. For example, a BigQuery connection.
  • "ROUTINE" : Routine, for example, a BigQuery routine.
  • "LAKE" : A Dataplex lake.
  • "ZONE" : A Dataplex zone.
  • "SERVICE" : A service, for example, a Dataproc Metastore service.
  • "DATABASE_SCHEMA" : Schema within a relational database.
  • "DASHBOARD" : A Dashboard, for example from Looker.
  • "EXPLORE" : A Looker Explore. For more information, see Looker Explore API.
  • "LOOK" : A Looker Look. For more information, see Looker Look API.
  • "FEATURE_ONLINE_STORE" : Feature Online Store resource in Vertex AI Feature Store.
  • "FEATURE_VIEW" : Feature View resource in Vertex AI Feature Store.
  • "FEATURE_GROUP" : Feature Group resource in Vertex AI Feature Store.

Implementation

core.String? type;