Skip to content

Commit 6d1f7fd

Browse files
fix: move region tag to include imports (#4357)
fix: move region tag to include imports
1 parent 0a08027 commit 6d1f7fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/model-builder/upload_model_sample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START aiplatform_sdk_upload_model_sample]
1516
from typing import Dict, Optional, Sequence
1617

1718
from google.cloud import aiplatform
1819
from google.cloud.aiplatform import explain
1920

2021

21-
# [START aiplatform_sdk_upload_model_sample]
2222
def upload_model_sample(
2323
project: str,
2424
location: str,

0 commit comments

Comments
 (0)