public sealed class ExportModelOperationMetadata.Types.ExportModelOutputInfo : IMessage<ExportModelOperationMetadata.Types.ExportModelOutputInfo>, IEquatable<ExportModelOperationMetadata.Types.ExportModelOutputInfo>, IDeepCloneable<ExportModelOperationMetadata.Types.ExportModelOutputInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ExportModelOperationMetadata.Types.ExportModelOutputInfo.
Further describes the output of model export. Supplements [ModelExportOutputConfig][google.cloud.automl.v1.ModelExportOutputConfig].
Implements
IMessageExportModelOperationMetadataTypesExportModelOutputInfo, IEquatableExportModelOperationMetadataTypesExportModelOutputInfo, IDeepCloneableExportModelOperationMetadataTypesExportModelOutputInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ExportModelOutputInfo()
public ExportModelOutputInfo()
ExportModelOutputInfo(ExportModelOutputInfo)
public ExportModelOutputInfo(ExportModelOperationMetadata.Types.ExportModelOutputInfo other)
Parameter | |
---|---|
Name | Description |
other |
ExportModelOperationMetadataTypesExportModelOutputInfo |
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 | |
---|---|
Type | Description |
string |