public sealed class ListCustomModelsResponse : IMessage<ListCustomModelsResponse>, IEquatable<ListCustomModelsResponse>, IDeepCloneable<ListCustomModelsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ListCustomModelsResponse.
Response message for
[SearchTuningService.ListCustomModels][google.cloud.discoveryengine.v1beta.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 documentation details the `ListCustomModelsResponse` class, which is part of the Google Cloud Discovery Engine v1beta API, specifically for version 1.0.0-beta17."],["`ListCustomModelsResponse` serves as the response message for the `SearchTuningService.ListCustomModels` method within the API."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are crucial for its functionality."],["The class contains a `Models` property, which is of type `RepeatedField\u003cCustomTuningModel\u003e` and represents the list of custom tuning models."],["It has two constructors, a parameterless one `ListCustomModelsResponse()`, and a copy constructor `ListCustomModelsResponse(ListCustomModelsResponse other)`."]]],[]]