Configuration for an InsightType.
JSON representation |
---|
{
"name": string,
"insightTypeGenerationConfig": {
object ( |
Fields | |
---|---|
name |
Name of insight type config. Eg, projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/config |
insightTypeGenerationConfig |
InsightTypeGenerationConfig which configures the generation of insights for this insight type. |
etag |
Fingerprint of the InsightTypeConfig. Provides optimistic locking when updating. |
updateTime |
Last time when the config was updated. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
revisionId |
Output only. Immutable. The revision ID of the config. A new revision is committed whenever the config is changed in any way. The format is an 8-character hexadecimal string. |
annotations |
Allows clients to store small amounts of arbitrary data. Annotations must follow the Kubernetes syntax. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between. An object containing a list of |
displayName |
A user-settable field to provide a human-readable name to be used in user interfaces. |
InsightTypeGenerationConfig
A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.
JSON representation |
---|
{ "params": { object } } |
Fields | |
---|---|
params |
Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes. |