Class GoogleCloudAiplatformV1beta1DeployPublisherModelRequest
Request message for ModelGardenService.DeployPublisherModel.
Implements
Inherited Members
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 name of the PublisherModel resource. Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
, or
publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001
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 |