ProcessingOutput constructor
ProcessingOutput({
- required String outputName,
- bool? appManaged,
- ProcessingFeatureStoreOutput? featureStoreOutput,
- ProcessingS3Output? s3Output,
Implementation
ProcessingOutput({
required this.outputName,
this.appManaged,
this.featureStoreOutput,
this.s3Output,
});