Class GoogleCloudAiplatformV1beta1DeployRequestModelConfig
The model config to use for the deployment.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeployRequestModelConfig : 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? |
ContainerSpec
Optional. The specification of the container that is to be used when deploying. If not set, the default container spec will be used.
Declaration
[JsonProperty("containerSpec")]
public virtual GoogleCloudAiplatformV1beta1ModelContainerSpec ContainerSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ModelContainerSpec |
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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 |
HuggingFaceCacheEnabled
Optional. If true, the model will deploy with a cached version instead of directly downloading the model artifacts from Hugging Face. This is suitable for VPC-SC users with limited internet access.
Declaration
[JsonProperty("huggingFaceCacheEnabled")]
public virtual bool? HuggingFaceCacheEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |