Skip to content

Commit 7a8e3be

Browse files
feat: add default_skew_threshold to TrainingPredictionSkewDetectionConfig 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]>
1 parent 50bf76c commit 7a8e3be

File tree

207 files changed

+106847
-1878
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+106847
-1878
lines changed

google/cloud/aiplatform_v1/__init__.py

+14
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
from .types.execution import Execution
115115
from .types.explanation import Attribution
116116
from .types.explanation import BlurBaselineConfig
117+
from .types.explanation import ExamplesOverride
118+
from .types.explanation import ExamplesRestrictionsNamespace
117119
from .types.explanation import Explanation
118120
from .types.explanation import ExplanationMetadataOverride
119121
from .types.explanation import ExplanationParameters
@@ -122,6 +124,7 @@
122124
from .types.explanation import FeatureNoiseSigma
123125
from .types.explanation import IntegratedGradientsAttribution
124126
from .types.explanation import ModelExplanation
127+
from .types.explanation import Neighbor
125128
from .types.explanation import SampledShapleyAttribution
126129
from .types.explanation import SmoothGradConfig
127130
from .types.explanation import XraiAttribution
@@ -343,6 +346,7 @@
343346
from .types.model_monitoring import SamplingStrategy
344347
from .types.model_monitoring import ThresholdConfig
345348
from .types.model_service import DeleteModelRequest
349+
from .types.model_service import DeleteModelVersionRequest
346350
from .types.model_service import ExportModelOperationMetadata
347351
from .types.model_service import ExportModelRequest
348352
from .types.model_service import ExportModelResponse
@@ -356,6 +360,9 @@
356360
from .types.model_service import ListModelEvaluationsResponse
357361
from .types.model_service import ListModelsRequest
358362
from .types.model_service import ListModelsResponse
363+
from .types.model_service import ListModelVersionsRequest
364+
from .types.model_service import ListModelVersionsResponse
365+
from .types.model_service import MergeVersionAliasesRequest
359366
from .types.model_service import UpdateModelRequest
360367
from .types.model_service import UploadModelOperationMetadata
361368
from .types.model_service import UploadModelRequest
@@ -618,6 +625,7 @@
618625
"DeleteMetadataStoreRequest",
619626
"DeleteModelDeploymentMonitoringJobRequest",
620627
"DeleteModelRequest",
628+
"DeleteModelVersionRequest",
621629
"DeleteOperationMetadata",
622630
"DeletePipelineJobRequest",
623631
"DeleteSpecialistPoolRequest",
@@ -648,6 +656,8 @@
648656
"EntityType",
649657
"EnvVar",
650658
"Event",
659+
"ExamplesOverride",
660+
"ExamplesRestrictionsNamespace",
651661
"Execution",
652662
"ExplainRequest",
653663
"ExplainResponse",
@@ -778,6 +788,8 @@
778788
"ListModelEvaluationSlicesResponse",
779789
"ListModelEvaluationsRequest",
780790
"ListModelEvaluationsResponse",
791+
"ListModelVersionsRequest",
792+
"ListModelVersionsResponse",
781793
"ListModelsRequest",
782794
"ListModelsResponse",
783795
"ListOptimalTrialsRequest",
@@ -804,6 +816,7 @@
804816
"MachineSpec",
805817
"ManualBatchTuningParameters",
806818
"Measurement",
819+
"MergeVersionAliasesRequest",
807820
"MetadataSchema",
808821
"MetadataServiceClient",
809822
"MetadataStore",
@@ -829,6 +842,7 @@
829842
"MutateDeployedIndexRequest",
830843
"MutateDeployedIndexResponse",
831844
"NearestNeighborSearchOperationMetadata",
845+
"Neighbor",
832846
"NfsMount",
833847
"PauseModelDeploymentMonitoringJobRequest",
834848
"PipelineFailurePolicy",

google/cloud/aiplatform_v1/gapic_metadata.json

+30
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,11 @@
12711271
"delete_model"
12721272
]
12731273
},
1274+
"DeleteModelVersion": {
1275+
"methods": [
1276+
"delete_model_version"
1277+
]
1278+
},
12741279
"ExportModel": {
12751280
"methods": [
12761281
"export_model"
@@ -1306,11 +1311,21 @@
13061311
"list_model_evaluations"
13071312
]
13081313
},
1314+
"ListModelVersions": {
1315+
"methods": [
1316+
"list_model_versions"
1317+
]
1318+
},
13091319
"ListModels": {
13101320
"methods": [
13111321
"list_models"
13121322
]
13131323
},
1324+
"MergeVersionAliases": {
1325+
"methods": [
1326+
"merge_version_aliases"
1327+
]
1328+
},
13141329
"UpdateModel": {
13151330
"methods": [
13161331
"update_model"
@@ -1331,6 +1346,11 @@
13311346
"delete_model"
13321347
]
13331348
},
1349+
"DeleteModelVersion": {
1350+
"methods": [
1351+
"delete_model_version"
1352+
]
1353+
},
13341354
"ExportModel": {
13351355
"methods": [
13361356
"export_model"
@@ -1366,11 +1386,21 @@
13661386
"list_model_evaluations"
13671387
]
13681388
},
1389+
"ListModelVersions": {
1390+
"methods": [
1391+
"list_model_versions"
1392+
]
1393+
},
13691394
"ListModels": {
13701395
"methods": [
13711396
"list_models"
13721397
]
13731398
},
1399+
"MergeVersionAliases": {
1400+
"methods": [
1401+
"merge_version_aliases"
1402+
]
1403+
},
13741404
"UpdateModel": {
13751405
"methods": [
13761406
"update_model"

0 commit comments

Comments
 (0)