Class CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringSchedule.MonitoringJobDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnMonitoringSchedule.MonitoringJobDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitoringSchedule.MonitoringJobDefinitionProperty
An implementation for
CfnMonitoringSchedule.MonitoringJobDefinitionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnMonitoringSchedule.MonitoringJobDefinitionProperty
CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder, CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectBaseline configuration used to validate that the data conforms to the specified constraints and statistics.final ObjectSets the environment variables in the Docker container.final ObjectConfigures the monitoring job to run a specified Docker container image.final ObjectThe array of inputs for the monitoring job.final ObjectThe array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).final ObjectIdentifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job.final ObjectSpecifies networking options for an monitoring job.final StringThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.final ObjectSpecifies a time limit for how long the monitoring job is allowed to run.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMonitoringSchedule.MonitoringJobDefinitionProperty.Builder.
-
-
Method Details
-
getMonitoringAppSpecification
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyConfigures the monitoring job to run a specified Docker container image.- Specified by:
getMonitoringAppSpecificationin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
getMonitoringInputs
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyThe array of inputs for the monitoring job.Currently we support monitoring an Amazon SageMaker Endpoint.
- Specified by:
getMonitoringInputsin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
getMonitoringOutputConfig
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyThe array of outputs from the monitoring job to be uploaded to Amazon Simple Storage Service (Amazon S3).- Specified by:
getMonitoringOutputConfigin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
getMonitoringResources
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyIdentifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job.In distributed processing, you specify more than one instance.
- Specified by:
getMonitoringResourcesin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
getRoleArn
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on your behalf.- Specified by:
getRoleArnin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
getBaselineConfig
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyBaseline configuration used to validate that the data conforms to the specified constraints and statistics.- Specified by:
getBaselineConfigin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
getEnvironment
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertySets the environment variables in the Docker container.- Specified by:
getEnvironmentin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
getNetworkConfig
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertySpecifies networking options for an monitoring job.- Specified by:
getNetworkConfigin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
getStoppingCondition
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertySpecifies a time limit for how long the monitoring job is allowed to run.- Specified by:
getStoppingConditionin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-