| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProfilerConfig.Builder |
ProfilerConfig.builder() |
ProfilerConfig.Builder |
ProfilerConfig.Builder.profilingIntervalInMilliseconds(Long profilingIntervalInMilliseconds)
A time interval for capturing system metrics in milliseconds.
|
ProfilerConfig.Builder |
ProfilerConfig.Builder.profilingParameters(Map<String,String> profilingParameters)
Configuration information for capturing framework metrics.
|
ProfilerConfig.Builder |
ProfilerConfig.Builder.s3OutputPath(String s3OutputPath)
Path to Amazon S3 storage location for system and framework metrics.
|
ProfilerConfig.Builder |
ProfilerConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProfilerConfig.Builder> |
ProfilerConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTrainingJobResponse.Builder |
DescribeTrainingJobResponse.Builder.profilerConfig(Consumer<ProfilerConfig.Builder> profilerConfig)
Sets the value of the ProfilerConfig property for this object.
|
default CreateTrainingJobRequest.Builder |
CreateTrainingJobRequest.Builder.profilerConfig(Consumer<ProfilerConfig.Builder> profilerConfig)
Sets the value of the ProfilerConfig property for this object.
|
Copyright © 2022. All rights reserved.