MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinition class
Constructors
-
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinition({Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionBaseline?> ? baseline, Input<Map< ? environment, required Input<String, String> ?>MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification> monitoringAppSpecification, required Input<MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputs> monitoringInputs, required Input<MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringOutputConfig> monitoringOutputConfig, required Input<MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResources> monitoringResources, Input<MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfig?> ? networkConfig, required Input<String> roleArn, Input<List< ? stoppingConditions})MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionStoppingCondition> ?> -
Creates a new MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinition.
baselineBaseline configuration used to validate that the data conforms to the specified constraints and statistics. Fields are documented below.environmentMap of environment variables in the Docker container.monitoringAppSpecificationConfigures the monitoring job to run a specified Docker container image. Fields are documented below.monitoringInputsInputs for the monitoring job. Fields are documented below.monitoringOutputConfigOutputs from the monitoring job to be uploaded to Amazon S3. Fields are documented below.monitoringResourcesIdentifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. Fields are documented below.networkConfigNetworking options for the monitoring job. Fields are documented below.roleArnARN of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.stoppingConditionsHow long the monitoring job is allowed to run. Fields are documented below.const -
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinition.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
baseline
→ Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionBaseline?> ? -
Baseline configuration used to validate that the data conforms to the specified constraints and statistics. Fields are documented below.
final
-
environment
→ Input<
Map< ?String, String> ?> -
Map of environment variables in the Docker container.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
monitoringAppSpecification
→ Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification> -
Configures the monitoring job to run a specified Docker container image. Fields are documented below.
final
-
monitoringInputs
→ Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputs> -
Inputs for the monitoring job. Fields are documented below.
final
-
monitoringOutputConfig
→ Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringOutputConfig> -
Outputs from the monitoring job to be uploaded to Amazon S3. Fields are documented below.
final
-
monitoringResources
→ Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResources> -
Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. Fields are documented below.
final
-
networkConfig
→ Input<
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfig?> ? -
Networking options for the monitoring job. Fields are documented below.
final
-
roleArn
→ Input<
String> -
ARN of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stoppingConditions
→ Input<
List< ?MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionStoppingCondition> ?> -
How long the monitoring job is allowed to run. Fields are documented below.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited