Class ExportModelOperationMetadata.Types.ExportModelOutputInfo (2.3.0)

public sealed class ExportModelOutputInfo : IMessage<ExportModelOperationMetadata.Types.ExportModelOutputInfo>, IEquatable<ExportModelOperationMetadata.Types.ExportModelOutputInfo>, IDeepCloneable<ExportModelOperationMetadata.Types.ExportModelOutputInfo>, IBufferMessage, IMessage

Further describes the output of model export. Supplements [ModelExportOutputConfig][google.cloud.automl.v1.ModelExportOutputConfig].

Inheritance

Object > ExportModelOperationMetadata.Types.ExportModelOutputInfo

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

ExportModelOutputInfo()

public ExportModelOutputInfo()

ExportModelOutputInfo(ExportModelOperationMetadata.Types.ExportModelOutputInfo)

public ExportModelOutputInfo(ExportModelOperationMetadata.Types.ExportModelOutputInfo other)
Parameter
NameDescription
otherExportModelOperationMetadata.Types.ExportModelOutputInfo

Properties

GcsOutputDirectory

public string GcsOutputDirectory { get; set; }

The full path of the Google Cloud Storage directory created, into which the model will be exported.

Property Value
TypeDescription
String