AWS::SageMaker::EndpointConfig CaptureOption
Specifies whether the endpoint captures input data or output data.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CaptureMode" :
String
}
YAML
CaptureMode:
String
Properties
CaptureMode
-
Specifies whether the endpoint captures input data or output data.
Required: Yes
Type: String
Allowed values:
Input | Output | InputAndOutput
Update requires: Replacement