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

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