public sealed class DeployPublisherModelOperationMetadata : IMessage<DeployPublisherModelOperationMetadata>, IEquatable<DeployPublisherModelOperationMetadata>, IDeepCloneable<DeployPublisherModelOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class DeployPublisherModelOperationMetadata.
Runtime operation information for [ModelGardenService.DeployPublisherModel][google.cloud.aiplatform.v1beta1.ModelGardenService.DeployPublisherModel].
Implements
IMessageDeployPublisherModelOperationMetadata, IEquatableDeployPublisherModelOperationMetadata, IDeepCloneableDeployPublisherModelOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
DeployPublisherModelOperationMetadata()
public DeployPublisherModelOperationMetadata()
DeployPublisherModelOperationMetadata(DeployPublisherModelOperationMetadata)
public DeployPublisherModelOperationMetadata(DeployPublisherModelOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
DeployPublisherModelOperationMetadata |
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 |
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 PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
, or
publishers/hf-{hugging-face-author}/models/{hugging-face-model-name}@001
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 |