public static final class CfnModelExplainabilityJobDefinition.EndpointInputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelExplainabilityJobDefinition.EndpointInputProperty
CfnModelExplainabilityJobDefinition.EndpointInputProperty
CfnModelExplainabilityJobDefinition.EndpointInputProperty.Builder, CfnModelExplainabilityJobDefinition.EndpointInputProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEndpointName()
An endpoint in customer's account which has enabled `DataCaptureConfig` enabled.
|
java.lang.String |
getFeaturesAttribute()
The attributes of the input data that are the input features.
|
java.lang.String |
getInferenceAttribute()
The attribute of the input data that represents the ground truth label.
|
java.lang.String |
getLocalPath()
Path to the filesystem where the endpoint data is available to the container.
|
java.lang.String |
getProbabilityAttribute()
In a classification problem, the attribute that represents the class probability.
|
java.lang.String |
getS3DataDistributionType()
Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
java.lang.String |
getS3InputMode()
Whether the `Pipe` or `File` is used as the input mode for transferring data for the monitoring job.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEndpointName()
CfnModelExplainabilityJobDefinition.EndpointInputProperty
getEndpointName
in interface CfnModelExplainabilityJobDefinition.EndpointInputProperty
public final java.lang.String getLocalPath()
CfnModelExplainabilityJobDefinition.EndpointInputProperty
getLocalPath
in interface CfnModelExplainabilityJobDefinition.EndpointInputProperty
public final java.lang.String getFeaturesAttribute()
CfnModelExplainabilityJobDefinition.EndpointInputProperty
getFeaturesAttribute
in interface CfnModelExplainabilityJobDefinition.EndpointInputProperty
public final java.lang.String getInferenceAttribute()
CfnModelExplainabilityJobDefinition.EndpointInputProperty
getInferenceAttribute
in interface CfnModelExplainabilityJobDefinition.EndpointInputProperty
public final java.lang.String getProbabilityAttribute()
CfnModelExplainabilityJobDefinition.EndpointInputProperty
getProbabilityAttribute
in interface CfnModelExplainabilityJobDefinition.EndpointInputProperty
public final java.lang.String getS3DataDistributionType()
CfnModelExplainabilityJobDefinition.EndpointInputProperty
Defaults to FullyReplicated
getS3DataDistributionType
in interface CfnModelExplainabilityJobDefinition.EndpointInputProperty
public final java.lang.String getS3InputMode()
CfnModelExplainabilityJobDefinition.EndpointInputProperty
Pipe
mode is recommended for large datasets. File
mode is useful for small files that fit in memory. Defaults to File
.
getS3InputMode
in interface CfnModelExplainabilityJobDefinition.EndpointInputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()