public static interface MonitoringClusterConfig.Builder extends SdkPojo, CopyableBuilder<MonitoringClusterConfig.Builder,MonitoringClusterConfig>
Modifier and Type | Method and Description |
---|---|
MonitoringClusterConfig.Builder |
instanceCount(Integer instanceCount)
The number of ML compute instances to use in the model monitoring job.
|
MonitoringClusterConfig.Builder |
instanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
|
MonitoringClusterConfig.Builder |
instanceType(String instanceType)
The ML compute instance type for the processing job.
|
MonitoringClusterConfig.Builder |
volumeKmsKeyId(String volumeKmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume
attached to the ML compute instance(s) that run the model monitoring job.
|
MonitoringClusterConfig.Builder |
volumeSizeInGB(Integer volumeSizeInGB)
The size of the ML storage volume, in gigabytes, that you want to provision.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MonitoringClusterConfig.Builder instanceCount(Integer instanceCount)
The number of ML compute instances to use in the model monitoring job. For distributed processing jobs, specify a value greater than 1. The default value is 1.
instanceCount
- The number of ML compute instances to use in the model monitoring job. For distributed processing
jobs, specify a value greater than 1. The default value is 1.MonitoringClusterConfig.Builder instanceType(String instanceType)
The ML compute instance type for the processing job.
instanceType
- The ML compute instance type for the processing job.ProcessingInstanceType
,
ProcessingInstanceType
MonitoringClusterConfig.Builder instanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
instanceType
- The ML compute instance type for the processing job.ProcessingInstanceType
,
ProcessingInstanceType
MonitoringClusterConfig.Builder volumeSizeInGB(Integer volumeSizeInGB)
The size of the ML storage volume, in gigabytes, that you want to provision. You must specify sufficient ML storage for your scenario.
volumeSizeInGB
- The size of the ML storage volume, in gigabytes, that you want to provision. You must specify
sufficient ML storage for your scenario.MonitoringClusterConfig.Builder volumeKmsKeyId(String volumeKmsKeyId)
The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.
volumeKmsKeyId
- The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage
volume attached to the ML compute instance(s) that run the model monitoring job.Copyright © 2021. All rights reserved.