Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Vertex Vizier support in SDK. #1434

Merged
merged 66 commits into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
1be4dfa
Added the Vizier client in the aiplatform folder.
halio-g Apr 27, 2022
7e9e933
Merge branch 'main' of https://github.com/halio-g/python-aiplatform
halio-g Apr 27, 2022
8a83967
Merge branch 'googleapis:main' into main
halio-g May 3, 2022
3efab09
Copied the pyvizier from the open source vizier.
halio-g May 3, 2022
2934491
Merge branch 'googleapis:main' into main
halio-g Jun 3, 2022
f58f5a2
Added the Trial in the aiplatform folder.
halio-g Jun 3, 2022
dfeaa67
Merge remote-tracking branch 'upstream/main'
halio-g Jun 3, 2022
6336040
Merge branch 'main' of https://github.com/halio-g/python-aiplatform
halio-g Jun 3, 2022
9524e9a
Forked the pyvizier from the pyVizier.
halio-g Jun 3, 2022
46cbe4a
imported the objects from the pyvizier.
halio-g Jun 3, 2022
8122807
Added the Vizier client and types in the aiplatform init file.
halio-g Jun 14, 2022
bb7c731
Made the pyvizier converters compatible with the Vertex SDK proto.
halio-g Jun 14, 2022
24425ae
Forked the framework for the Vertex Vizier from the Open Source Vizier.
halio-g Jun 14, 2022
6f24f9f
Implemented the interfaces for Study and Trial. Added the unit tests …
halio-g Jun 14, 2022
c188ed7
Merge branch 'googleapis:main' into main
halio-g Jun 14, 2022
ca96954
Merge remote-tracking branch 'upstream/main'
halio-g Jun 14, 2022
3ac5758
Merge branch 'main' of https://github.com/halio-g/python-aiplatform
halio-g Jun 14, 2022
62ac4d7
Setup the dependencies for the Vizier.
halio-g Jun 17, 2022
101fc60
Fix the lint error by running the nox -s blacken.
halio-g Jun 17, 2022
ede8356
Fixed the lint errors for the Vizier.
halio-g Jun 17, 2022
f414c0f
Made the unit test import the google credentials.
halio-g Jun 17, 2022
eb71423
Merge branch 'googleapis:main' into main
halio-g Jun 17, 2022
1929caf
Merge branch 'googleapis:main' into main
halio-g Jun 21, 2022
6dc42e7
Disable the coverage check for the pyvizier. It will be imported from…
halio-g Jun 21, 2022
cf8b213
Remove the converage dependency to avoid the conflicts.
halio-g Jun 21, 2022
73fd1f0
Merge branch 'googleapis:main' into main
halio-g Jun 24, 2022
60a8653
Fixing the py-3.9 issue in the sample/module-builder
halio-g Jun 28, 2022
35e8799
Convert the lambda function to avoid the import numpy be called in th…
halio-g Jun 28, 2022
38b55e0
Revert the requirements file.
halio-g Jun 29, 2022
d681cea
Fix the lint error by running the nox -s blacken.
halio-g Jun 29, 2022
603bfa5
Merge branch 'main' into main
halio-g Jun 29, 2022
5644f96
Fixed the syntax issue in the setup.py
halio-g Jun 29, 2022
42fdc02
Merge branch 'main' into main
halio-g Jun 29, 2022
e0d82f2
Merge branch 'googleapis:main' into main
halio-g Jun 30, 2022
317a0d6
Setup the local package
halio-g Jul 7, 2022
24098dd
scrube the TODO since it's the documentation ticket.
halio-g Jul 7, 2022
10d3b52
Merge branch 'googleapis:main' into main
halio-g Jul 8, 2022
7c1bd0f
Addresses the comments.
halio-g Jul 8, 2022
ddd51eb
Ran blacken on the test_vizier file.
halio-g Jul 8, 2022
d01d5ad
Import the OSS in the Vertex SDK.
halio-g Jul 13, 2022
0f31a52
Merge branch 'main' into main
halio-g Jul 14, 2022
be868ee
Already imported the package from open source vizier. Removing the co…
halio-g Jul 15, 2022
50aacad
Import the google-vizier and fix the dependencies for Vertex Vizier.
halio-g Jul 15, 2022
5fbc41d
Configured the dependency of the google-vizier.
halio-g Jul 19, 2022
3f09725
Merge branch 'import_pyvizier'
halio-g Jul 19, 2022
6af2782
Merge branch 'main' of https://github.com/halio-g/python-aiplatform
halio-g Jul 19, 2022
842116e
Merge branch 'googleapis:main' into main
halio-g Jul 19, 2022
9be41cc
Ran the nox -s blacken.
halio-g Jul 19, 2022
ed0d98d
Fixed the lint issue.
halio-g Jul 19, 2022
6773942
Merge branch 'main' of https://github.com/halio-g/python-aiplatform
halio-g Jul 19, 2022
dddaf6a
Merge branch 'googleapis:main' into main
halio-g Jul 20, 2022
4016de2
Clean the debugging logs.
halio-g Jul 21, 2022
04108e9
Decouple the Study, Trial and the aiplatform to make the sample test …
halio-g Jul 21, 2022
49efcd7
Fixed the issue in the system test got an unexpected keyword argument…
halio-g Jul 21, 2022
363a44f
Merge branch 'googleapis:main' into main
halio-g Jul 21, 2022
f4d4272
Merge branch 'main' of https://github.com/halio-g/python-aiplatform
halio-g Jul 21, 2022
f296d9a
Ran the nox -s blacken to format the python file.
halio-g Jul 22, 2022
116f4de
Fixed the unit test failure.
halio-g Jul 22, 2022
b7e7d9b
Merge branch 'main' into main
halio-g Jul 22, 2022
4d9bf75
Merge branch 'main' into main
rosiezou Jul 25, 2022
dbae081
Merge branch 'main' into main
halio-g Jul 26, 2022
67e2d78
Merge branch 'main' into main
rosiezou Jul 27, 2022
1add1e8
Merge branch 'main' into main
rosiezou Jul 28, 2022
b2b2428
Add the wrapper to give more error information about the vizier impor…
halio-g Jul 28, 2022
0790e23
Merge branch 'main' of https://github.com/halio-g/python-aiplatform
halio-g Jul 28, 2022
04704fd
Merge branch 'main' into main
halio-g Jul 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branch = True
show_missing = True
omit =
google/cloud/aiplatform/v1/schema/trainingjob/definition/__init__.py
google/cloud/aiplatform/vizier/pyvizier/*
halio-g marked this conversation as resolved.
Show resolved Hide resolved
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
4 changes: 4 additions & 0 deletions google/cloud/aiplatform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
CustomJob,
HyperparameterTuningJob,
)
from google.cloud.aiplatform.vizier import Study
from google.cloud.aiplatform.vizier import Trial
from google.cloud.aiplatform.pipeline_jobs import PipelineJob
from google.cloud.aiplatform.tensorboard import (
Tensorboard,
Expand Down Expand Up @@ -139,12 +141,14 @@
"PipelineJob",
"PrivateEndpoint",
"SequenceToSequencePlusForecastingTrainingJob",
"Study",
"TabularDataset",
"Tensorboard",
"TensorboardExperiment",
"TensorboardRun",
"TensorboardTimeSeries",
"TextDataset",
"TimeSeriesDataset",
"Trial",
"VideoDataset",
)
4 changes: 4 additions & 0 deletions google/cloud/aiplatform/compat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
services.index_endpoint_service_client = (
services.index_endpoint_service_client_v1beta1
)
services.vizier_service_client = services.vizier_service_client_v1beta1

types.accelerator_type = types.accelerator_type_v1beta1
types.annotation = types.annotation_v1beta1
Expand Down Expand Up @@ -113,6 +114,7 @@
types.tensorboard_time_series = types.tensorboard_time_series_v1beta1
types.training_pipeline = types.training_pipeline_v1beta1
types.types = types.types_v1beta1
types.vizier_service = types.vizier_service_v1beta1

if DEFAULT_VERSION == V1:

Expand All @@ -130,6 +132,7 @@
services.tensorboard_service_client = services.tensorboard_service_client_v1
services.index_service_client = services.index_service_client_v1
services.index_endpoint_service_client = services.index_endpoint_service_client_v1
services.vizier_service_client = services.vizier_service_client_v1

types.accelerator_type = types.accelerator_type_v1
types.annotation = types.annotation_v1
Expand Down Expand Up @@ -198,6 +201,7 @@
types.tensorboard_time_series = types.tensorboard_time_series_v1
types.training_pipeline = types.training_pipeline_v1
types.types = types.types_v1
types.vizier_service = types.vizier_service_v1

__all__ = (
DEFAULT_VERSION,
Expand Down
8 changes: 8 additions & 0 deletions google/cloud/aiplatform/compat/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@
from google.cloud.aiplatform_v1beta1.services.tensorboard_service import (
client as tensorboard_service_client_v1beta1,
)
from google.cloud.aiplatform_v1beta1.services.vizier_service import (
client as vizier_service_client_v1beta1,
)

from google.cloud.aiplatform_v1.services.dataset_service import (
client as dataset_service_client_v1,
Expand Down Expand Up @@ -94,6 +97,9 @@
from google.cloud.aiplatform_v1.services.tensorboard_service import (
client as tensorboard_service_client_v1,
)
from google.cloud.aiplatform_v1.services.vizier_service import (
client as vizier_service_client_v1,
)

__all__ = (
# v1
Expand All @@ -110,6 +116,7 @@
prediction_service_client_v1,
specialist_pool_service_client_v1,
tensorboard_service_client_v1,
vizier_service_client_v1,
# v1beta1
dataset_service_client_v1beta1,
endpoint_service_client_v1beta1,
Expand All @@ -124,4 +131,5 @@
specialist_pool_service_client_v1beta1,
metadata_service_client_v1beta1,
tensorboard_service_client_v1beta1,
vizier_service_client_v1beta1,
)
2 changes: 2 additions & 0 deletions google/cloud/aiplatform/compat/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
tensorboard_time_series as tensorboard_time_series_v1beta1,
training_pipeline as training_pipeline_v1beta1,
types as types_v1beta1,
vizier_service as vizier_service_v1beta1,
)
from google.cloud.aiplatform_v1.types import (
accelerator_type as accelerator_type_v1,
Expand Down Expand Up @@ -143,6 +144,7 @@
tensorboard_time_series as tensorboard_time_series_v1,
training_pipeline as training_pipeline_v1,
types as types_v1,
vizier_service as vizier_service_v1,
)

__all__ = (
Expand Down
14 changes: 14 additions & 0 deletions google/cloud/aiplatform/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
pipeline_service_client_v1beta1,
prediction_service_client_v1beta1,
tensorboard_service_client_v1beta1,
vizier_service_client_v1beta1,
)
from google.cloud.aiplatform.compat.services import (
dataset_service_client_v1,
Expand All @@ -61,6 +62,7 @@
pipeline_service_client_v1,
prediction_service_client_v1,
tensorboard_service_client_v1,
vizier_service_client_v1,
)

from google.cloud.aiplatform.compat.types import (
Expand All @@ -82,6 +84,7 @@
job_service_client_v1beta1.JobServiceClient,
metadata_service_client_v1beta1.MetadataServiceClient,
tensorboard_service_client_v1beta1.TensorboardServiceClient,
vizier_service_client_v1beta1.VizierServiceClient,
# v1
dataset_service_client_v1.DatasetServiceClient,
endpoint_service_client_v1.EndpointServiceClient,
Expand All @@ -93,6 +96,7 @@
pipeline_service_client_v1.PipelineServiceClient,
job_service_client_v1.JobServiceClient,
tensorboard_service_client_v1.TensorboardServiceClient,
vizier_service_client_v1.VizierServiceClient,
)


Expand Down Expand Up @@ -570,6 +574,15 @@ class TensorboardClientWithOverride(ClientWithOverride):
)


class VizierClientWithOverride(ClientWithOverride):
_is_temporary = True
_default_version = compat.DEFAULT_VERSION
_version_map = (
(compat.V1, vizier_service_client_v1.VizierServiceClient),
(compat.V1BETA1, vizier_service_client_v1beta1.VizierServiceClient),
)


VertexAiServiceClientWithOverride = TypeVar(
"VertexAiServiceClientWithOverride",
DatasetClientWithOverride,
Expand All @@ -582,6 +595,7 @@ class TensorboardClientWithOverride(ClientWithOverride):
PredictionClientWithOverride,
MetadataClientWithOverride,
TensorboardClientWithOverride,
VizierClientWithOverride,
)


Expand Down
22 changes: 22 additions & 0 deletions google/cloud/aiplatform/vizier/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-

# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from google.cloud.aiplatform.vizier.study import Study
from google.cloud.aiplatform.vizier.trial import Trial

__all__ = (
"Study",
"Trial",
)
192 changes: 192 additions & 0 deletions google/cloud/aiplatform/vizier/client_abc.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,192 @@
# -*- coding: utf-8 -*-

# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Cross-platform Vizier client interfaces.
halio-g marked this conversation as resolved.
Show resolved Hide resolved

Aside from "materialize_" methods, code written using these interfaces are
compatible with OSS and Cloud Vertex Vizier. Note importantly that subclasses
may have more methods than what is required by interfaces, and such methods
are not cross compatible. Our recommendation is to explicitly type your objects
to be `StudyInterface` or `TrialInterface` when you want to guarantee that
a code block is cross-platform.

Keywords:

#Materialize: The method returns a deep copy of the underlying pyvizier object.
halio-g marked this conversation as resolved.
Show resolved Hide resolved
Modifying the returned object does not update the Vizier service.
"""

from __future__ import annotations

from typing import Optional, Collection, Type, TypeVar, Mapping, Any
halio-g marked this conversation as resolved.
Show resolved Hide resolved
import abc

from google.cloud.aiplatform.vizier import pyvizier as vz
halio-g marked this conversation as resolved.
Show resolved Hide resolved

_T = TypeVar("_T")


class ResourceNotFoundError(LookupError):
"""Error raised by Vizier clients when resource is not found."""

pass


class TrialInterface(abc.ABC):
"""Responsible for trial-level operations."""

@property
@abc.abstractmethod
def uid(self) -> int:
"""Unique identifier of the trial."""

@property
@abc.abstractmethod
def parameters(self) -> Mapping[str, Any]:
"""Parameters of the trial."""

@property
@abc.abstractmethod
def status(self) -> vz.TrialStatus:
"""Trial's status."""

@abc.abstractmethod
def delete(self) -> None:
"""Delete the Trial in Vizier service.

There is currently no promise on how this object behaves after `delete()`.
If you are sharing a Trial object in parallel processes, proceed with
caution.
"""

@abc.abstractmethod
def complete(
self,
measurement: Optional[vz.Measurement] = None,
*,
infeasible_reason: Optional[str] = None,
) -> Optional[vz.Measurement]:
"""Completes the trial and #materializes the measurement.

* If `measurement` is provided, then Vizier writes it as the trial's final
measurement and returns it.
* If `infeasible_reason` is provided, `measurement` is not needed.
* If neither is provided, then Vizier selects an existing (intermediate)
measurement to be the final measurement and returns it.

Args:
measurement: Final measurement.
infeasible_reason: Infeasible reason for missing final measurement.

Returns:
The final measurement of the trial, or None if the trial is marked
infeasible.

Raises:
ValueError: If neither `measurement` nor `infeasible_reason` is provided
but the trial does not contain any intermediate measurements.
"""

@abc.abstractmethod
def should_stop(self) -> bool:
"""Returns true if the trial should stop."""

@abc.abstractmethod
def add_measurement(self, measurement: vz.Measurement) -> None:
"""Adds an intermediate measurement."""

@abc.abstractmethod
def materialize(self, *, include_all_measurements: bool = True) -> vz.Trial:
"""#Materializes the Trial.

Args:
include_all_measurements: If True, returned Trial includes all
intermediate measurements. The final measurement is always provided.

Returns:
Trial object.
"""


class StudyInterface(abc.ABC):
"""Responsible for study-level operations."""

@abc.abstractmethod
def create_or_load(
self, display_name: str, problem: vz.ProblemStatement
halio-g marked this conversation as resolved.
Show resolved Hide resolved
) -> StudyInterface:
""" """

@abc.abstractmethod
def suggest(
self, *, count: Optional[int] = None, worker: str = ""
) -> Collection[TrialInterface]:
"""Returns Trials to be evaluated by worker.

Args:
count: Number of suggestions.
worker: When new Trials are generated, their `assigned_worker` field is
populated with this worker. suggest() first looks for existing Trials
that are assigned to `worker`, before generating new ones.

Returns:
Trials.
"""

@abc.abstractmethod
def delete(self) -> None:
"""Deletes the study."""

@abc.abstractmethod
def trials(
self, trial_filter: Optional[vz.TrialFilter] = None
) -> Collection[TrialInterface]:
"""Fetches a collection of trials."""

@abc.abstractmethod
def get_trial(self, uid: int) -> TrialInterface:
"""Fetches a single trial.

Args:
uid: Unique identifier of the trial within study.

Returns:
Trial.

Raises:
ResourceNotFoundError: If trial does not exist.
"""

@abc.abstractmethod
def optimal_trials(self) -> Collection[TrialInterface]:
"""Returns optimal trial(s)."""

@abc.abstractmethod
def materialize_study_config(self) -> vz.StudyConfig:
"""#Materializes the study config."""

@abc.abstractclassmethod
def from_uid(cls: Type[_T], uid: str) -> _T:
"""Fetches an existing study from the Vizier service.

Args:
uid: Unique identifier of the study.

Returns:
Study.

Raises:
ResourceNotFoundError: If study does not exist.
"""
Loading