Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1DeployRequestModelConfig

The model config to use for the deployment.

Inheritance
object
GoogleCloudAiplatformV1beta1DeployRequestModelConfig
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 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

ModelUserId

Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. When not provided, Vertex AI will generate a value for this ID. When Model Registry model is provided, this field will be ignored. This value may be up to 63 characters, and valid characters are [a-z0-9_-]. The first character cannot be a number or hyphen.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX