Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore(all): auto-regenerate gapics (#4701)
This is an auto-generated regeneration of the gapic clients by
cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is
submitted, genbot will update this PR with a newer dependency to the newer
version of genproto and assign reviewers to this PR.

If you have been assigned to review this PR, please:

- Ensure that the version of genproto in go.mod has been updated.
- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship.

Corresponding genproto PR: googleapis/go-genproto#668

Changes:

feat(aiplatform): add XAI, model monitoring, and index services to aiplatform v1
  Committer: @dizcology
  PiperOrigin-RevId: 393860361
  Source-Link: googleapis/googleapis@8031cc2
  • Loading branch information
yoshi-automation committed Aug 31, 2021
1 parent 62008d6 commit e385b40
Show file tree
Hide file tree
Showing 44 changed files with 3,846 additions and 300 deletions.
41 changes: 6 additions & 35 deletions aiplatform/apiv1/dataset_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aiplatform/apiv1/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 4 additions & 30 deletions aiplatform/apiv1/endpoint_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

128 changes: 128 additions & 0 deletions aiplatform/apiv1/gapic_metadata.json
Expand Up @@ -108,6 +108,84 @@
}
}
},
"IndexEndpointService": {
"clients": {
"grpc": {
"libraryClient": "IndexEndpointClient",
"rpcs": {
"CreateIndexEndpoint": {
"methods": [
"CreateIndexEndpoint"
]
},
"DeleteIndexEndpoint": {
"methods": [
"DeleteIndexEndpoint"
]
},
"DeployIndex": {
"methods": [
"DeployIndex"
]
},
"GetIndexEndpoint": {
"methods": [
"GetIndexEndpoint"
]
},
"ListIndexEndpoints": {
"methods": [
"ListIndexEndpoints"
]
},
"UndeployIndex": {
"methods": [
"UndeployIndex"
]
},
"UpdateIndexEndpoint": {
"methods": [
"UpdateIndexEndpoint"
]
}
}
}
}
},
"IndexService": {
"clients": {
"grpc": {
"libraryClient": "IndexClient",
"rpcs": {
"CreateIndex": {
"methods": [
"CreateIndex"
]
},
"DeleteIndex": {
"methods": [
"DeleteIndex"
]
},
"GetIndex": {
"methods": [
"GetIndex"
]
},
"ListIndexes": {
"methods": [
"ListIndexes"
]
},
"UpdateIndex": {
"methods": [
"UpdateIndex"
]
}
}
}
}
},
"JobService": {
"clients": {
"grpc": {
Expand Down Expand Up @@ -153,6 +231,11 @@
"CreateHyperparameterTuningJob"
]
},
"CreateModelDeploymentMonitoringJob": {
"methods": [
"CreateModelDeploymentMonitoringJob"
]
},
"DeleteBatchPredictionJob": {
"methods": [
"DeleteBatchPredictionJob"
Expand All @@ -173,6 +256,11 @@
"DeleteHyperparameterTuningJob"
]
},
"DeleteModelDeploymentMonitoringJob": {
"methods": [
"DeleteModelDeploymentMonitoringJob"
]
},
"GetBatchPredictionJob": {
"methods": [
"GetBatchPredictionJob"
Expand All @@ -193,6 +281,11 @@
"GetHyperparameterTuningJob"
]
},
"GetModelDeploymentMonitoringJob": {
"methods": [
"GetModelDeploymentMonitoringJob"
]
},
"ListBatchPredictionJobs": {
"methods": [
"ListBatchPredictionJobs"
Expand All @@ -212,6 +305,31 @@
"methods": [
"ListHyperparameterTuningJobs"
]
},
"ListModelDeploymentMonitoringJobs": {
"methods": [
"ListModelDeploymentMonitoringJobs"
]
},
"PauseModelDeploymentMonitoringJob": {
"methods": [
"PauseModelDeploymentMonitoringJob"
]
},
"ResumeModelDeploymentMonitoringJob": {
"methods": [
"ResumeModelDeploymentMonitoringJob"
]
},
"SearchModelDeploymentMonitoringStatsAnomalies": {
"methods": [
"SearchModelDeploymentMonitoringStatsAnomalies"
]
},
"UpdateModelDeploymentMonitoringJob": {
"methods": [
"UpdateModelDeploymentMonitoringJob"
]
}
}
}
Expand Down Expand Up @@ -359,10 +477,20 @@
"grpc": {
"libraryClient": "PredictionClient",
"rpcs": {
"Explain": {
"methods": [
"Explain"
]
},
"Predict": {
"methods": [
"Predict"
]
},
"RawPredict": {
"methods": [
"RawPredict"
]
}
}
}
Expand Down

0 comments on commit e385b40

Please sign in to comment.