@Generated(value="software.amazon.awssdk:codegen") public final class ProfilerConfigForUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfilerConfigForUpdate.Builder,ProfilerConfigForUpdate>
Configuration information for updating the Debugger profile parameters, system and framework metrics configurations, and storage paths.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfilerConfigForUpdate.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProfilerConfigForUpdate.Builder |
builder() |
Boolean |
disableProfiler()
To disable Debugger 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()
Returns true if the ProfilingParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
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 ProfilerConfigForUpdate.Builder> |
serializableBuilderClass() |
ProfilerConfigForUpdate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String s3OutputPath()
Path to Amazon S3 storage location for system and framework metrics.
public 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 boolean hasProfilingParameters()
public 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.
You can use hasProfilingParameters() to see if a value was sent in this field.
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 Boolean disableProfiler()
To disable Debugger monitoring and profiling, set to True.
True.public ProfilerConfigForUpdate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProfilerConfigForUpdate.Builder,ProfilerConfigForUpdate>public static ProfilerConfigForUpdate.Builder builder()
public static Class<? extends ProfilerConfigForUpdate.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.