Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1ExportPublisherModelResponse

Response message for ModelGardenService.ExportPublisherModel.

Inheritance
object
GoogleCloudAiplatformV1beta1ExportPublisherModelResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX