Required. The project requesting access for named model. The format is projects/{project}.
Request body
The request body contains data with the following structure:
Fields
publisherModelstring
Required. The name of the PublisherModel resource. Format: publishers/{publisher}/models/{publisherModel}, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: modelGardenEula.accept\n\n**Full name**: projects.modelGardenEula.accept\n\nAccepts the EULA acceptance status of a publisher model. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/modelGardenEula:accept` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The project requesting access for named model. The format is `projects/{project}`.\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `publisherModel` `string` \nRequired. The name of the PublisherModel resource. Format: `publishers/{publisher}/models/{publisherModel}`, or `publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}` \n\n### Response body\n\nIf successful, the response body contains an instance of [PublisherModelEulaAcceptance](/vertex-ai/docs/reference/rest/v1beta1/PublisherModelEulaAcceptance)."]]