File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
automl/snippets/src/main/java/com/google/cloud/translate/automl Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1717package com .google .cloud .translate .automl ;
1818
1919// Imports the Google Cloud client library
20- import com .google .cloud .automl .v1beta1 .AutoMlClient ;
21- import com .google .cloud .automl .v1beta1 .DatasetName ;
22- import com .google .cloud .automl .v1beta1 .GcsSource ;
23- import com .google .cloud .automl .v1beta1 .InputConfig ;
20+ import com .google .cloud .automl .v1 .AutoMlClient ;
21+ import com .google .cloud .automl .v1 .DatasetName ;
22+ import com .google .cloud .automl .v1 .GcsSource ;
23+ import com .google .cloud .automl .v1 .InputConfig ;
2424import com .google .protobuf .Empty ;
2525import java .io .IOException ;
2626import java .io .PrintStream ;
Original file line number Diff line number Diff line change 1717package com .google .cloud .translate .automl ;
1818
1919// Imports the Google Cloud client library
20- import com .google .cloud .automl .v1beta1 .AutoMlClient ;
21- import com .google .cloud .automl .v1beta1 .ListModelsRequest ;
22- import com .google .cloud .automl .v1beta1 .LocationName ;
23- import com .google .cloud .automl .v1beta1 .Model ;
20+ import com .google .cloud .automl .v1 .AutoMlClient ;
21+ import com .google .cloud .automl .v1 .ListModelsRequest ;
22+ import com .google .cloud .automl .v1 .LocationName ;
23+ import com .google .cloud .automl .v1 .Model ;
2424import com .google .longrunning .Operation ;
2525import java .io .IOException ;
2626import java .io .PrintStream ;
You can’t perform that action at this time.
0 commit comments