Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1DeployPublisherModelRequest

Request message for ModelGardenService.DeployPublisherModel.

Inheritance
object
GoogleCloudAiplatformV1beta1DeployPublisherModelRequest
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 GoogleCloudAiplatformV1beta1DeployPublisherModelRequest : IDirectResponseSchema

Properties

AcceptEula

Optional. Whether the user accepts the End User License Agreement (EULA) for the model.

Declaration
[JsonProperty("acceptEula")]
public virtual bool? AcceptEula { get; set; }
Property Value
Type Description
bool?

DedicatedResources

Optional. The dedicated resources to use for the endpoint. If not set, the default resources will be used.

Declaration
[JsonProperty("dedicatedResources")]
public virtual GoogleCloudAiplatformV1beta1DedicatedResources DedicatedResources { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DedicatedResources

ETag

The ETag of the item.

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

EndpointDisplayName

Optional. The user-specified display name of the endpoint. If not set, a default name will be used.

Declaration
[JsonProperty("endpointDisplayName")]
public virtual string EndpointDisplayName { get; set; }
Property Value
Type Description
string

HuggingFaceAccessToken

Optional. The Hugging Face read access token used to access the model artifacts of gated models.

Declaration
[JsonProperty("huggingFaceAccessToken")]
public virtual string HuggingFaceAccessToken { get; set; }
Property Value
Type Description
string

Model

Required. The model to deploy. Format: 1. publishers/{publisher}/models/{publisher_model}@{version_id}, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001. 2. Hugging Face model ID like google/gemma-2-2b-it. 3. Custom model Google Cloud Storage URI like gs://bucket. 4. Custom model zip file like https://example.com/a.zip.

Declaration
[JsonProperty("model")]
public virtual string Model { get; set; }
Property Value
Type Description
string

ModelDisplayName

Optional. The user-specified display name of the uploaded model. If not set, a default name will be used.

Declaration
[JsonProperty("modelDisplayName")]
public virtual string ModelDisplayName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX