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