Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1PublisherModelCallToAction

Actions could take on this Publisher Model.

Inheritance
object
GoogleCloudAiplatformV1beta1PublisherModelCallToAction
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PublisherModelCallToAction : IDirectResponseSchema

Properties

CreateApplication

Optional. Create application using the PublisherModel.

Declaration
[JsonProperty("createApplication")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences CreateApplication { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

Deploy

Optional. Deploy the PublisherModel to Vertex Endpoint.

Declaration
[JsonProperty("deploy")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy Deploy { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy

DeployGke

Optional. Deploy PublisherModel to Google Kubernetes Engine.

Declaration
[JsonProperty("deployGke")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke DeployGke { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployGke

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MultiDeployVertex

Optional. Multiple setups to deploy the PublisherModel to Vertex Endpoint.

Declaration
[JsonProperty("multiDeployVertex")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployVertex MultiDeployVertex { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployVertex

OpenEvaluationPipeline

Optional. Open evaluation pipeline of the PublisherModel.

Declaration
[JsonProperty("openEvaluationPipeline")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences OpenEvaluationPipeline { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

OpenFineTuningPipeline

Optional. Open fine-tuning pipeline of the PublisherModel.

Declaration
[JsonProperty("openFineTuningPipeline")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences OpenFineTuningPipeline { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

OpenFineTuningPipelines

Optional. Open fine-tuning pipelines of the PublisherModel.

Declaration
[JsonProperty("openFineTuningPipelines")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines OpenFineTuningPipelines { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenFineTuningPipelines

OpenGenerationAiStudio

Optional. Open in Generation AI Studio.

Declaration
[JsonProperty("openGenerationAiStudio")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences OpenGenerationAiStudio { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

OpenGenie

Optional. Open Genie / Playground.

Declaration
[JsonProperty("openGenie")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences OpenGenie { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

OpenNotebook

Optional. Open notebook of the PublisherModel.

Declaration
[JsonProperty("openNotebook")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences OpenNotebook { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

OpenNotebooks

Optional. Open notebooks of the PublisherModel.

Declaration
[JsonProperty("openNotebooks")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks OpenNotebooks { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionOpenNotebooks

OpenPromptTuningPipeline

Optional. Open prompt-tuning pipeline of the PublisherModel.

Declaration
[JsonProperty("openPromptTuningPipeline")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences OpenPromptTuningPipeline { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

RequestAccess

Optional. Request for access.

Declaration
[JsonProperty("requestAccess")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences RequestAccess { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionRegionalResourceReferences

ViewRestApi

Optional. To view Rest API docs.

Declaration
[JsonProperty("viewRestApi")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi ViewRestApi { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1PublisherModelCallToActionViewRestApi

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX