Cloud AI Platform v1 API - Class ExportModelRequest (2.26.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class ExportModelRequest.

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. The resource name may contain version id or version alias to specify the version, if no version is specified, the default version will be exported.

Property Value
TypeDescription
string

OutputConfig

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

Required. The desired output location and configuration.

Property Value
TypeDescription
ExportModelRequestTypesOutputConfig