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.

Starts a model training job. After training completes, SageMaker saves the resulting model artifacts to an Amazon S3 location that you specify.

If you choose to host your model using SageMaker hosting services, you can use the resulting model artifacts as part of the model. You can also use the artifacts in a machine learning service other than SageMaker, provided that you know how to use them for inference.

In the request body, you provide the following:

For more information about SageMaker, see How It Works.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateTrainingJobAsync.

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

Syntax

C#
public virtual CreateTrainingJobResponse CreateTrainingJob(
         CreateTrainingJobRequest request
)

Parameters

request
Type: Amazon.SageMaker.Model.CreateTrainingJobRequest

Container for the necessary parameters to execute the CreateTrainingJob service method.

Return Value


The response from the CreateTrainingJob service method, as returned by SageMaker.

Exceptions

ExceptionCondition
ResourceInUseException Resource being accessed is in use.
ResourceLimitExceededException You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created.
ResourceNotFoundException Resource being access is not found.

Version Information

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

See Also