@Stability(value=Stable) public static final class CfnModelBiasJobDefinition.EndpointInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelBiasJobDefinition.EndpointInputProperty>
CfnModelBiasJobDefinition.EndpointInputProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnModelBiasJobDefinition.EndpointInputProperty.Builder endpointName(String endpointName)
CfnModelBiasJobDefinition.EndpointInputProperty.getEndpointName()endpointName - An endpoint in customer's account which has enabled `DataCaptureConfig` enabled. This parameter is required.this@Stability(value=Stable) public CfnModelBiasJobDefinition.EndpointInputProperty.Builder localPath(String localPath)
CfnModelBiasJobDefinition.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 CfnModelBiasJobDefinition.EndpointInputProperty.Builder endTimeOffset(String endTimeOffset)
CfnModelBiasJobDefinition.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 CfnModelBiasJobDefinition.EndpointInputProperty.Builder featuresAttribute(String featuresAttribute)
CfnModelBiasJobDefinition.EndpointInputProperty.getFeaturesAttribute()featuresAttribute - The attributes of the input data that are the input features.this@Stability(value=Stable) public CfnModelBiasJobDefinition.EndpointInputProperty.Builder inferenceAttribute(String inferenceAttribute)
CfnModelBiasJobDefinition.EndpointInputProperty.getInferenceAttribute()inferenceAttribute - The attribute of the input data that represents the ground truth label.this@Stability(value=Stable) public CfnModelBiasJobDefinition.EndpointInputProperty.Builder probabilityAttribute(String probabilityAttribute)
probabilityAttribute - In a classification problem, the attribute that represents the class probability.this@Stability(value=Stable) public CfnModelBiasJobDefinition.EndpointInputProperty.Builder probabilityThresholdAttribute(Number probabilityThresholdAttribute)
CfnModelBiasJobDefinition.EndpointInputProperty.getProbabilityThresholdAttribute()probabilityThresholdAttribute - The threshold for the class probability to be evaluated as a positive result.this@Stability(value=Stable) public CfnModelBiasJobDefinition.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 CfnModelBiasJobDefinition.EndpointInputProperty.Builder s3InputMode(String s3InputMode)
CfnModelBiasJobDefinition.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 CfnModelBiasJobDefinition.EndpointInputProperty.Builder startTimeOffset(String startTimeOffset)
CfnModelBiasJobDefinition.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 CfnModelBiasJobDefinition.EndpointInputProperty build()
build in interface software.amazon.jsii.Builder<CfnModelBiasJobDefinition.EndpointInputProperty>CfnModelBiasJobDefinition.EndpointInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.