Resource: ExclusionWindow
A period during which experiments are not supposed to run.
| JSON representation |
|---|
{ "name": string, "description": string, "duration": string, "startTime": string, "endTime": string } |
| Fields | |
|---|---|
name |
Identifier. The resource name of the exclusion window. Format: |
description |
Optional. Optional user-provided description. Min length 0. Max length 2000. |
duration |
Required. How long the exclusion window lasts once started. A duration in seconds with up to nine fractional digits, ending with ' |
startTime |
Output only. When the exclusion window started, or empty if it has not been started. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime |
Output only. When the exclusion window ends, or empty if it has not been started. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Methods |
|
|---|---|
|
Creates a new exclusion window. |
|
Deletes an exclusion window. |
|
Get the details of an exclusion window. |
|
Lists all exclusion windows in a project and region, or all exclusion windows in a project in all regions if the location is given as "-". |
|
Updates an exclusion window. |
|
Starts or restarts an existing exclusion window. |
|
Stops an active exclusion window. |