Class ExportModelRequest (1.8.0)

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

Request message for [ModelService.ExportModel][google.cloud.aiplatform.v1.ModelService.ExportModel].

Inheritance

Object > ExportModelRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExportModelRequest()

public ExportModelRequest()

ExportModelRequest(ExportModelRequest)

public ExportModelRequest(ExportModelRequest other)
Parameter
NameDescription
otherExportModelRequest

Properties

ModelName

public ModelName ModelName { get; set; }

ModelName-typed view over the Name resource name property.

Property Value
TypeDescription
ModelName

Name

public string Name { get; set; }

Required. The resource name of the Model to export.

Property Value
TypeDescription
String

OutputConfig

public ExportModelRequest.Types.OutputConfig OutputConfig { get; set; }

Required. The desired output location and configuration.

Property Value
TypeDescription
ExportModelRequest.Types.OutputConfig