Class GoogleCloudAiplatformV1beta1DeployRequest
Request message for ModelGardenService.Deploy.
Implements
Inherited Members
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 |
---|---|
Google |
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 |
---|---|
Google |
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 |
---|---|
Google |
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 |