Class GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy
Model metadata that is needed for UploadModel or DeployModel/CreateEndpoint requests.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeploy : IDirectResponseSchema
Properties
ArtifactUri
Optional. The path to the directory containing the Model artifact and any of its supporting files.
Declaration
[JsonProperty("artifactUri")]
public virtual string ArtifactUri { get; set; }
Property Value
Type | Description |
---|---|
string |
AutomaticResources
A description of resources that to large degree are decided by Vertex AI, and require only a modest additional configuration.
Declaration
[JsonProperty("automaticResources")]
public virtual GoogleCloudAiplatformV1beta1AutomaticResources AutomaticResources { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1AutomaticResources |
ContainerSpec
Optional. The specification of the container that is to be used when deploying this Model in Vertex AI. Not present for Large Models.
Declaration
[JsonProperty("containerSpec")]
public virtual GoogleCloudAiplatformV1beta1ModelContainerSpec ContainerSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1ModelContainerSpec |
DedicatedResources
A description of resources that are dedicated to the DeployedModel, and that need a higher degree of manual configuration.
Declaration
[JsonProperty("dedicatedResources")]
public virtual GoogleCloudAiplatformV1beta1DedicatedResources DedicatedResources { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1DedicatedResources |
DeployMetadata
Optional. Metadata information about this deployment config.
Declaration
[JsonProperty("deployMetadata")]
public virtual GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata DeployMetadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployDeployMetadata |
DeployTaskName
Optional. The name of the deploy task (e.g., "text to image generation").
Declaration
[JsonProperty("deployTaskName")]
public virtual string DeployTaskName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LargeModelReference
Optional. Large model reference. When this is set, model_artifact_spec is not needed.
Declaration
[JsonProperty("largeModelReference")]
public virtual GoogleCloudAiplatformV1beta1LargeModelReference LargeModelReference { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1LargeModelReference |
ModelDisplayName
Optional. Default model display name.
Declaration
[JsonProperty("modelDisplayName")]
public virtual string ModelDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
PublicArtifactUri
Optional. The signed URI for ephemeral Cloud Storage access to model artifact.
Declaration
[JsonProperty("publicArtifactUri")]
public virtual string PublicArtifactUri { get; set; }
Property Value
Type | Description |
---|---|
string |
SharedResources
The resource name of the shared DeploymentResourcePool to deploy on. Format:
projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}
Declaration
[JsonProperty("sharedResources")]
public virtual string SharedResources { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Required. The title of the regional resource reference.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |