Class GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
Response message for ModelGardenService.ExportPublisherModel.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ExportPublisherModelResponse : IDirectResponseSchema
Properties
DestinationUri
The destination uri of the model weights.
Declaration
[JsonProperty("destinationUri")]
public virtual string DestinationUri { 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 |
PublisherModel
The name of the PublisherModel resource. Format:
publishers/{publisher}/models/{publisher_model}@{version_id}
Declaration
[JsonProperty("publisherModel")]
public virtual string PublisherModel { get; set; }
Property Value
Type | Description |
---|---|
string |