Skip to content

Commit 55e287f

Browse files
A Vertex SDK engineersararob
A Vertex SDK engineer
authored andcommitted
Internal change
PiperOrigin-RevId: 480655720
1 parent 2926167 commit 55e287f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

google/cloud/aiplatform/metadata/experiment_run_resource.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(
104104
"""
105105
106106
```
107-
my_run = aiplatform.ExperimentRun('my-run, experiment='my-experiment')
107+
my_run = aiplatform.ExperimentRun('my-run', experiment='my-experiment')
108108
```
109109
110110
Args:

google/cloud/aiplatform/models.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464

6565
from google.cloud.aiplatform.constants import prediction as prediction_constants
6666

67-
from google.protobuf import field_mask_pb2, json_format, timestamp_pb2
67+
from google.protobuf import field_mask_pb2, timestamp_pb2
68+
from google.protobuf import json_format
6869

6970
if TYPE_CHECKING:
7071
from google.cloud.aiplatform.prediction import LocalModel

0 commit comments

Comments
 (0)