MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInput class
Constructors
-
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInput({required Input<
String> dataCapturedDestinationS3Uri, required Input<MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInputDatasetFormat> datasetFormat, Input<String?> ? endTimeOffset, Input<String?> ? excludeFeaturesAttribute, Input<String?> ? featuresAttribute, Input<String?> ? inferenceAttribute, required Input<String> localPath, Input<String?> ? probabilityAttribute, Input<double?> ? probabilityThresholdAttribute, Input<String?> ? s3DataDistributionType, Input<String?> ? s3InputMode, Input<String?> ? startTimeOffset}) -
Creates a new MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInput.
dataCapturedDestinationS3UriAmazon S3 location being used to capture the data.datasetFormatDataset format for the batch transform job. Fields are documented below.endTimeOffsetMonitoring jobs subtract this time from the end time.excludeFeaturesAttributeAttributes of the input data to exclude from the analysis.featuresAttributeAttributes of the input data that are the input features.inferenceAttributeAttribute of the input data that represents the ground truth label.localPathPath to the filesystem where the batch transform data is available to the container.probabilityAttributeIn a classification problem, the attribute that represents the class probability.probabilityThresholdAttributeThreshold for the class probability to be evaluated as a positive result.s3DataDistributionTypeWhether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Valid values:FullyReplicated,ShardedByS3Key.s3InputModeInput mode for transferring data for the monitoring job. Valid values:Pipe,File.startTimeOffsetMonitoring jobs subtract this time from the start time.const -
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInput.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
dataCapturedDestinationS3Uri
→ Input<
String> -
Amazon S3 location being used to capture the data.
final
-
datasetFormat
→ Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInputDatasetFormat> -
Dataset format for the batch transform job. Fields are documented below.
final
-
endTimeOffset
→ Input<
String?> ? -
Monitoring jobs subtract this time from the end time.
final
-
excludeFeaturesAttribute
→ Input<
String?> ? -
Attributes of the input data to exclude from the analysis.
final
-
featuresAttribute
→ Input<
String?> ? -
Attributes of the input data that are the input features.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inferenceAttribute
→ Input<
String?> ? -
Attribute of the input data that represents the ground truth label.
final
-
localPath
→ Input<
String> -
Path to the filesystem where the batch transform data is available to the container.
final
-
probabilityAttribute
→ Input<
String?> ? -
In a classification problem, the attribute that represents the class probability.
final
-
probabilityThresholdAttribute
→ Input<
double?> ? -
Threshold for the class probability to be evaluated as a positive result.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3DataDistributionType
→ Input<
String?> ? -
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Valid values:
FullyReplicated,ShardedByS3Key.final -
s3InputMode
→ Input<
String?> ? -
Input mode for transferring data for the monitoring job. Valid values:
Pipe,File.final -
startTimeOffset
→ Input<
String?> ? -
Monitoring jobs subtract this time from the start time.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited