gcat_get_column_spec: Gets a column spec.

View source: R/datasets.R

gcat_get_column_specR Documentation

Gets a column spec.

Description

Gets a column spec.

Usage

gcat_get_column_spec(
  projectId = gcat_project_get(),
  locationId = gcat_region_get(),
  displayName = gcat_get_global_dataset(),
  columnDisplayName
)

Arguments

projectId

GCP project id

locationId

location of GCP resources

displayName

the name of the dataset that is shown in the interface. The name can be up to 32 characters long and can consist only of ASCII Latin letters A-Z and a-z, underscores (_), and ASCII digits 0-9.

columnDisplayName

The name of the column to show in the interface. The name can be up to 100 characters long and can consist only of ASCII Latin letters A-Z and a-z, ASCII digits 0-9, underscores(_), and forward slashes(/), and must start with a letter or a digit.


justinjm/googleCloudAutoMLTablesR documentation built on Jan. 11, 2023, 7:38 p.m.