File tree 2 files changed +8
-8
lines changed
automl/snippets/src/main/java/com/google/cloud/translate/automl
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
package com .google .cloud .translate .automl ;
18
18
19
19
// 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 ;
24
24
import com .google .protobuf .Empty ;
25
25
import java .io .IOException ;
26
26
import java .io .PrintStream ;
Original file line number Diff line number Diff line change 17
17
package com .google .cloud .translate .automl ;
18
18
19
19
// 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 ;
24
24
import com .google .longrunning .Operation ;
25
25
import java .io .IOException ;
26
26
import java .io .PrintStream ;
You can’t perform that action at this time.
0 commit comments