MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsEndpointInput class
Constructors
-
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsEndpointInput({Input<String?>? endTimeOffset, required Input<String> endpointName, 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 MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsEndpointInput.
endTimeOffset Monitoring jobs subtract this time from the end time.
endpointName Endpoint in customer's account which has enabled DataCaptureConfig.
excludeFeaturesAttribute Attributes of the input data to exclude from the analysis.
featuresAttribute Attributes of the input data that are the input features.
inferenceAttribute Attribute of the input data that represents the ground truth label.
localPath Path to the filesystem where the endpoint data is available to the container.
probabilityAttribute In a classification problem, the attribute that represents the class probability.
probabilityThresholdAttribute Threshold for the class probability to be evaluated as a positive result.
s3DataDistributionType Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Valid values: FullyReplicated, ShardedByS3Key.
s3InputMode Input mode for transferring data for the monitoring job. Valid values: Pipe, File.
startTimeOffset Monitoring jobs subtract this time from the start time.
const
-
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsEndpointInput.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
endpointName
→ Input<String>
-
Endpoint in customer's account which has enabled
DataCaptureConfig.
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 endpoint 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