public static final class CfnModelBiasJobDefinition.EndpointInputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnModelBiasJobDefinition.EndpointInputProperty
CfnModelBiasJobDefinition.EndpointInputProperty
CfnModelBiasJobDefinition.EndpointInputProperty.Builder, CfnModelBiasJobDefinition.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 |
getEndTimeOffset()
If specified, monitoring jobs substract this time from the end time.
|
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.Number |
getProbabilityThresholdAttribute()
The threshold for the class probability to be evaluated as a positive result.
|
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.
|
java.lang.String |
getStartTimeOffset()
If specified, monitoring jobs substract this time from the start time.
|
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()
CfnModelBiasJobDefinition.EndpointInputProperty
getEndpointName
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.String getLocalPath()
CfnModelBiasJobDefinition.EndpointInputProperty
getLocalPath
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.String getEndTimeOffset()
CfnModelBiasJobDefinition.EndpointInputProperty
For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs .
getEndTimeOffset
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.String getFeaturesAttribute()
CfnModelBiasJobDefinition.EndpointInputProperty
getFeaturesAttribute
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.String getInferenceAttribute()
CfnModelBiasJobDefinition.EndpointInputProperty
getInferenceAttribute
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.String getProbabilityAttribute()
CfnModelBiasJobDefinition.EndpointInputProperty
getProbabilityAttribute
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.Number getProbabilityThresholdAttribute()
CfnModelBiasJobDefinition.EndpointInputProperty
getProbabilityThresholdAttribute
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.String getS3DataDistributionType()
CfnModelBiasJobDefinition.EndpointInputProperty
Defaults to FullyReplicated
getS3DataDistributionType
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.String getS3InputMode()
CfnModelBiasJobDefinition.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 CfnModelBiasJobDefinition.EndpointInputProperty
public final java.lang.String getStartTimeOffset()
CfnModelBiasJobDefinition.EndpointInputProperty
For information about using offsets for scheduling monitoring jobs, see Schedule Model Quality Monitoring Jobs .
getStartTimeOffset
in interface CfnModelBiasJobDefinition.EndpointInputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()