@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 |
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 ProfilerConfig.Builder> |
serializableBuilderClass() |
ProfilerConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
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.
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 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 SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.