Google AutoML v1 API - Class ExportModelRequest (3.3.0)

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

Reference documentation and code samples for the Google AutoML v1 API class ExportModelRequest.

Request message for [AutoMl.ExportModel][google.cloud.automl.v1.AutoMl.ExportModel]. Models need to be enabled for exporting, otherwise an error code will be returned.

Inheritance

object > ExportModelRequest

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.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 ModelExportOutputConfig OutputConfig { get; set; }

Required. The desired output location and configuration.

Property Value
TypeDescription
ModelExportOutputConfig