Skip to content

Commit

Permalink
feat: Introduce Cloud AutoML V1 client (#2367)
Browse files Browse the repository at this point in the history
* generate v1

* temp namespace fix

* less regex code

* metadata changes
  • Loading branch information
sirtorry authored and dwsupplee committed Oct 4, 2019
1 parent e6a4f17 commit 1b019ad
Show file tree
Hide file tree
Showing 68 changed files with 9,807 additions and 29 deletions.
4 changes: 2 additions & 2 deletions AutoMl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ on authenticating your client. Once authenticated, you'll be ready to start maki
```php
require 'vendor/autoload.php';

use Google\Cloud\AutoMl\V1beta1\AutoMlClient;
use Google\Cloud\AutoMl\V1beta1\TranslationDatasetMetadata;
use Google\Cloud\AutoMl\V1\AutoMlClient;
use Google\Cloud\AutoMl\V1\TranslationDatasetMetadata;

$autoMlClient = new AutoMlClient();
$formattedParent = $autoMlClient->locationName('[PROJECT]', '[LOCATION]');
Expand Down
40 changes: 40 additions & 0 deletions AutoMl/metadata/V1/AnnotationPayload.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 46 additions & 0 deletions AutoMl/metadata/V1/DataItems.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions AutoMl/metadata/V1/Dataset.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions AutoMl/metadata/V1/Io.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions AutoMl/metadata/V1/Model.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions AutoMl/metadata/V1/ModelEvaluation.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

64 changes: 64 additions & 0 deletions AutoMl/metadata/V1/Operations.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1b019ad

Please sign in to comment.