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.

This is the response object from the DescribeUserProfile operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SageMaker.Model.DescribeUserProfileResponse

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

Syntax

C#
public class DescribeUserProfileResponse : AmazonWebServiceResponse

The DescribeUserProfileResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The creation time.

Public Property DomainId System.String

Gets and sets the property DomainId.

The ID of the domain that contains the profile.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The failure reason.

Public Property HomeEfsFileSystemUid System.String

Gets and sets the property HomeEfsFileSystemUid.

The ID of the user's profile in the Amazon Elastic File System volume.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The last modified time.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SingleSignOnUserIdentifier System.String

Gets and sets the property SingleSignOnUserIdentifier.

The IAM Identity Center user identifier.

Public Property SingleSignOnUserValue System.String

Gets and sets the property SingleSignOnUserValue.

The IAM Identity Center user value.

Public Property Status Amazon.SageMaker.UserProfileStatus

Gets and sets the property Status.

The status.

Public Property UserProfileArn System.String

Gets and sets the property UserProfileArn.

The user profile Amazon Resource Name (ARN).

Public Property UserProfileName System.String

Gets and sets the property UserProfileName.

The user profile name.

Public Property UserSettings Amazon.SageMaker.Model.UserSettings

Gets and sets the property UserSettings.

A collection of settings.

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