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 CreateApp operation. Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateAppRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateAppRequest type exposes the following members

Constructors

NameDescription
Public Method CreateAppRequest()

Properties

NameTypeDescription
Public Property AppName System.String

Gets and sets the property AppName.

The name of the app.

Public Property AppType Amazon.SageMaker.AppType

Gets and sets the property AppType.

The type of app.

Public Property DomainId System.String

Gets and sets the property DomainId.

The domain ID.

Public Property ResourceSpec Amazon.SageMaker.Model.ResourceSpec

Gets and sets the property ResourceSpec.

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

The value of InstanceType passed as part of the ResourceSpec in the CreateApp call overrides the value passed as part of the ResourceSpec configured for the user profile or the domain. If InstanceType is not specified in any of those three ResourceSpec values for a KernelGateway app, the CreateApp call fails with a request validation error.

Public Property SpaceName System.String

Gets and sets the property SpaceName.

The name of the space. If this value is not set, then UserProfileName must be set.

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

Gets and sets the property Tags.

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

Public Property UserProfileName System.String

Gets and sets the property UserProfileName.

The user profile name. If this value is not set, then SpaceName must be set.

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