Class CfnMonitoringSchedule.MonitoringJobDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitoringSchedule.MonitoringJobDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitoringSchedule.MonitoringJobDefinitionProperty
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 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 AI 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.Returns union: either
IResolvableorCfnMonitoringSchedule.MonitoringAppSpecificationProperty- Specified by:
getMonitoringAppSpecificationin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
getMonitoringInputs
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyThe array of inputs for the monitoring job.Currently we support monitoring an Amazon SageMaker AI Endpoint.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMonitoringSchedule.MonitoringInputProperty>- Specified by:
getMonitoringInputsin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
getMonitoringOutputConfig
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyThe array of outputs from the monitoring job to be uploaded to Amazon S3.Returns union: either
IResolvableorCfnMonitoringSchedule.MonitoringOutputConfigProperty- Specified by:
getMonitoringOutputConfigin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
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.
Returns union: either
IResolvableorCfnMonitoringSchedule.MonitoringResourcesProperty- Specified by:
getMonitoringResourcesin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
getRoleArn
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyThe Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.- Specified by:
getRoleArnin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
getBaselineConfig
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertyBaseline configuration used to validate that the data conforms to the specified constraints and statistics.Returns union: either
IResolvableorCfnMonitoringSchedule.BaselineConfigProperty- Specified by:
getBaselineConfigin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
getEnvironment
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertySets the environment variables in the Docker container.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getEnvironmentin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
getNetworkConfig
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertySpecifies networking options for an monitoring job.Returns union: either
IResolvableorCfnMonitoringSchedule.NetworkConfigProperty- Specified by:
getNetworkConfigin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
getStoppingCondition
Description copied from interface:CfnMonitoringSchedule.MonitoringJobDefinitionPropertySpecifies a time limit for how long the monitoring job is allowed to run.Returns union: either
IResolvableorCfnMonitoringSchedule.StoppingConditionProperty- Specified by:
getStoppingConditionin interfaceCfnMonitoringSchedule.MonitoringJobDefinitionProperty- See Also:
-
$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()
-