public sealed class ExportPublisherModelResponse : IMessage<ExportPublisherModelResponse>, IEquatable<ExportPublisherModelResponse>, IDeepCloneable<ExportPublisherModelResponse>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ExportPublisherModelResponse.
Response message for [ModelGardenService.ExportPublisherModel][google.cloud.aiplatform.v1beta1.ModelGardenService.ExportPublisherModel].
Implements
IMessageExportPublisherModelResponse, IEquatableExportPublisherModelResponse, IDeepCloneableExportPublisherModelResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExportPublisherModelResponse()
public ExportPublisherModelResponse()ExportPublisherModelResponse(ExportPublisherModelResponse)
public ExportPublisherModelResponse(ExportPublisherModelResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportPublisherModelResponse |
Properties
DestinationUri
public string DestinationUri { get; set; }The destination uri of the model weights.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PublisherModel
public string PublisherModel { get; set; }The name of the PublisherModel resource.
Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|