@Generated(value="software.amazon.awssdk:codegen") public final class ProfilerConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfilerConfig.Builder,ProfilerConfig>
Configuration information for Debugger system monitoring, framework profiling, and storage paths.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfilerConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProfilerConfig.Builder |
builder() |
Boolean |
disableProfiler()
To disable system monitoring and profiling, set to
True. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasProfilingParameters()
For responses, this returns true if the service returned a value for the ProfilingParameters property.
|
Long |
profilingIntervalInMilliseconds()
A time interval for capturing system metrics in milliseconds.
|
Map<String,String> |
profilingParameters()
Configuration information for capturing framework metrics.
|
String |
s3OutputPath()
Path to Amazon S3 storage location for system and framework metrics.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProfilerConfig.Builder> |
serializableBuilderClass() |
ProfilerConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3OutputPath()
Path to Amazon S3 storage location for system and framework metrics.
public final Long profilingIntervalInMilliseconds()
A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.
public final boolean hasProfilingParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,String> profilingParameters()
Configuration information for capturing framework metrics. Available key strings for different profiling options
are DetailedProfilingConfig, PythonProfilingConfig, and
DataLoaderProfilingConfig. The following codes are configuration structures for the
ProfilingParameters parameter. To learn more about how to configure the
ProfilingParameters parameter, see Use the SageMaker and
Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasProfilingParameters() method.
DetailedProfilingConfig, PythonProfilingConfig, and
DataLoaderProfilingConfig. The following codes are configuration structures for the
ProfilingParameters parameter. To learn more about how to configure the
ProfilingParameters parameter, see Use the
SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.public final Boolean disableProfiler()
To disable system monitoring and profiling, set to True.
True.public ProfilerConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProfilerConfig.Builder,ProfilerConfig>public static ProfilerConfig.Builder builder()
public static Class<? extends ProfilerConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.