AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateTrainingJob operation. Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.UpdateTrainingJobRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateTrainingJobRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdateTrainingJobRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateTrainingJobRequest()

Properties

NameTypeDescription
Public Property ProfilerConfig Amazon.SageMaker.Model.ProfilerConfigForUpdate

Gets and sets the property ProfilerConfig.

Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.

Public Property ProfilerRuleConfigurations System.Collections.Generic.List<Amazon.SageMaker.Model.ProfilerRuleConfiguration>

Gets and sets the property ProfilerRuleConfigurations.

Configuration information for Amazon SageMaker Debugger rules for profiling system and framework metrics.

Public Property RemoteDebugConfig Amazon.SageMaker.Model.RemoteDebugConfigForUpdate

Gets and sets the property RemoteDebugConfig.

Configuration for remote debugging while the training job is running. You can update the remote debugging configuration when the SecondaryStatus of the job is Downloading or Training.To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.

Public Property ResourceConfig Amazon.SageMaker.Model.ResourceConfigForUpdate

Gets and sets the property ResourceConfig.

The training job ResourceConfig to update warm pool retention length.

Public Property TrainingJobName System.String

Gets and sets the property TrainingJobName.

The name of a training job to update the Debugger profiling configuration.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5