public sealed class ListCustomModelsResponse : IMessage<ListCustomModelsResponse>, IEquatable<ListCustomModelsResponse>, IDeepCloneable<ListCustomModelsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class ListCustomModelsResponse.
Response message for
[SearchTuningService.ListCustomModels][google.cloud.discoveryengine.v1.SearchTuningService.ListCustomModels]
method.
[[["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 page provides documentation for the `ListCustomModelsResponse` class within the Google Cloud Discovery Engine v1 API, specifically for version 1.5.0."],["The `ListCustomModelsResponse` class is the response message type for the `SearchTuningService.ListCustomModels` method, used for listing custom models."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property called `Models`, which is a `RepeatedField` of `CustomTuningModel` objects that represents the list of custom tuning models."],["The latest version available for this API is 1.6.0, with the current page focusing on version 1.5.0, and older versions going back to 1.0.0-beta06 also available."]]],[]]