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 document provides reference documentation for the `ListCustomModelsResponse` class within the Google Cloud Discovery Engine v1 API."],["`ListCustomModelsResponse` is the response message for the `SearchTuningService.ListCustomModels` method and is part of the `Google.Cloud.DiscoveryEngine.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `ListCustomModelsResponse` class includes a `Models` property, which is a list of `CustomTuningModel` objects, representing custom tuning models."],["The current document version refers to `1.4.0` however it should be noted there are multiple other versions available including the latest `1.6.0`."]]],[]]