gcat_get_model: Gets a model.

View source: R/models.R

gcat_get_modelR Documentation

Gets a model.

Description

Gets information about a trained model. Gets the most recent model if multiple models are named the same

Usage

gcat_get_model(
  projectId = gcat_project_get(),
  locationId = gcat_region_get(),
  modelDisplayName
)

Arguments

projectId

GCP project id

locationId

location of GCP resources

modelDisplayName

the name of the model shown in the interface

See Also

Other Model functions: gcat_batch_predict(), gcat_create_model(), gcat_list_model_evaluations(), gcat_list_models()


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