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 )
projectId | GCP project id |
---|---|
locationId | location of GCP resources |
modelDisplayName | the name of the model shown in the interface |
Other Model functions:
gcat_batch_predict()
,
gcat_create_model()
,
gcat_list_model_evaluations()
,
gcat_list_models()