| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingInstanceType |
ProcessingInstanceType.fromValue(String value)
Use this in place of valueOf.
|
static ProcessingInstanceType |
ProcessingInstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessingInstanceType[] |
ProcessingInstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProfilerRuleConfiguration |
ProfilerRuleConfiguration.withInstanceType(ProcessingInstanceType instanceType)
The instance type to deploy a custom rule for profiling a training job.
|
MonitoringClusterConfig |
MonitoringClusterConfig.withInstanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
|
DebugRuleConfiguration |
DebugRuleConfiguration.withInstanceType(ProcessingInstanceType instanceType)
The instance type to deploy a custom rule for debugging a training job.
|
ProcessingClusterConfig |
ProcessingClusterConfig.withInstanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
|
Copyright © 2025. All rights reserved.