@Stability(value=Stable) public static final class CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnModelExplainabilityJobDefinition.EndpointInputProperty>
| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder endpointName(String endpointName)
endpointName - An endpoint in customer's account which has enabled `DataCaptureConfig` enabled. This parameter is required.this@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder localPath(String localPath)
CfnModelExplainabilityJobDefinition.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 CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder featuresAttribute(String featuresAttribute)
featuresAttribute - The attributes of the input data that are the input features.this@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder inferenceAttribute(String inferenceAttribute)
inferenceAttribute - The attribute of the input data that represents the ground truth label.this@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder probabilityAttribute(String probabilityAttribute)
CfnModelExplainabilityJobDefinition.EndpointInputProperty.getProbabilityAttribute()probabilityAttribute - In a classification problem, the attribute that represents the class probability.this@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder s3DataDistributionType(String s3DataDistributionType)
CfnModelExplainabilityJobDefinition.EndpointInputProperty.getS3DataDistributionType()s3DataDistributionType - Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
Defaults to FullyReplicatedthis@Stability(value=Stable) public CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder s3InputMode(String s3InputMode)
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 CfnModelExplainabilityJobDefinition.EndpointInputProperty build()
build in interface software.amazon.jsii.Builder<CfnModelExplainabilityJobDefinition.EndpointInputProperty>CfnModelExplainabilityJobDefinition.EndpointInputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.