public static final class CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMonitoringSchedule.MonitoringJobDefinitionProperty
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder, CfnMonitoringSchedule.MonitoringJobDefinitionProperty.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.Object |
getBaselineConfig()
Baseline configuration used to validate that the data conforms to the specified constraints and statistics.
|
java.lang.Object |
getEnvironment()
Sets the environment variables in the Docker container.
|
java.lang.Object |
getMonitoringAppSpecification()
Configures the monitoring job to run a specified Docker container image.
|
java.lang.Object |
getMonitoringInputs()
The array of inputs for the monitoring job.
|
java.lang.Object |
getMonitoringOutputConfig()
The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).
|
java.lang.Object |
getMonitoringResources()
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job.
|
java.lang.Object |
getNetworkConfig()
Specifies networking options for an monitoring job.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.
|
java.lang.Object |
getStoppingCondition()
Specifies a time limit for how long the monitoring job is allowed to run.
|
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.Object getMonitoringAppSpecification()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
getMonitoringAppSpecification
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public final java.lang.Object getMonitoringInputs()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
Currently we support monitoring an Amazon SageMaker Endpoint.
getMonitoringInputs
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public final java.lang.Object getMonitoringOutputConfig()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
getMonitoringOutputConfig
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public final java.lang.Object getMonitoringResources()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
In distributed processing, you specify more than one instance.
getMonitoringResources
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public final java.lang.String getRoleArn()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
getRoleArn
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public final java.lang.Object getBaselineConfig()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
getBaselineConfig
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public final java.lang.Object getEnvironment()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
getEnvironment
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public final java.lang.Object getNetworkConfig()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
getNetworkConfig
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public final java.lang.Object getStoppingCondition()
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
getStoppingCondition
in interface CfnMonitoringSchedule.MonitoringJobDefinitionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()