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-04-17 UTC."],[[["This webpage details the `ExportModelOutputInfo` class, which outlines the output information for model exports in the Google Cloud AutoML V1 API."],["The `ExportModelOutputInfo` class is part of the `Google.Cloud.AutoML.V1` namespace and is implemented within the `Google.Cloud.AutoML.V1.dll` assembly."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["The class features a `GcsOutputDirectory` property, a string that holds the full path to the Google Cloud Storage directory where the exported model is located."],["The page covers multiple versions of the reference material, from 2.2.0 to 3.4.0(latest)."]]],[]]