public sealed class DeployOperationMetadata : IMessage<DeployOperationMetadata>, IEquatable<DeployOperationMetadata>, IDeepCloneable<DeployOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeployOperationMetadata.
Runtime operation information for [ModelGardenService.Deploy][google.cloud.aiplatform.v1beta1.ModelGardenService.Deploy].
Implements
IMessageDeployOperationMetadata, IEquatableDeployOperationMetadata, IDeepCloneableDeployOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeployOperationMetadata()
public DeployOperationMetadata()DeployOperationMetadata(DeployOperationMetadata)
public DeployOperationMetadata(DeployOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
DeployOperationMetadata |
Properties
Destination
public string Destination { get; set; }Output only. The resource name of the Location to deploy the model in.
Format: projects/{project}/locations/{location}
| Property Value | |
|---|---|
| Type | Description |
string |
|
DestinationAsLocationName
public LocationName DestinationAsLocationName { get; set; }LocationName-typed view over the Destination resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
GenericMetadata
public GenericOperationMetadata GenericMetadata { get; set; }The operation generic information.
| Property Value | |
|---|---|
| Type | Description |
GenericOperationMetadata |
|
ModelId
public string ModelId { get; set; }Output only. The model id to be used at query time.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectNumber
public long ProjectNumber { get; set; }Output only. The project number where the deploy model request is sent.
| Property Value | |
|---|---|
| Type | Description |
long |
|
PublisherModel
public string PublisherModel { get; set; }Output only. The name of the model resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublisherModelAsPublisherModelName
public PublisherModelName PublisherModelAsPublisherModelName { get; set; }PublisherModelName-typed view over the PublisherModel resource name property.
| Property Value | |
|---|---|
| Type | Description |
PublisherModelName |
|