EndpointInput constructor

EndpointInput({
  1. required String endpointName,
  2. required String localPath,
  3. String? endTimeOffset,
  4. String? featuresAttribute,
  5. String? inferenceAttribute,
  6. String? probabilityAttribute,
  7. double? probabilityThresholdAttribute,
  8. ProcessingS3DataDistributionType? s3DataDistributionType,
  9. ProcessingS3InputMode? s3InputMode,
  10. 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,
});