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
System.Object
ExportModelRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ExportModelRequest : IMessage<ExportModelRequest>, IEquatable<ExportModelRequest>, IDeepCloneable<ExportModelRequest>, IBufferMessage, IMessage
Constructors
ExportModelRequest()
Declaration
public ExportModelRequest()
ExportModelRequest(ExportModelRequest)
Declaration
public ExportModelRequest(ExportModelRequest other)
Parameters
Type | Name | Description |
---|---|---|
ExportModelRequest | other |
Properties
ModelName
Declaration
public ModelName ModelName { get; set; }
Property Value
Type | Description |
---|---|
ModelName |
Name
Required. The resource name of the model to export.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OutputConfig
Required. The desired output location and configuration.
Declaration
public ModelExportOutputConfig OutputConfig { get; set; }
Property Value
Type | Description |
---|---|
ModelExportOutputConfig |