File tree Expand file tree Collapse file tree 2 files changed +24
-18
lines changed
ml_engine/online_prediction Expand file tree Collapse file tree 2 files changed +24
-18
lines changed Original file line number Diff line number Diff line change 1
1
#!/bin/python
2
- # Copyright 2017 Google Inc. All Rights Reserved. Licensed under the Apache
3
- # License, Version 2.0 (the "License"); you may not use this file except in
4
- # compliance with the License. You may obtain a copy of the License at
5
- # http://www.apache.org/licenses/LICENSE-2.0
6
-
2
+ # Copyright 2017 Google Inc. All Rights Reserved.
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
7
10
# Unless required by applicable law or agreed to in writing, software
8
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
9
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
10
- # License for the specific language governing permissions and limitations under
11
- # the License.
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
12
15
13
16
"""Examples of using the Cloud ML Engine's online prediction service."""
14
17
import argparse
Original file line number Diff line number Diff line change 1
- # Copyright 2016 Google Inc. All Rights Reserved. Licensed under the Apache
2
- # License, Version 2.0 (the "License"); you may not use this file except in
3
- # compliance with the License. You may obtain a copy of the License at
4
- # http://www.apache.org/licenses/LICENSE-2.0
5
-
1
+ # Copyright 2017 Google Inc. All Rights Reserved.
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
6
9
# Unless required by applicable law or agreed to in writing, software
7
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
9
- # License for the specific language governing permissions and limitations under
10
- # the License.
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
11
14
12
15
"""Tests for predict.py ."""
13
16
You can’t perform that action at this time.
0 commit comments