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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `ExportModelOutputInfo` class provides details on the output of a model export operation within the Google Cloud AutoML V1 library."],["This class is part of the `Google.Cloud.AutoML.V1` namespace and is found in the `Google.Cloud.AutoML.V1.dll` assembly, and it is implemented through various interfaces such as `IMessage` and `IEquatable`."],["The `ExportModelOutputInfo` class has two constructors: a default one and another that takes an `ExportModelOperationMetadata.Types.ExportModelOutputInfo` object as a parameter."],["It includes a `GcsOutputDirectory` property, which specifies the Google Cloud Storage path where the model will be exported."],["Version 3.4.0 is the latest version available, with versions ranging from 2.2.0 up to 3.4.0 available."]]],[]]