EndpointInput constructor
EndpointInput({
- required String endpointName,
- required String localPath,
- String? endTimeOffset,
- String? featuresAttribute,
- String? inferenceAttribute,
- String? probabilityAttribute,
- double? probabilityThresholdAttribute,
- ProcessingS3DataDistributionType? s3DataDistributionType,
- ProcessingS3InputMode? s3InputMode,
- String? startTimeOffset,
Implementation
EndpointInput({
required this.endpointName,
required this.localPath,
this.endTimeOffset,
this.featuresAttribute,
this.inferenceAttribute,
this.probabilityAttribute,
this.probabilityThresholdAttribute,
this.s3DataDistributionType,
this.s3InputMode,
this.startTimeOffset,
});