You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in file "notebooks/official/model_monitoring_v2/model_monitoring_for_custom_model_batch_prediction_job.ipynb"
Actual Behavior
I receive the following error message:
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.FAILED_PRECONDITION
details = "Service account [[email protected]](mailto:[email protected]) does not have [storage.objects.get] IAM permission(s) to the directory "gs://mco-mm/churn". Please either copy the files to the Google Cloud Storage bucket owned by your project, or grant the required IAM permission(s) to the service account."
debug_error_string = "UNKNOWN:Error received from peer ipv4:74.125.126.95:443 {grpc_message:"Service account [[email protected]](mailto:[email protected]) does not have [storage.objects.get] IAM permission(s) to the directory "gs://mco-mm/churn". Please either copy the files to the Google Cloud Storage bucket owned by your project, or grant the required IAM permission(s) to the service account.", grpc_status:9, created_time:"2024-11-14T05:59:29.185932594+00:00"}"
I don't have any form of privilege to add permission on the gs://mco-mm/churn directory in the mco-mm bucket.
Steps to Reproduce the Problem
Execute the cells in "notebooks/official/model_monitoring_v2/model_monitoring_for_custom_model_batch_prediction_job.ipynb" and when you reach the cell containing the code reported above then you have the exception.
Specifications
Version:
Platform: Colb Enterprise ig Google Cloud Platform
The text was updated successfully, but these errors were encountered:
Expected Behavior
Custom Model being uploaded in Vertex AI registry when executing the following cell:
in file "notebooks/official/model_monitoring_v2/model_monitoring_for_custom_model_batch_prediction_job.ipynb"
Actual Behavior
I receive the following error message:
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.FAILED_PRECONDITION
details = "Service account
[[email protected]](mailto:[email protected])
does not have[storage.objects.get]
IAM permission(s) to the directory "gs://mco-mm/churn". Please either copy the files to the Google Cloud Storage bucket owned by your project, or grant the required IAM permission(s) to the service account."debug_error_string = "UNKNOWN:Error received from peer ipv4:74.125.126.95:443 {grpc_message:"Service account
[[email protected]](mailto:[email protected])
does not have[storage.objects.get]
IAM permission(s) to the directory "gs://mco-mm/churn". Please either copy the files to the Google Cloud Storage bucket owned by your project, or grant the required IAM permission(s) to the service account.", grpc_status:9, created_time:"2024-11-14T05:59:29.185932594+00:00"}"I don't have any form of privilege to add permission on the gs://mco-mm/churn directory in the mco-mm bucket.
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: