MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig class
Constructors
-
MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig({required Input<
int> instanceCount, required Input<String> instanceType, Input<String?> ? volumeKmsKeyId, required Input<int> volumeSizeInGb}) -
Creates a new MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig.
instanceCountNumber of ML compute instances to use in the model monitoring job.instanceTypeML compute instance type for the processing job.volumeKmsKeyIdAWS 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.volumeSizeInGbsize 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