NlpSemanticParsingModelsRecurrence

NLPInfrastructure

GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrence

2
out of 10
Low
SEO Impact
Recurrence rule for specifying date- and time-based repetition for tasks. Next id: 12.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Nlp Semantic Parsing Models Recurrence) contains 11 attributes that define its data structure. Key functionality includes: Optional. Specifies when in the day the task should occur. Applies to all frequencies DAILY and greater. If absent, the repeating tasks are considered...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

11
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceDailyPattern.t

Optional. Specifies when in the day the task should occur. Applies to all frequencies DAILY and greater. If absent, the repeating tasks are considered "all day" type.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingAnnotationEvalData.t

This field of the Recurrence message should not in general be used by outside clients of the grammar. It is intended to be used internally in Aqua for evaluation purposes. The rationale is that token counts depend on the particular tokenization used in Aqua which may be different from the one used by the client and may change from time to time. Outside clients should not create a dependency on the current tokenization used in Aqua.

everyinteger(
Default: nil

Multiplier on the frequency of the recurrence. Use this to specify patterns that recur every X days, months, years, etc. Example: [remind me to call mom every 2nd week]. Default is 1 (every day, every month, every year). Floating point numbers are understood and rounded to the nearest integer. E.g. "every 2.8 months" => (every 3)

frequencystring
Default: nilFull type: String.t

Required. The high-level frequency of the recurrence.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceMonthlyPattern.t

Specify a monthly recurrence. Valid and required for MONTHLY frequencies only.

numInstancesInFrequencyinteger(
Default: nil

How many times the task should be repeated within the frequency interval. Floating point numbers are understood and rounded to the nearest integer. E.g. "3.8 times per week" => (num_instances_in_frequency 4)

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceRecurrenceEnd.t

Required. The end condition for the recurrence.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceRecurrenceStart.t

Required. The start of the recurrence.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingDatetimeDateTime.t

Optional time included with some types of recurrence phrases, such as "every morning".

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceWeeklyPattern.t

Specify a weekly recurrence. Valid and required for WEEKLY frequencies only.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.NlpSemanticParsingModelsRecurrenceYearlyPattern.t

Specify a yearly recurrence. Valid only for YEARLY frequencies.