Zarko Mircheski
Results
1
issues of
Zarko Mircheski
Google Cloud AutoMl V1 CreateDataset Error "OperationMetadata hasn't been added to descriptor pool"
1
When trying to run this code use Google\Cloud\AutoMl\V1\AutoMlClient; use Google\Cloud\AutoMl\V1\Dataset; use Google\Cloud\AutoMl\V1\TranslationDatasetMetadata; $config = $this->config->get('automl'); $autoMlClient = new AutoMlClient(['credentials' => $config['service_account_key']]); $formattedParent = $autoMlClient->locationName($config['project_id'], $config['location_id']); $dataset = new Dataset([ 'display_name'...
type: question
needs more info