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 document describes `ExportModelOutputInfo`, which provides details about the output of a model export operation in the Google Cloud AutoML V1 library."],["The latest version of the API is 3.4.0, and the page also contains links to documentation for various previous versions dating back to 2.2.0, allowing users to view the API's progression."],["`ExportModelOutputInfo` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["It includes a constructor for creating a new `ExportModelOutputInfo` instance, or one from an existing instance, and it offers a `GcsOutputDirectory` property to specify where the exported model will be stored in Google Cloud Storage."]]],[]]