Build and Deploy Machine Learning Solutions with Vertex AI: Challenge Lab Reviews
15536 reviews
Bhushan K. · Reviewed בערך חודש אחד ago
SALONI SANJAY G. · Reviewed בערך חודש אחד ago
Rasika M. · Reviewed בערך חודש אחד ago
Pragathi R. · Reviewed בערך חודש אחד ago
Satyajit C. · Reviewed בערך חודש אחד ago
Hatef A. · Reviewed בערך חודש אחד ago
soehein h. · Reviewed בערך חודש אחד ago
The lab is not executing correctly
Eddison L. · Reviewed בערך חודש אחד ago
Shivam S. · Reviewed בערך חודש אחד ago
Eddison L. · Reviewed בערך חודש אחד ago
Louis D. · Reviewed בערך חודש אחד ago
Jeremiah A. · Reviewed בערך חודש אחד ago
Jeremiah A. · Reviewed בערך חודש אחד ago
Muhammad R. · Reviewed בערך חודש אחד ago
last step very too much time to wait and at the end it was not working I got this error : Creating PipelineJob INFO:google.cloud.aiplatform.pipeline_jobs:Creating PipelineJob PipelineJob created. Resource name: projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob created. Resource name: projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 To use this PipelineJob in another session: INFO:google.cloud.aiplatform.pipeline_jobs:To use this PipelineJob in another session: pipeline_job = aiplatform.PipelineJob.get('projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508') INFO:google.cloud.aiplatform.pipeline_jobs:pipeline_job = aiplatform.PipelineJob.get('projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508') View Pipeline Job: https://console.cloud.google.com/vertex-ai/locations/us-east4/pipelines/runs/bert-sentiment-classification-20240919231508?project=527883717849 INFO:google.cloud.aiplatform.pipeline_jobs:View Pipeline Job: https://console.cloud.google.com/vertex-ai/locations/us-east4/pipelines/runs/bert-sentiment-classification-20240919231508?project=527883717849 PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_PENDING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_PENDING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_PENDING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_PENDING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_PENDING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_PENDING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_PENDING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_PENDING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING INFO:google.cloud.aiplatform.pipeline_jobs:PipelineJob projects/527883717849/locations/us-east4/pipelineJobs/bert-sentiment-classification-20240919231508 current state: PipelineState.PIPELINE_STATE_RUNNING --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[49], line 1 ----> 1 vertex_pipelines_job.run() File ~/.local/lib/python3.10/site-packages/google/cloud/aiplatform/pipeline_jobs.py:314, in PipelineJob.run(self, service_account, network, sync, create_request_timeout) 295 """Run this configured PipelineJob and monitor the job until completion. 296 297 Args: (...) 310 Optional. The timeout for the create request in seconds. 311 """ 312 network = network or initializer.global_config.network --> 314 self._run( 315 service_account=service_account, 316 network=network, 317 sync=sync, 318 create_request_timeout=create_request_timeout, 319 ) File ~/.local/lib/python3.10/site-packages/google/cloud/aiplatform/base.py:810, in optional_sync.<locals>.optional_run_in_thread.<locals>.wrapper(*args, **kwargs) 808 if self: 809 VertexAiResourceNounWithFutureManager.wait(self) --> 810 return method(*args, **kwargs) 812 # callbacks to call within the Future (in same Thread) 813 internal_callbacks = [] File ~/.local/lib/python3.10/site-packages/google/cloud/aiplatform/pipeline_jobs.py:351, in PipelineJob._run(self, service_account, network, sync, create_request_timeout) 329 """Helper method to ensure network synchronization and to run 330 the configured PipelineJob and monitor the job until completion. 331 (...) 343 Optional. The timeout for the create request in seconds. 344 """ 345 self.submit( 346 service_account=service_account, 347 network=network, 348 create_request_timeout=create_request_timeout, 349 ) --> 351 self._block_until_complete() File ~/.local/lib/python3.10/site-packages/google/cloud/aiplatform/pipeline_jobs.py:499, in PipelineJob._block_until_complete(self) 496 # Error is only populated when the job state is 497 # JOB_STATE_FAILED or JOB_STATE_CANCELLED. 498 if self._gca_resource.state in _PIPELINE_ERROR_STATES: --> 499 raise RuntimeError("Job failed with:\n%s" % self._gca_resource.error) 500 else: 501 _LOGGER.log_action_completed_against_resource("run", "completed", self) RuntimeError: Job failed with: code: 9 message: " The DAG failed because some tasks failed. The failed tasks are: [customcontainertrainingjob-run].; Job (project_id = qwiklabs-gcp-01-a42e76e1031e, job_id = 1619274963481526272) is failed due to the above error.; Failed to handle the job: {project_number = 527883717849, job_id = 1619274963481526272}"
Mallé M. · Reviewed בערך חודש אחד ago
Benny Y. · Reviewed בערך חודש אחד ago
SALMA G. · Reviewed בערך חודש אחד ago
Yifan Y. · Reviewed בערך חודש אחד ago
Akanksha S. · Reviewed בערך חודש אחד ago
Ayush T. · Reviewed בערך חודש אחד ago
Adabara A. · Reviewed בערך חודש אחד ago
Keshav G. · Reviewed בערך חודש אחד ago
Pipeline building takes too long. So it could rather be simulated.
Gautaman S. · Reviewed בערך חודש אחד ago
Doluwamu S. · Reviewed בערך חודש אחד ago
Osama W. · Reviewed בערך חודש אחד ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.