Skip to content

Commit

Permalink
undo overzealousness (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtorry committed Oct 22, 2020
1 parent 88c423a commit 7dd63b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.beta.automl;

// [START automl_import_dataset]
// [START automl_import_dataset_beta]
import com.google.api.gax.longrunning.OperationFuture;
import com.google.api.gax.retrying.RetrySettings;
import com.google.cloud.automl.v1beta1.AutoMlClient;
Expand Down Expand Up @@ -87,4 +87,4 @@ static void importDataset(String projectId, String datasetId, String path)
}
}
}
// [END automl_import_dataset]
// [END automl_import_dataset_beta]

0 comments on commit 7dd63b1

Please sign in to comment.