- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
chat_engine_config
Type: STRUCT
Provider name: chatEngineConfig
Description: Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.
agent_creation_config
STRUCT
agentCreationConfig
business
STRING
business
default_language_code
STRING
defaultLanguageCode
location
STRING
location
time_zone
STRING
timeZone
allow_cross_region
BOOLEAN
allowCrossRegion
allow_cross_region
are one-time consumed by and passed to EngineService.CreateEngine. It means they cannot be retrieved using EngineService.GetEngine or EngineService.ListEngines API after engine creation.dialogflow_agent_to_link
STRING
dialogflowAgentToLink
agent_creation_config
to create agent or provide an agent name that links the agent with the Chat engine. Format: projects//locations//agents/
. Note that the dialogflow_agent_to_link
are one-time consumed by and passed to Dialogflow service. It means they cannot be retrieved using EngineService.GetEngine or EngineService.ListEngines API after engine creation. Use ChatEngineMetadata.dialogflow_agent for actual agent association after Engine is created.chat_engine_metadata
Type: STRUCT
Provider name: chatEngineMetadata
Description: Output only. Additional information of the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT.
dialogflow_agent
STRING
dialogflowAgent
projects//locations//agents/
.common_config
Type: STRUCT
Provider name: commonConfig
Description: Common config spec that specifies the metadata of the engine.
company_name
STRING
companyName
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. Timestamp the Recommendation Engine was created at.
data_store_ids
Type: UNORDERED_LIST_STRING
Provider name: dataStoreIds
Description: Optional. The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations.
disable_analytics
Type: BOOLEAN
Provider name: disableAnalytics
Description: Optional. Whether to disable analytics for searches performed on this engine.
gcp_display_name
Type: STRING
Provider name: displayName
Description: Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters.
industry_vertical
Type: STRING
Provider name: industryVertical
Description: Optional. The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: Vertical on Engine has to match vertical of the DataStore linked to the engine.
Possible values:
INDUSTRY_VERTICAL_UNSPECIFIED
- Value used when unset.GENERIC
- The generic vertical for documents that are not specific to any industry vertical.MEDIA
- The media industry vertical.HEALTHCARE_FHIR
- The healthcare FHIR vertical.labels
Type: UNORDERED_LIST_STRING
media_recommendation_engine_config
Type: STRUCT
Provider name: mediaRecommendationEngineConfig
Description: Configurations for the Media Engine. Only applicable on the data stores with solution_type SOLUTION_TYPE_RECOMMENDATION and IndustryVertical.MEDIA vertical.
engine_features_config
STRUCT
engineFeaturesConfig
most_popular_config
STRUCT
mostPopularConfig
time_window_days
INT64
timeWindowDays
most-popular-items
engine.recommended_for_you_config
STRUCT
recommendedForYouConfig
context_event_type
STRING
contextEventType
generic
, only view-item
, media-play
,and media-complete
will be used as context-event
in engine training. If set to view-home-page
, view-home-page
will also be used as context-events
in addition to view-item
, media-play
, and media-complete
. Currently supported for the recommended-for-you
engine. Currently supported values: view-home-page
, generic
.optimization_objective
STRING
optimizationObjective
cvr
. This field together with optimization_objective describe engine metadata to use to control engine training and serving. Currently supported values: ctr
, cvr
. If not specified, we choose default based on engine type. Default depends on type of recommendation: recommended-for-you
=> ctr
others-you-may-like
=> ctr
optimization_objective_config
STRUCT
optimizationObjectiveConfig
watch-time
, target_field_value must be an integer value indicating the media progress time in seconds between (0, 86400] (excludes 0, includes 86400) (e.g., 90). For target_field watch-percentage
, the target_field_value must be a valid float value between (0, 1.0] (excludes 0, includes 1.0) (e.g., 0.5).target_field
STRING
targetField
watch-percentage
, watch-time
.target_field_value_float
FLOAT
targetFieldValueFloat
training_state
STRING
trainingState
TRAINING
or PAUSED
). Since part of the cost of running the service is frequency of training - this can be used to determine when to train engine in order to control cost. If not specified: the default value for CreateEngine
method is TRAINING
. The default value for UpdateEngine
method is to keep the state the same as before.TRAINING_STATE_UNSPECIFIED
- Unspecified training state.PAUSED
- The engine training is paused.TRAINING
- The engine is training.type
STRING
type
recommended-for-you
. This field together with optimization_objective describe engine metadata to use to control engine training and serving. Currently supported values: recommended-for-you
, others-you-may-like
, more-like-this
, most-popular-items
.name
Type: STRING
Provider name: name
Description: Immutable. Identifier. The fully qualified resource name of the engine. This field must be a UTF-8 encoded string with a length limit of 1024 characters. Format: projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
engine should be 1-63 characters, and valid characters are /a-z0-9*/. Otherwise, an INVALID_ARGUMENT error is returned.
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
search_engine_config
Type: STRUCT
Provider name: searchEngineConfig
Description: Configurations for the Search Engine. Only applicable if solution_type is SOLUTION_TYPE_SEARCH.
search_add_ons
UNORDERED_LIST_STRING
searchAddOns
search_tier
STRING
searchTier
SEARCH_TIER_UNSPECIFIED
- Default value when the enum is unspecified. This is invalid to use.SEARCH_TIER_STANDARD
- Standard tier.SEARCH_TIER_ENTERPRISE
- Enterprise tier.solution_type
Type: STRING
Provider name: solutionType
Description: Required. The solutions of the engine.
Possible values:
SOLUTION_TYPE_UNSPECIFIED
- Default value.SOLUTION_TYPE_RECOMMENDATION
- Used for Recommendations AI.SOLUTION_TYPE_SEARCH
- Used for Discovery Search.SOLUTION_TYPE_CHAT
- Used for use cases related to the Generative AI agent.SOLUTION_TYPE_GENERATIVE_CHAT
- Used for use cases related to the Generative Chat agent. It’s used for Generative chat engine only, the associated data stores must enrolled with SOLUTION_TYPE_CHAT
solution.tags
Type: UNORDERED_LIST_STRING
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. Timestamp the Recommendation Engine was last updated.