Skip to content

Commit

Permalink
feat: add default_skew_threshold to TrainingPredictionSkewDetectionCo…
Browse files Browse the repository at this point in the history
…nfig in aiplatform v1beta1, v1 model_monitoring.proto (#1411)

* chore: use gapic-generator-python 1.0.1

PiperOrigin-RevId: 454715642

Source-Link: googleapis/googleapis@b59159d

Source-Link: googleapis/googleapis-gen@dfc9970
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGZjOTk3MGU0MWRkNjdlZTBkODk2YTI4Y2RjYTI3ZWZlNzJlZDM3NyJ9

feat: add successful_forecast_point_count to CompletionStats in aiplatform v1 completion_stats.proto
feat: add neighbors to Explanation in aiplatform v1 explanation.proto
feat: add examples_override to ExplanationSpecOverride in aiplatform v1 explanation.proto
feat: add version_id, version_aliases, version_create_time, version_update_time, and version_description to aiplatform v1 model.proto
feat: add ModelVersion CRUD methods in aiplatform v1 model_service.proto
feat: add model_id and parent_model to TrainingPipeline in aiplatform v1 training_pipeline.proto

PiperOrigin-RevId: 453734478

Source-Link: googleapis/googleapis@84720fb

Source-Link: googleapis/googleapis-gen@93ace77
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTNhY2U3NzE2ZTE2OGUzYzJjYmExMjNiY2U1MWE1MzYyYTM5NDI5YyJ9

feat: add env to ContainerSpec in aiplatform v1beta1 custom_job.proto

PiperOrigin-RevId: 453732998

Source-Link: googleapis/googleapis@a95a55f

Source-Link: googleapis/googleapis-gen@e2ea252
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTJlYTI1MjY2Y2M2NjA4ZDIxODA4NDNkZGU5MDUxYjRiYTM3Y2Q5YiJ9

feat:Import of Grafeas from Github

PiperOrigin-RevId: 453542250

Source-Link: googleapis/googleapis@ac9c393

Source-Link: googleapis/googleapis-gen@d1e2f1a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDFlMmYxYWIzZGU2YjVhMzYxODZkNjkxNjU0MTJhYTY4NmFlZmIyNiJ9

feat: add monitor_window to ModelDeploymentMonitoringScheduleConfig proto in aiplatform v1/v1beta1 model_deployment_monitoring_job.proto

PiperOrigin-RevId: 453226330

Source-Link: googleapis/googleapis@239db5e

Source-Link: googleapis/googleapis-gen@4cf0c54
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGNmMGM1NDI1MDUwMjViZTUxYmU5ZTY3MTIwZjA0MTM0MTVlN2Q2NyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add ClusterType field in MembershipEndpoint.OnPremCluster

PiperOrigin-RevId: 455120505

Source-Link: googleapis/googleapis@49e6a7e

Source-Link: googleapis/googleapis-gen@dc2045f
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGMyMDQ1ZjU3MmU0YmRmNTlkNTA2YzFmY2Y5NjYzOTMxZDdjMjU0MyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add default_skew_threshold to TrainingPredictionSkewDetectionConfig in aiplatform v1beta1, v1 model_monitoring.proto

feat: add default_drift_threshold to PredictionDriftDetectionConfig in aiplatform v1beta1, v1 model_monitoring.proto
PiperOrigin-RevId: 455164942

Source-Link: googleapis/googleapis@db1cd5e

Source-Link: googleapis/googleapis-gen@4777210
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDc3NzIxMDFkNjgzZTQ1Mzc1NTM5ZmZjZGVlNzk3Zjc4ZmU2MDhjYiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Sam Goodman <[email protected]>
  • Loading branch information
3 people authored Jun 15, 2022
1 parent 50bf76c commit 7a8e3be
Show file tree
Hide file tree
Showing 207 changed files with 106,847 additions and 1,878 deletions.
14 changes: 14 additions & 0 deletions google/cloud/aiplatform_v1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@
from .types.execution import Execution
from .types.explanation import Attribution
from .types.explanation import BlurBaselineConfig
from .types.explanation import ExamplesOverride
from .types.explanation import ExamplesRestrictionsNamespace
from .types.explanation import Explanation
from .types.explanation import ExplanationMetadataOverride
from .types.explanation import ExplanationParameters
Expand All @@ -122,6 +124,7 @@
from .types.explanation import FeatureNoiseSigma
from .types.explanation import IntegratedGradientsAttribution
from .types.explanation import ModelExplanation
from .types.explanation import Neighbor
from .types.explanation import SampledShapleyAttribution
from .types.explanation import SmoothGradConfig
from .types.explanation import XraiAttribution
Expand Down Expand Up @@ -343,6 +346,7 @@
from .types.model_monitoring import SamplingStrategy
from .types.model_monitoring import ThresholdConfig
from .types.model_service import DeleteModelRequest
from .types.model_service import DeleteModelVersionRequest
from .types.model_service import ExportModelOperationMetadata
from .types.model_service import ExportModelRequest
from .types.model_service import ExportModelResponse
Expand All @@ -356,6 +360,9 @@
from .types.model_service import ListModelEvaluationsResponse
from .types.model_service import ListModelsRequest
from .types.model_service import ListModelsResponse
from .types.model_service import ListModelVersionsRequest
from .types.model_service import ListModelVersionsResponse
from .types.model_service import MergeVersionAliasesRequest
from .types.model_service import UpdateModelRequest
from .types.model_service import UploadModelOperationMetadata
from .types.model_service import UploadModelRequest
Expand Down Expand Up @@ -618,6 +625,7 @@
"DeleteMetadataStoreRequest",
"DeleteModelDeploymentMonitoringJobRequest",
"DeleteModelRequest",
"DeleteModelVersionRequest",
"DeleteOperationMetadata",
"DeletePipelineJobRequest",
"DeleteSpecialistPoolRequest",
Expand Down Expand Up @@ -648,6 +656,8 @@
"EntityType",
"EnvVar",
"Event",
"ExamplesOverride",
"ExamplesRestrictionsNamespace",
"Execution",
"ExplainRequest",
"ExplainResponse",
Expand Down Expand Up @@ -778,6 +788,8 @@
"ListModelEvaluationSlicesResponse",
"ListModelEvaluationsRequest",
"ListModelEvaluationsResponse",
"ListModelVersionsRequest",
"ListModelVersionsResponse",
"ListModelsRequest",
"ListModelsResponse",
"ListOptimalTrialsRequest",
Expand All @@ -804,6 +816,7 @@
"MachineSpec",
"ManualBatchTuningParameters",
"Measurement",
"MergeVersionAliasesRequest",
"MetadataSchema",
"MetadataServiceClient",
"MetadataStore",
Expand All @@ -829,6 +842,7 @@
"MutateDeployedIndexRequest",
"MutateDeployedIndexResponse",
"NearestNeighborSearchOperationMetadata",
"Neighbor",
"NfsMount",
"PauseModelDeploymentMonitoringJobRequest",
"PipelineFailurePolicy",
Expand Down
30 changes: 30 additions & 0 deletions google/cloud/aiplatform_v1/gapic_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,11 @@
"delete_model"
]
},
"DeleteModelVersion": {
"methods": [
"delete_model_version"
]
},
"ExportModel": {
"methods": [
"export_model"
Expand Down Expand Up @@ -1306,11 +1311,21 @@
"list_model_evaluations"
]
},
"ListModelVersions": {
"methods": [
"list_model_versions"
]
},
"ListModels": {
"methods": [
"list_models"
]
},
"MergeVersionAliases": {
"methods": [
"merge_version_aliases"
]
},
"UpdateModel": {
"methods": [
"update_model"
Expand All @@ -1331,6 +1346,11 @@
"delete_model"
]
},
"DeleteModelVersion": {
"methods": [
"delete_model_version"
]
},
"ExportModel": {
"methods": [
"export_model"
Expand Down Expand Up @@ -1366,11 +1386,21 @@
"list_model_evaluations"
]
},
"ListModelVersions": {
"methods": [
"list_model_versions"
]
},
"ListModels": {
"methods": [
"list_models"
]
},
"MergeVersionAliases": {
"methods": [
"merge_version_aliases"
]
},
"UpdateModel": {
"methods": [
"update_model"
Expand Down
Loading

0 comments on commit 7a8e3be

Please sign in to comment.