- 필수 기능
- 시작하기
- 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
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. Timestamp when this Featurestore was created.
encryption_spec
Type: STRUCT
Provider name: encryptionSpec
Description: Optional. Customer-managed encryption key spec for data storage. If set, both of the online and offline data storage will be secured by this key.
kms_key_name
STRING
kmsKeyName
projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key
. The key needs to be in the same region as where the compute resource is created.etag
Type: STRING
Provider name: etag
Description: Optional. Used to perform consistent read-modify-write updates. If not set, a blind “overwrite” update happens.
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: Output only. Name of the Featurestore. Format: projects/{project}/locations/{location}/featurestores/{featurestore}
online_serving_config
Type: STRUCT
Provider name: onlineServingConfig
Description: Optional. Config for online storage resources. The field should not co-exist with the field of OnlineStoreReplicationConfig
. If both of it and OnlineStoreReplicationConfig are unset, the feature store will not have an online store and cannot be used for online serving.
fixed_node_count
INT32
fixedNodeCount
scaling
STRUCT
scaling
fixed_node_count
and scaling
can be set. Setting one will reset the other.cpu_utilization_target
INT32
cpuUtilizationTarget
max_node_count
INT32
maxNodeCount
min_node_count
INT32
minNodeCount
online_storage_ttl_days
Type: INT32
Provider name: onlineStorageTtlDays
Description: Optional. TTL in days for feature values that will be stored in online serving storage. The Feature Store online storage periodically removes obsolete feature values older than online_storage_ttl_days
since the feature generation time. Note that online_storage_ttl_days
should be less than or equal to offline_storage_ttl_days
for each EntityType under a featurestore. If not set, default to 4000 days
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
resource_name
Type: STRING
satisfies_pzi
Type: BOOLEAN
Provider name: satisfiesPzi
Description: Output only. Reserved for future use.
satisfies_pzs
Type: BOOLEAN
Provider name: satisfiesPzs
Description: Output only. Reserved for future use.
state
Type: STRING
Provider name: state
Description: Output only. State of the featurestore.
Possible values:
STATE_UNSPECIFIED
- Default value. This value is unused.STABLE
- State when the featurestore configuration is not being updated and the fields reflect the current configuration of the featurestore. The featurestore is usable in this state.UPDATING
- The state of the featurestore configuration when it is being updated. During an update, the fields reflect either the original configuration or the updated configuration of the featurestore. For example, online_serving_config.fixed_node_count
can take minutes to update. While the update is in progress, the featurestore is in the UPDATING state, and the value of fixed_node_count
can be the original value or the updated value, depending on the progress of the operation. Until the update completes, the actual number of nodes can still be the original value of fixed_node_count
. The featurestore is still usable in this state.tags
Type: UNORDERED_LIST_STRING
update_time
Type: TIMESTAMP
Provider name: updateTime
Description: Output only. Timestamp when this Featurestore was last updated.