This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SageMaker::ProcessingJob ProcessingOutputsObject
Describes the results of a processing job. The processing output must specify exactly
one of either S3Output
or FeatureStoreOutput
types.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AppManaged" :
Boolean
, "FeatureStoreOutput" :FeatureStoreOutput
, "OutputName" :String
, "S3Output" :S3Output
}
YAML
AppManaged:
Boolean
FeatureStoreOutput:FeatureStoreOutput
OutputName:String
S3Output:S3Output
Properties
AppManaged
-
When
True
, output operations such as data upload are managed natively by the processing job application. WhenFalse
(default), output operations are managed by Amazon SageMaker.Required: No
Type: Boolean
Update requires: Replacement
FeatureStoreOutput
-
Configuration for processing job outputs in Amazon SageMaker Feature Store.
Required: No
Type: FeatureStoreOutput
Update requires: Replacement
OutputName
-
The name for the processing job output.
Required: Yes
Type: String
Update requires: Replacement
S3Output
-
Configuration for uploading output data to Amazon S3 from the processing container.
Required: No
Type: S3Output
Update requires: Replacement