Class CallToAction (1.25.0)

CallToAction(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Actions could take on this Publisher Model.

Attributes

Name Description
view_rest_api google.cloud.aiplatform_v1beta1.types.PublisherModel.CallToAction.ViewRestApi
Optional. To view Rest API docs.
open_notebook google.cloud.aiplatform_v1beta1.types.PublisherModel.CallToAction.RegionalResourceReferences
Optional. Open notebook of the PublisherModel.
create_application google.cloud.aiplatform_v1beta1.types.PublisherModel.CallToAction.RegionalResourceReferences
Optional. Create application using the PublisherModel.
open_fine_tuning_pipeline google.cloud.aiplatform_v1beta1.types.PublisherModel.CallToAction.RegionalResourceReferences
Optional. Open fine-tuning pipeline of the PublisherModel.
open_prompt_tuning_pipeline google.cloud.aiplatform_v1beta1.types.PublisherModel.CallToAction.RegionalResourceReferences
Optional. Open prompt-tuning pipeline of the PublisherModel.
open_genie google.cloud.aiplatform_v1beta1.types.PublisherModel.CallToAction.RegionalResourceReferences
Optional. Open Genie / Playground.
deploy google.cloud.aiplatform_v1beta1.types.PublisherModel.CallToAction.Deploy
Optional. Deploy the PublisherModel to Vertex Endpoint.
open_generation_ai_studio google.cloud.aiplatform_v1beta1.types.PublisherModel.CallToAction.RegionalResourceReferences
Optional. Open in Generation AI Studio.

Inheritance

builtins.object > proto.message.Message > CallToAction

Classes

Deploy

Deploy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

RegionalResourceReferences

RegionalResourceReferences(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The regional resource name or the URI. Key is region, e.g., us-central1, europe-west2, global, etc..

ViewRestApi

ViewRestApi(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Rest API docs.