MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig class

Constructors

MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig({required Input<int> instanceCount, required Input<String> instanceType, Input<String?>? volumeKmsKeyId, required Input<int> volumeSizeInGb})
Creates a new MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig. instanceCount Number of ML compute instances to use in the model monitoring job. instanceType ML compute instance type for the processing job. volumeKmsKeyId AWS KMS key that Amazon SageMaker AI uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job. volumeSizeInGb size of the ML storage volume, in gigabytes, to provision.
const
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
instanceCount → Input<int>
Number of ML compute instances to use in the model monitoring job.
final
instanceType → Input<String>
ML compute instance type for the processing job.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volumeKmsKeyId → Input<String?>?
AWS KMS key that Amazon SageMaker AI uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.
final
volumeSizeInGb → Input<int>
size of the ML storage volume, in gigabytes, to provision.
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