[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-06 UTC."],[[["Creates a new FeatureView using a POST request to the specified endpoint."],["Requires providing FeatureView details in the request body and specifying the parent project in the URL."],["Needs appropriate authorization with specific OAuth scopes for successful execution."],["Returns the newly created FeatureView object in the response body upon successful completion."]]],["To create a FeatureView, send a POST request to the specified URL, including the required `parent` path parameter (e.g., \"projects/*\"). Optionally, include a `workloadTag` query parameter. The request body must contain a FeatureView instance. Successful requests return a newly created FeatureView instance. Authorization requires one of four listed OAuth scopes. The URL structure uses gRPC Transcoding syntax.\n"]]