Resource: LabsExperiment
The LabsExperiment resource, contains the metadata of an experiment.
JSON representation |
---|
{
"name": string,
"description": string,
"category": enum ( |
Fields | |
---|---|
name |
Identifier. The unique name of the Experiment. |
description |
Output only. The description of the Experiment. |
category |
Output only. The category of the experiment. (e.g. Detections, Search) |
createTime |
Output only. The time the experiment was created, also used as a Release Date. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time the experiment was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
expiryTime |
Output only. The time the experiment expires, UI representation only. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
metadata |
Output only. Metadata for the experiment, such as image. |
timeout |
Output only. Timeout for the entire experiment execution A duration in seconds with up to nine fractional digits, ending with ' |
uiSchema |
Output only. The UI schema of the experiment defining the experiment page. |
enabled |
Optional. Whether the experiment is enabled. |
Category
The category in the product the experiment is in. e.g. "Detections", "Search", "Response", "Data Management"
Enums | |
---|---|
CATEGORY_UNSPECIFIED |
The category is unspecified. |
DETECTIONS |
Detection category. |
SEARCH |
Search category. |
RESPONSE |
Response category. |
DATA_MANAGEMENT |
Data Management category. |
Methods |
|
---|---|
|
Executes a LabsExperiment. |
|
Gets a LabExperiment. |
|
Lists LabsExperiments. |
|
Update a LabsExperiment. |