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 CreateStudioLifecycleConfig operation. Creates a new Amazon SageMaker Studio Lifecycle Configuration.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateStudioLifecycleConfigRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateStudioLifecycleConfigRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property StudioLifecycleConfigAppType Amazon.SageMaker.StudioLifecycleConfigAppType

Gets and sets the property StudioLifecycleConfigAppType.

The App type that the Lifecycle Configuration is attached to.

Public Property StudioLifecycleConfigContent System.String

Gets and sets the property StudioLifecycleConfigContent.

The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded.

Public Property StudioLifecycleConfigName System.String

Gets and sets the property StudioLifecycleConfigName.

The name of the Amazon SageMaker Studio Lifecycle Configuration to create.

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

Gets and sets the property Tags.

Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.

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