Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1DeployRequest

Request message for ModelGardenService.Deploy.

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

Properties

DeployConfig

Optional. The deploy config to use for the deployment. If not specified, the default deploy config will be used.

Declaration
[JsonProperty("deployConfig")]
public virtual GoogleCloudAiplatformV1beta1DeployRequestDeployConfig DeployConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DeployRequestDeployConfig

ETag

The ETag of the item.

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

EndpointConfig

Optional. The endpoint config to use for the deployment. If not specified, the default endpoint config will be used.

Declaration
[JsonProperty("endpointConfig")]
public virtual GoogleCloudAiplatformV1beta1DeployRequestEndpointConfig EndpointConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DeployRequestEndpointConfig

HuggingFaceModelId

The Hugging Face model to deploy. Format: Hugging Face model ID like google/gemma-2-2b-it.

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

ModelConfig

Optional. The model config to use for the deployment. If not specified, the default model config will be used.

Declaration
[JsonProperty("modelConfig")]
public virtual GoogleCloudAiplatformV1beta1DeployRequestModelConfig ModelConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1DeployRequestModelConfig

PublisherModelName

The Model Garden model to deploy. Format: publishers/{publisher}/models/{publisher_model}@{version_id}, or publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX