File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 13
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
-
17
- import pytest
16
+ import os
18
17
import random
19
18
import string
20
- import os
21
19
import time
22
20
23
21
from google .api_core import exceptions
22
+ import pytest
24
23
25
24
import automl_tables_dataset
26
25
26
+
27
27
PROJECT = os .environ ["GCLOUD_PROJECT" ]
28
28
REGION = "us-central1"
29
29
STATIC_DATASET = "do_not_delete_this_table"
Original file line number Diff line number Diff line change 13
13
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
-
16
+ import os
17
17
import random
18
18
import string
19
- import os
20
19
import time
21
20
22
21
from google .api_core import exceptions
23
22
24
23
import automl_tables_model
25
24
import dataset_test
26
25
26
+
27
27
PROJECT = os .environ ["GCLOUD_PROJECT" ]
28
28
REGION = "us-central1"
29
29
STATIC_MODEL = "do_not_delete_this_model_0"
Original file line number Diff line number Diff line change 18
18
19
19
from google .cloud .automl_v1beta1 .gapic import enums
20
20
21
- import automl_tables_predict
22
21
import automl_tables_model
22
+ import automl_tables_predict
23
23
import model_test
24
24
25
+
25
26
PROJECT = os .environ ["GCLOUD_PROJECT" ]
26
27
REGION = "us-central1"
27
28
STATIC_MODEL = model_test .STATIC_MODEL
You can’t perform that action at this time.
0 commit comments