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."],[[["This webpage details the `ExportModelOutputInfo` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 2.5.0."],["The `ExportModelOutputInfo` class is used to describe the output of a model export, supplementing `ModelExportOutputConfig`."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides a constructor that accepts another `ExportModelOutputInfo` instance for creating a new object, as well as a default constructor."],["The class contains one property, `GcsOutputDirectory`, which is a string representing the full path to the Google Cloud Storage directory where the model will be exported."]]],[]]