Giter VIP home page Giter VIP logo

Comments (12)

enesbesinci avatar enesbesinci commented on June 15, 2024 2

do you use free trial version of gcp?

from vertex-ai-samples.

hjerpe avatar hjerpe commented on June 15, 2024 1

@hjerpe Which service account did you add the permission to?

I created a service account with the following permissions,

image

My Vertex AI pipeline is executed as follows:

aiplatform.init(project = PROJECT_ID,
                location = REGION,
                credentials = credentials)
job = aiplatform.PipelineJob(
    display_name="my-pipeline",
    template_path=RLHF_PIPELINE_PKG_PATH,
    parameter_values=parameter_values,
    credentials=credentials
)
job.submit(service_account=os.getenv("SERVICE_ACCOUNT"))

from vertex-ai-samples.

pb-rategain-adara avatar pb-rategain-adara commented on June 15, 2024 1

I am still experiencing this issue. I have added the 'BQ User', 'Storage Admin', 'Vertex Admin', and 'Vertex Service Agent' roles to the service account, as well as attempted to rerun the pipeline without pipeline_root arguments without success.

Screenshot 2024-01-30 at 12-29-16 google_model_eval_tutorial ipynb

from vertex-ai-samples.

enesbesinci avatar enesbesinci commented on June 15, 2024

I have faced the same issue today, did you find any solution for this?

from vertex-ai-samples.

adam-bitstrapped avatar adam-bitstrapped commented on June 15, 2024

same issue, any updates?

from vertex-ai-samples.

hjerpe avatar hjerpe commented on June 15, 2024

I'm having the same issue and I'm using a free trial version.

from vertex-ai-samples.

enesbesinci avatar enesbesinci commented on June 15, 2024

I'm not sure but I think we gotta have not-free-trial version to run a pipeline on kubeflow, I have searched too amny times but I couldn't find any answer to fix this problem

from vertex-ai-samples.

hjerpe avatar hjerpe commented on June 15, 2024

@enesbesinci I was able to run my pipeline by adding the following permission:

Vertex AI Service Agent

However, the error message did not specify that this was the case. I also removed the pipeline_root, and instead let the pipeline artifacts be created at the default path.

from vertex-ai-samples.

adam-bitstrapped avatar adam-bitstrapped commented on June 15, 2024

@hjerpe Which service account did you add the permission to?

from vertex-ai-samples.

gericdong avatar gericdong commented on June 15, 2024

Let us know if there is still an issue. Closed.

from vertex-ai-samples.

brandtoliver avatar brandtoliver commented on June 15, 2024

I am still experiencing this issue. I have added the 'BQ User', 'Storage Admin', 'Vertex Admin', and 'Vertex Service Agent' roles to the service account, as well as attempted to rerun the pipeline without pipeline_root arguments without success.

Screenshot 2024-01-30 at 12-29-16 google_model_eval_tutorial ipynb

@pb-rategain-adara which version of google-cloud-aiplatform are you using? upgrading to the latest (1.40.0) solved it for me (see: googleapis/python-aiplatform#2936)

from vertex-ai-samples.

pb-rategain-adara avatar pb-rategain-adara commented on June 15, 2024

Yes, I do have google-cloud-aiplatform version 1.40.0.

from vertex-ai-samples.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.