| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProcessingInstanceType |
ProcessingInstanceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ProcessingInstanceType |
ProfilerRuleConfiguration.instanceType()
The instance type to deploy a Debugger custom rule for profiling a training job.
|
ProcessingInstanceType |
MonitoringClusterConfig.instanceType()
The ML compute instance type for the processing job.
|
ProcessingInstanceType |
ProcessingClusterConfig.instanceType()
The ML compute instance type for the processing job.
|
ProcessingInstanceType |
DebugRuleConfiguration.instanceType()
The instance type to deploy a Debugger custom rule for debugging a training job.
|
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 |
|---|---|
static Set<ProcessingInstanceType> |
ProcessingInstanceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProfilerRuleConfiguration.Builder |
ProfilerRuleConfiguration.Builder.instanceType(ProcessingInstanceType instanceType)
The instance type to deploy a Debugger custom rule for profiling a training job.
|
MonitoringClusterConfig.Builder |
MonitoringClusterConfig.Builder.instanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
|
ProcessingClusterConfig.Builder |
ProcessingClusterConfig.Builder.instanceType(ProcessingInstanceType instanceType)
The ML compute instance type for the processing job.
|
DebugRuleConfiguration.Builder |
DebugRuleConfiguration.Builder.instanceType(ProcessingInstanceType instanceType)
The instance type to deploy a Debugger custom rule for debugging a training job.
|
Copyright © 2020. All rights reserved.