Vertex AI v1beta1 API - Class ExportPublisherModelRequest (1.0.0-beta23)

public sealed class ExportPublisherModelRequest : IMessage<ExportPublisherModelRequest>, IEquatable<ExportPublisherModelRequest>, IDeepCloneable<ExportPublisherModelRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class ExportPublisherModelRequest.

Request message for [ModelGardenService.ExportPublisherModel][google.cloud.aiplatform.v1beta1.ModelGardenService.ExportPublisherModel].

Inheritance

object > ExportPublisherModelRequest

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

ExportPublisherModelRequest()

public ExportPublisherModelRequest()

ExportPublisherModelRequest(ExportPublisherModelRequest)

public ExportPublisherModelRequest(ExportPublisherModelRequest other)
Parameter
Name Description
other ExportPublisherModelRequest

Properties

Destination

public GcsDestination Destination { get; set; }

Required. The target where we are exporting the model weights to

Property Value
Type Description
GcsDestination

Name

public string Name { get; set; }

Required. 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

Parent

public string Parent { get; set; }

Required. The Location to export the model weights from Format: projects/{project}/locations/{location}

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName