@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTrainingJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTrainingJobRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTrainingJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ProfilerConfigForUpdate |
getProfilerConfig()
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage
paths.
|
List<ProfilerRuleConfiguration> |
getProfilerRuleConfigurations()
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
|
ResourceConfigForUpdate |
getResourceConfig()
The training job
ResourceConfig to update warm pool retention length. |
String |
getTrainingJobName()
The name of a training job to update the Debugger profiling configuration.
|
int |
hashCode() |
void |
setProfilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage
paths.
|
void |
setProfilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
|
void |
setResourceConfig(ResourceConfigForUpdate resourceConfig)
The training job
ResourceConfig to update warm pool retention length. |
void |
setTrainingJobName(String trainingJobName)
The name of a training job to update the Debugger profiling configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateTrainingJobRequest |
withProfilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage
paths.
|
UpdateTrainingJobRequest |
withProfilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
|
UpdateTrainingJobRequest |
withProfilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
|
UpdateTrainingJobRequest |
withResourceConfig(ResourceConfigForUpdate resourceConfig)
The training job
ResourceConfig to update warm pool retention length. |
UpdateTrainingJobRequest |
withTrainingJobName(String trainingJobName)
The name of a training job to update the Debugger profiling configuration.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setTrainingJobName(String trainingJobName)
The name of a training job to update the Debugger profiling configuration.
trainingJobName
- The name of a training job to update the Debugger profiling configuration.public String getTrainingJobName()
The name of a training job to update the Debugger profiling configuration.
public UpdateTrainingJobRequest withTrainingJobName(String trainingJobName)
The name of a training job to update the Debugger profiling configuration.
trainingJobName
- The name of a training job to update the Debugger profiling configuration.public void setProfilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
profilerConfig
- Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
storage paths.public ProfilerConfigForUpdate getProfilerConfig()
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
public UpdateTrainingJobRequest withProfilerConfig(ProfilerConfigForUpdate profilerConfig)
Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.
profilerConfig
- Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
storage paths.public List<ProfilerRuleConfiguration> getProfilerRuleConfigurations()
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
public void setProfilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
profilerRuleConfigurations
- Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.public UpdateTrainingJobRequest withProfilerRuleConfigurations(ProfilerRuleConfiguration... profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
NOTE: This method appends the values to the existing list (if any). Use
setProfilerRuleConfigurations(java.util.Collection)
or
withProfilerRuleConfigurations(java.util.Collection)
if you want to override the existing values.
profilerRuleConfigurations
- Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.public UpdateTrainingJobRequest withProfilerRuleConfigurations(Collection<ProfilerRuleConfiguration> profilerRuleConfigurations)
Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.
profilerRuleConfigurations
- Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.public void setResourceConfig(ResourceConfigForUpdate resourceConfig)
The training job ResourceConfig
to update warm pool retention length.
resourceConfig
- The training job ResourceConfig
to update warm pool retention length.public ResourceConfigForUpdate getResourceConfig()
The training job ResourceConfig
to update warm pool retention length.
ResourceConfig
to update warm pool retention length.public UpdateTrainingJobRequest withResourceConfig(ResourceConfigForUpdate resourceConfig)
The training job ResourceConfig
to update warm pool retention length.
resourceConfig
- The training job ResourceConfig
to update warm pool retention length.public String toString()
toString
in class Object
Object.toString()
public UpdateTrainingJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()