Lines Matching full:engine
34 // [Engine][google.cloud.discoveryengine.v1alpha.Engine].
35 message Engine { message
37 type: "discoveryengine.googleapis.com/Engine"
38 pattern: "projects/{project}/locations/{location}/collections/{collection}/engines/{engine}"
41 // Configurations for a Search Engine.
43 // The search feature tier of this engine.
53 // The add-on that this search engine enables.
57 // Additional config specs for a `similar-items` engine.
60 // Additional config specs for a Media Recommendation engine.
73 // The training state of the engine.
78 // The engine training is paused.
81 // The engine is training.
85 // Required. The type of engine. e.g., `recommended-for-you`.
88 // [optimization_objective][Engine.optimization_objective] describe engine
89 // metadata to use to control engine training and serving.
98 …// [optimization_objective][google.cloud.discoveryengine.v1alpha.Engine.MediaRecommendationEngineC…
99 // describe engine metadata to use to control engine training and serving.
104 // If not specified, we choose default based on engine type.
121 // The training state that the engine is in (e.g.
126 // engine in order to control cost. If not specified: the default value for
132 // Configurations for a Chat Engine.
141 // API after engine creation.
160 // If not provided, us Engine will create Agent using us-central-1 by
161 // default; eu Engine will create Agent using eu-west-1 by default.
166 // this Engine.
173 // API after engine creation.
177 // Engine. Customers can either provide `agent_creation_config` to create
178 // agent or provide an agent name that links the agent with the Chat engine.
188 // API after engine creation. Use
189 …// [ChatEngineMetadata.dialogflow_agent][google.cloud.discoveryengine.v1alpha.Engine.ChatEngineMet…
190 // for actual agent association after Engine is created.
194 // Common configurations for an Engine.
197 // with the engine. Setting this may help improve LLM related features.
201 // Additional information of a recommendation engine.
203 // The serving state of the recommendation engine.
208 // The engine is not serving.
211 // The engine is serving and can be queried.
214 // The engine is trained on tuned hyperparameters and can be
219 // Describes whether this engine have sufficient training data
225 // The engine has sufficient training data.
228 // The engine does not have sufficient training data. Error
233 // Output only. The serving state of the engine: `ACTIVE`, `NOT_ACTIVE`.
236 // Output only. The state of data requirements for this engine: `DATA_OK`
239 // Engine cannot be trained if the data is in
240 // `DATA_ERROR` state. Engine can have `DATA_ERROR` state even
242 // but cannot be refreshed because the underlying engine no longer has
251 // Output only. The latest tune operation id associated with the engine.
255 // ongoing tune for this engine. To check the operation status, send the
256 // GetOperation request with this operation id in the engine resource
257 // format. If no tuning has happened for this engine, the string is empty.
261 // Additional information of a Chat Engine.
264 // The resource name of a Dialogflow agent, that this Chat Engine refers
272 // Additional config specs that defines the behavior of the engine.
274 // Additional config specs for a `similar-items` engine.
277 // Configurations for the Chat Engine. Only applicable if
278 // [solution_type][google.cloud.discoveryengine.v1alpha.Engine.solution_type]
283 // Configurations for the Search Engine. Only applicable if
284 // [solution_type][google.cloud.discoveryengine.v1alpha.Engine.solution_type]
289 // Configurations for the Media Engine. Only applicable on the data
291 // [solution_type][google.cloud.discoveryengine.v1alpha.Engine.solution_type]
299 // Engine metadata to monitor the status of the engine.
301 // Output only. Additional information of a recommendation engine. Only
303 // [solution_type][google.cloud.discoveryengine.v1alpha.Engine.solution_type]
309 // Output only. Additional information of the Chat Engine. Only applicable
311 // [solution_type][google.cloud.discoveryengine.v1alpha.Engine.solution_type]
318 // Immutable. The fully qualified resource name of the engine.
324 // `projects/{project_number}/locations/{location}/collections/{collection}/engines/{engine}`
325 // engine should be 1-63 characters, and valid characters are
329 // Required. The display name of the engine. Should be human readable. UTF-8
333 // Output only. Timestamp the Recommendation Engine was created at.
337 // Output only. Timestamp the Recommendation Engine was last updated.
341 // The data stores associated with this engine.
350 // [solution_type][google.cloud.discoveryengine.v1alpha.Engine.solution_type]
363 // Required. The solutions of the engine.
366 // The industry vertical that the engine registers.
367 // The restriction of the Engine industry vertical is based on
369 // unspecified, default to `GENERIC`. Vertical on Engine has to match vertical
370 // of the DataStore liniked to the engine.
373 // Common config spec that specifies the metadata of the engine.