Build and Deploy Machine Learning Solutions with Vertex AI: Challenge Lab Rezensionen
15536 Rezensionen
Bhushan K. · Vor etwa ein Monat überprüft
SALONI SANJAY G. · Vor etwa ein Monat überprüft
Rasika M. · Vor etwa ein Monat überprüft
Pragathi R. · Vor etwa ein Monat überprüft
Satyajit C. · Vor etwa ein Monat überprüft
Hatef A. · Vor etwa ein Monat überprüft
soehein h. · Vor etwa ein Monat überprüft
The lab is not executing correctly
Eddison L. · Vor etwa ein Monat überprüft
Shivam S. · Vor etwa ein Monat überprüft
Eddison L. · Vor etwa ein Monat überprüft
Louis D. · Vor etwa ein Monat überprüft
Jeremiah A. · Vor etwa ein Monat überprüft
Jeremiah A. · Vor etwa ein Monat überprüft
Muhammad R. · Vor etwa ein Monat überprüft
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. · Vor etwa ein Monat überprüft
Benny Y. · Vor etwa ein Monat überprüft
SALMA G. · Vor etwa ein Monat überprüft
Yifan Y. · Vor etwa ein Monat überprüft
Akanksha S. · Vor etwa ein Monat überprüft
Ayush T. · Vor etwa ein Monat überprüft
Adabara A. · Vor etwa ein Monat überprüft
Keshav G. · Vor etwa ein Monat überprüft
Pipeline building takes too long. So it could rather be simulated.
Gautaman S. · Vor etwa ein Monat überprüft
Doluwamu S. · Vor etwa ein Monat überprüft
Osama W. · Vor etwa ein Monat überprüft
Wir können nicht garantieren, dass die veröffentlichten Rezensionen von Verbrauchern stammen, die die Produkte gekauft oder genutzt haben. Die Rezensionen werden von Google nicht überprüft.