Class: Google::Cloud::DiscoveryEngine::V1::ListCustomModelsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ListCustomModelsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/search_tuning_service.rb
Overview
Response message for SearchTuningService.ListCustomModels method.
Instance Attribute Summary collapse
-
#models ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::CustomTuningModel>
List of custom tuning models.
Instance Attribute Details
#models ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::CustomTuningModel>
Returns List of custom tuning models.
44 45 46 47 |
# File 'proto_docs/google/cloud/discoveryengine/v1/search_tuning_service.rb', line 44 class ListCustomModelsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |