Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: better support for fallback mode (#625)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 468790263

Source-Link: googleapis/googleapis@873ab45

Source-Link: googleapis/googleapis-gen@cb6f37a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2I2ZjM3YWVmZjJhMzQ3MmU0MGE3YmJhY2U4YzY3ZDc1ZTI0YmVlNSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Aug 23, 2022
1 parent de0d595 commit 301d706
Show file tree
Hide file tree
Showing 56 changed files with 555 additions and 401 deletions.
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.create_dataset.js
Expand Up @@ -23,6 +23,9 @@
function main(parent, dataset) {
// [START automl_v1_generated_AutoMl_CreateDataset_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.create_model.js
Expand Up @@ -23,6 +23,9 @@
function main(parent, model) {
// [START automl_v1_generated_AutoMl_CreateModel_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.delete_dataset.js
Expand Up @@ -23,6 +23,9 @@
function main(name) {
// [START automl_v1_generated_AutoMl_DeleteDataset_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.delete_model.js
Expand Up @@ -23,6 +23,9 @@
function main(name) {
// [START automl_v1_generated_AutoMl_DeleteModel_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.deploy_model.js
Expand Up @@ -23,6 +23,9 @@
function main(name) {
// [START automl_v1_generated_AutoMl_DeployModel_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.export_data.js
Expand Up @@ -23,6 +23,9 @@
function main(name, outputConfig) {
// [START automl_v1_generated_AutoMl_ExportData_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.export_model.js
Expand Up @@ -23,6 +23,9 @@
function main(name, outputConfig) {
// [START automl_v1_generated_AutoMl_ExportModel_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.get_annotation_spec.js
Expand Up @@ -23,6 +23,9 @@
function main(name) {
// [START automl_v1_generated_AutoMl_GetAnnotationSpec_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.get_dataset.js
Expand Up @@ -23,6 +23,9 @@
function main(name) {
// [START automl_v1_generated_AutoMl_GetDataset_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.get_model.js
Expand Up @@ -23,6 +23,9 @@
function main(name) {
// [START automl_v1_generated_AutoMl_GetModel_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.get_model_evaluation.js
Expand Up @@ -23,6 +23,9 @@
function main(name) {
// [START automl_v1_generated_AutoMl_GetModelEvaluation_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.import_data.js
Expand Up @@ -23,6 +23,9 @@
function main(name, inputConfig) {
// [START automl_v1_generated_AutoMl_ImportData_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.list_datasets.js
Expand Up @@ -23,6 +23,9 @@
function main(parent) {
// [START automl_v1_generated_AutoMl_ListDatasets_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.list_model_evaluations.js
Expand Up @@ -23,6 +23,9 @@
function main(parent, filter) {
// [START automl_v1_generated_AutoMl_ListModelEvaluations_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.list_models.js
Expand Up @@ -23,6 +23,9 @@
function main(parent) {
// [START automl_v1_generated_AutoMl_ListModels_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.undeploy_model.js
Expand Up @@ -23,6 +23,9 @@
function main(name) {
// [START automl_v1_generated_AutoMl_UndeployModel_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.update_dataset.js
Expand Up @@ -23,6 +23,9 @@
function main(dataset, updateMask) {
// [START automl_v1_generated_AutoMl_UpdateDataset_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/auto_ml.update_model.js
Expand Up @@ -23,6 +23,9 @@
function main(model, updateMask) {
// [START automl_v1_generated_AutoMl_UpdateModel_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/prediction_service.batch_predict.js
Expand Up @@ -23,6 +23,9 @@
function main(name, inputConfig, outputConfig) {
// [START automl_v1_generated_PredictionService_BatchPredict_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1/prediction_service.predict.js
Expand Up @@ -23,6 +23,9 @@
function main(name, payload) {
// [START automl_v1_generated_PredictionService_Predict_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
40 changes: 20 additions & 20 deletions samples/generated/v1/snippet_metadata.google.cloud.automl.v1.json
Expand Up @@ -22,7 +22,7 @@
"segments": [
{
"start": 25,
"end": 56,
"end": 59,
"type": "FULL"
}
],
Expand Down Expand Up @@ -66,7 +66,7 @@
"segments": [
{
"start": 25,
"end": 50,
"end": 53,
"type": "FULL"
}
],
Expand Down Expand Up @@ -106,7 +106,7 @@
"segments": [
{
"start": 25,
"end": 72,
"end": 75,
"type": "FULL"
}
],
Expand Down Expand Up @@ -158,7 +158,7 @@
"segments": [
{
"start": 25,
"end": 55,
"end": 58,
"type": "FULL"
}
],
Expand Down Expand Up @@ -202,7 +202,7 @@
"segments": [
{
"start": 25,
"end": 51,
"end": 54,
"type": "FULL"
}
],
Expand Down Expand Up @@ -242,7 +242,7 @@
"segments": [
{
"start": 25,
"end": 58,
"end": 61,
"type": "FULL"
}
],
Expand Down Expand Up @@ -286,7 +286,7 @@
"segments": [
{
"start": 25,
"end": 56,
"end": 59,
"type": "FULL"
}
],
Expand Down Expand Up @@ -330,7 +330,7 @@
"segments": [
{
"start": 25,
"end": 50,
"end": 53,
"type": "FULL"
}
],
Expand Down Expand Up @@ -370,7 +370,7 @@
"segments": [
{
"start": 25,
"end": 56,
"end": 59,
"type": "FULL"
}
],
Expand Down Expand Up @@ -414,7 +414,7 @@
"segments": [
{
"start": 25,
"end": 50,
"end": 53,
"type": "FULL"
}
],
Expand Down Expand Up @@ -454,7 +454,7 @@
"segments": [
{
"start": 25,
"end": 73,
"end": 76,
"type": "FULL"
}
],
Expand Down Expand Up @@ -506,7 +506,7 @@
"segments": [
{
"start": 25,
"end": 51,
"end": 54,
"type": "FULL"
}
],
Expand Down Expand Up @@ -546,7 +546,7 @@
"segments": [
{
"start": 25,
"end": 55,
"end": 58,
"type": "FULL"
}
],
Expand Down Expand Up @@ -590,7 +590,7 @@
"segments": [
{
"start": 25,
"end": 59,
"end": 62,
"type": "FULL"
}
],
Expand Down Expand Up @@ -638,7 +638,7 @@
"segments": [
{
"start": 25,
"end": 51,
"end": 54,
"type": "FULL"
}
],
Expand Down Expand Up @@ -678,7 +678,7 @@
"segments": [
{
"start": 25,
"end": 56,
"end": 59,
"type": "FULL"
}
],
Expand Down Expand Up @@ -722,7 +722,7 @@
"segments": [
{
"start": 25,
"end": 50,
"end": 53,
"type": "FULL"
}
],
Expand Down Expand Up @@ -762,7 +762,7 @@
"segments": [
{
"start": 25,
"end": 77,
"end": 80,
"type": "FULL"
}
],
Expand Down Expand Up @@ -814,7 +814,7 @@
"segments": [
{
"start": 25,
"end": 82,
"end": 85,
"type": "FULL"
}
],
Expand Down Expand Up @@ -862,7 +862,7 @@
"segments": [
{
"start": 25,
"end": 130,
"end": 133,
"type": "FULL"
}
],
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1beta1/auto_ml.create_dataset.js
Expand Up @@ -23,6 +23,9 @@
function main(parent, dataset) {
// [START automl_v1beta1_generated_AutoMl_CreateDataset_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down
3 changes: 3 additions & 0 deletions samples/generated/v1beta1/auto_ml.create_model.js
Expand Up @@ -23,6 +23,9 @@
function main(parent, model) {
// [START automl_v1beta1_generated_AutoMl_CreateModel_async]
/**
* This snippet has been automatically generated and should be regarded as a code template only.
* It will require modifications to work.
* It may require correct/in-range values for request initialization.
* TODO(developer): Uncomment these variables before running the sample.
*/
/**
Expand Down

0 comments on commit 301d706

Please sign in to comment.