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 CreateClusterSchedulerConfig operation. Create cluster policy configuration. This policy is used for task prioritization and fair-share allocation of idle compute. This helps prioritize critical workloads and distributes idle compute across entities.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateClusterSchedulerConfigRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateClusterSchedulerConfigRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClusterArn System.String

Gets and sets the property ClusterArn.

ARN of the cluster.

Public Property Description System.String

Gets and sets the property Description.

Description of the cluster policy.

Public Property Name System.String

Gets and sets the property Name.

Name for the cluster policy.

Public Property SchedulerConfig Amazon.SageMaker.Model.SchedulerConfig

Gets and sets the property SchedulerConfig.

Configuration about the monitoring schedule.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

Tags of the cluster policy.

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