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.

The configuration for the serverless training job.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ServerlessJobConfig

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

Syntax

C#
public class ServerlessJobConfig

The ServerlessJobConfig type exposes the following members

Constructors

NameDescription
Public Method ServerlessJobConfig()

Properties

NameTypeDescription
Public Property AcceptEula System.Boolean

Gets and sets the property AcceptEula.

Specifies agreement to the model end-user license agreement (EULA). The AcceptEula value must be explicitly defined as True in order to accept the EULA that this model requires. You are responsible for reviewing and complying with any applicable license terms and making sure they are acceptable for your use case before downloading or using a model. For more information, see End-user license agreements section for more details on accepting the EULA.

Public Property BaseModelArn System.String

Gets and sets the property BaseModelArn.

The base model Amazon Resource Name (ARN) in SageMaker Public Hub. SageMaker always selects the latest version of the provided model.

Public Property CustomizationTechnique Amazon.SageMaker.CustomizationTechnique

Gets and sets the property CustomizationTechnique.

The model customization technique.

Public Property EvaluationType Amazon.SageMaker.EvaluationType

Gets and sets the property EvaluationType.

The evaluation job type. Required when serverless job type is Evaluation.

Public Property EvaluatorArn System.String

Gets and sets the property EvaluatorArn.

The evaluator Amazon Resource Name (ARN) used as reward function or reward prompt.

Public Property JobType Amazon.SageMaker.ServerlessJobType

Gets and sets the property JobType.

The serverless training job type.

Public Property Peft Amazon.SageMaker.Peft

Gets and sets the property Peft.

The parameter-efficient fine-tuning configuration.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5