UpdateOutput
Contains configuration information about one output in a feed. It is used in the UpdateFeed action.
Contents
- name
-
The name start here
Type: String
Pattern:
[a-zA-Z0-9]([a-zA-Z0-9-_]{0,126}[a-zA-Z0-9])?Required: Yes
- outputConfig
-
A typed property for an output in a feed. It is used in the UpdateFeed action. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.
Type: OutputConfig object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- status
-
The status of the output.
Type: String
Valid Values:
ENABLED | DISABLEDRequired: Yes
- description
-
A description of the output.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Pattern:
[\w \-\.',@:;]*Required: No
- fromAssociation
-
This property is set by the service when you add the output to the feed, and indicates how you added the output. True means that you used the AssociateFeed operation. False means that you used the CreateFeed or UpdateFeed operation. Use GetFeed to obtain the value. If the value is True, include this field here with a value of True. If the value is False, omit the field here.
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: