Discovery Engine v1 API - Class ListCustomModelsResponse (1.5.0)

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.

Inheritance

object > ListCustomModelsResponse

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

ListCustomModelsResponse()

public ListCustomModelsResponse()

ListCustomModelsResponse(ListCustomModelsResponse)

public ListCustomModelsResponse(ListCustomModelsResponse other)
Parameter
Name Description
other ListCustomModelsResponse

Properties

Models

public RepeatedField<CustomTuningModel> Models { get; }

List of custom tuning models.

Property Value
Type Description
RepeatedFieldCustomTuningModel