@Stability(value=Stable) public static final class CfnModelQualityJobDefinition.EndpointInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelQualityJobDefinition.EndpointInputProperty>
CfnModelQualityJobDefinition.EndpointInputProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder endpointName(String endpointName)
CfnModelQualityJobDefinition.EndpointInputProperty.getEndpointName()endpointName - An endpoint in customer's account which has enabled `DataCaptureConfig` enabled. This parameter is required.this@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder localPath(String localPath)
CfnModelQualityJobDefinition.EndpointInputProperty.getLocalPath()localPath - Path to the filesystem where the endpoint data is available to the container. This parameter is required.this@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder endTimeOffset(String endTimeOffset)
CfnModelQualityJobDefinition.EndpointInputProperty.getEndTimeOffset()endTimeOffset - If specified, monitoring jobs substract this time from the end time.
For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs .this@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder inferenceAttribute(String inferenceAttribute)
inferenceAttribute - The attribute of the input data that represents the ground truth label.this@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder probabilityAttribute(String probabilityAttribute)
probabilityAttribute - In a classification problem, the attribute that represents the class probability.this@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder probabilityThresholdAttribute(Number probabilityThresholdAttribute)
CfnModelQualityJobDefinition.EndpointInputProperty.getProbabilityThresholdAttribute()probabilityThresholdAttribute - The threshold for the class probability to be evaluated as a positive result.this@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder s3DataDistributionType(String s3DataDistributionType)
s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
Defaults to FullyReplicatedthis@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder s3InputMode(String s3InputMode)
CfnModelQualityJobDefinition.EndpointInputProperty.getS3InputMode()s3InputMode - Whether the `Pipe` or `File` is used as the input mode for transferring data for the monitoring job.
Pipe mode is recommended for large datasets. File mode is useful for small files that fit in memory. Defaults to File .this@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty.Builder startTimeOffset(String startTimeOffset)
CfnModelQualityJobDefinition.EndpointInputProperty.getStartTimeOffset()startTimeOffset - If specified, monitoring jobs substract this time from the start time.
For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs .this@Stability(value=Stable) public CfnModelQualityJobDefinition.EndpointInputProperty build()
build in interface software.amazon.jsii.Builder<CfnModelQualityJobDefinition.EndpointInputProperty>CfnModelQualityJobDefinition.EndpointInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.