Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ListCustomModelsResponse.
Response message for SearchTuningService.ListCustomModels method.
Generated from protobuf message google.cloud.discoveryengine.v1.ListCustomModelsResponse
Namespace
Google \ Cloud \ DiscoveryEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ models |
array<Google\Cloud\DiscoveryEngine\V1\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\V1\CustomTuningModel>
|
Returns | |
---|---|
Type | Description |
$this |