Build and Deploy Machine Learning Solutions with Vertex AI: Challenge Lab Reviews

Build and Deploy Machine Learning Solutions with Vertex AI: Challenge Lab Reviews

15154 reviews

The lab is not executing correctly

Eddison L. · Reviewed 15 days ago

Shivam S. · Reviewed 15 days ago

Eddison L. · Reviewed 15 days ago

Louis D. · Reviewed 15 days ago

Jeremiah A. · Reviewed 15 days ago

Jeremiah A. · Reviewed 15 days ago

Muhammad R. · Reviewed 15 days 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 15 days ago

Benny Y. · Reviewed 15 days ago

SALMA G. · Reviewed 16 days ago

Yifan Y. · Reviewed 16 days ago

Akanksha S. · Reviewed 16 days ago

Ayush T. · Reviewed 16 days ago

Adabara A. · Reviewed 16 days ago

Keshav G. · Reviewed 16 days ago

Pipeline building takes too long. So it could rather be simulated.

Gautaman S. · Reviewed 16 days ago

Doluwamu S. · Reviewed 16 days ago

Osama W. · Reviewed 16 days ago

Oscar Felipe F. · Reviewed 16 days ago

Oscar Felipe F. · Reviewed 16 days ago

Jeremiah A. · Reviewed 16 days ago

Heleno C. · Reviewed 16 days ago

Syed M. · Reviewed 16 days ago

Jeremiah A. · Reviewed 16 days ago

pankaj s. · Reviewed 16 days ago

We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.