Google Cloud Discovery Engine V1beta Client - Class ListCustomModelsResponse (0.11.3)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ListCustomModelsResponse.

Response message for SearchTuningService.ListCustomModels method.

Generated from protobuf message google.cloud.discoveryengine.v1beta.ListCustomModelsResponse

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ models array<Google\Cloud\DiscoveryEngine\V1beta\CustomTuningModel>

List of custom tuning models.

getModels

List of custom tuning models.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setModels

List of custom tuning models.

Parameter
Name Description
var array<Google\Cloud\DiscoveryEngine\V1beta\CustomTuningModel>
Returns
Type Description
$this