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 DescribeApp operation. Describes the app.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeAppRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The DescribeAppRequest type exposes the following members

Constructors

NameDescription
Public Method DescribeAppRequest()

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 SpaceName System.String

Gets and sets the property SpaceName.

The name of the space.

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