Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Les composants de modèles et de points de terminaison exposent les fonctionnalités des ressources Model et Endpoint de Vertex AI. Vous pouvez importer des ressources Model existantes que vous avez entraînées en dehors de Vertex AI, ou que vous avez entraînées à l'aide de Vertex AI et exportées. Une fois votre Model importé, cette ressource est disponible dans Vertex AI. Vous pouvez déployer ce Model dans un Endpoint, puis envoyer des requêtes de prédiction à cette ressource.
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2024/11/29 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2024/11/29 (UTC)."],[],[],null,["# Model and endpoint components\n\n`Model`, this resource is available in Vertex AI. You can deploy this\n`Model` to an `Endpoint` and then send prediction requests to this resource.\n\nLearn more about how to [Import models to Vertex AI](/vertex-ai/docs/model-registry/import-model) and\n[Request predictions](/vertex-ai/docs/predictions/getting-predictions).\n\nModel operators\n---------------\n\nThe Google Cloud SDK includes the following operators related to the `Model` resource:\n\n\n- [`ModelDeleteOp`](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/model.html#v1.model.ModelDeleteOp)\n- [`ModelExportOp`](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/model.html#v1.model.ModelExportOp)\n- [`ModelUploadOp`](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/model.html#v1.model.ModelUploadOp)\n\n\u003cbr /\u003e\n\nEndpoint operators\n------------------\n\nThe Google Cloud SDK includes the following operators related to the `Endpoint` resource:\n\n\n- [`EndpointCreateOp`](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/endpoint.html#v1.endpoint.EndpointCreateOp)\n- [`EndpointDeleteOp`](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/endpoint.html#v1.endpoint.EndpointDeleteOp)\n- [`ModelDeployOp`](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/endpoint.html#v1.endpoint.ModelDeployOp)\n- [`ModelUndeployOp`](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/endpoint.html#v1.endpoint.ModelUndeployOp)\n\n\u003cbr /\u003e\n\nAPI reference\n-------------\n\n- For component reference, see the following\n [Google Cloud SDK reference](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/index.html) pages:\n\n - [Model components](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/model.html)\n\n - [Endpoint components](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/api/v1/endpoint.html)\n\n- For Vertex AI API resource reference, see the following API reference pages:\n\n - [`model`](/vertex-ai/docs/reference/rest/v1/projects.locations.models) resource reference\n\n - [`endpoint`](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints) resource reference\n\nVersion history and release notes\n---------------------------------\n\nTo learn more about the version history and changes to the Google Cloud Pipeline Components SDK, see the [Google Cloud Pipeline Components SDK Release Notes](https://google-cloud-pipeline-components.readthedocs.io/en/google-cloud-pipeline-components-2.19.0/release.html).\n\nTechnical support contacts\n--------------------------\n\nIf you have any questions, reach out to\n[kubeflow-pipelines-components@google.com](mailto: kubeflow-pipelines-components@google.com)."]]