Skip to content

AWS SageMaker

SageMakerUnifiedStudio

pyatlan.model.assets.sage_maker_unified_studio.SageMakerUnifiedStudio(__pydantic_self__, **data: Any)

Bases: SaaS

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

SMUS_DOMAIN_ID: KeywordField = KeywordField('smusDomainId', 'smusDomainId') class-attribute

Unique identifier of the SageMaker Unified Studio domain.

SMUS_DOMAIN_NAME: KeywordField = KeywordField('smusDomainName', 'smusDomainName') class-attribute

Name of the SageMaker Unified Studio domain.

SMUS_DOMAIN_UNIT_ID: KeywordField = KeywordField('smusDomainUnitId', 'smusDomainUnitId') class-attribute

Unique identifier of the SageMaker Unified Studio domain unit.

SMUS_DOMAIN_UNIT_NAME: KeywordField = KeywordField('smusDomainUnitName', 'smusDomainUnitName') class-attribute

Name of the SageMaker Unified Studio domain unit.

SMUS_OWNING_PROJECT_ID: KeywordField = KeywordField('smusOwningProjectId', 'smusOwningProjectId') class-attribute

Unique identifier of the SageMaker Unified Studio project which owns the asset.

SMUS_PROJECT_ID: KeywordField = KeywordField('smusProjectId', 'smusProjectId') class-attribute

Unique identifier of the SageMaker Unified Studio project.

SageMakerUnifiedStudioProject

pyatlan.model.assets.sage_maker_unified_studio_project.SageMakerUnifiedStudioProject(__pydantic_self__, **data: Any)

Bases: SageMakerUnifiedStudio

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

SMUS_PROJECT_PROFILE_NAME: KeywordField = KeywordField('smusProjectProfileName', 'smusProjectProfileName') class-attribute

Name of the profile of the SageMaker Unified Studio project.

SMUS_PROJECT_ROLE_ARN: KeywordField = KeywordField('smusProjectRoleArn', 'smusProjectRoleArn') class-attribute

Amazon IAM role ARN of the SageMaker Unified Studio project.

SMUS_PROJECT_S3LOCATION: KeywordField = KeywordField('smusProjectS3Location', 'smusProjectS3Location') class-attribute

Amazon S3 location of the SageMaker Unified Studio project.

SMUS_PROJECT_STATUS: KeywordField = KeywordField('smusProjectStatus', 'smusProjectStatus') class-attribute

Status of the SageMaker Unified Studio project.

SMUS_PUBLISHED_ASSETS: RelationField = RelationField('smusPublishedAssets') class-attribute

TBC

SMUS_SUBSCRIBED_ASSETS: RelationField = RelationField('smusSubscribedAssets') class-attribute

TBC

SageMakerUnifiedStudioAsset

pyatlan.model.assets.sage_maker_unified_studio_asset.SageMakerUnifiedStudioAsset(__pydantic_self__, **data: Any)

Bases: SageMakerUnifiedStudio

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

SMUS_ASSET_REVISION: KeywordField = KeywordField('smusAssetRevision', 'smusAssetRevision') class-attribute

Latest published version of the asset in SageMaker Unified Studio.

SMUS_ASSET_SCHEMAS: RelationField = RelationField('smusAssetSchemas') class-attribute

TBC

SMUS_ASSET_SOURCE_IDENTIFIER: KeywordField = KeywordField('smusAssetSourceIdentifier', 'smusAssetSourceIdentifier') class-attribute

Unique source identifier for the asset in SageMaker Unified Studio.

SMUS_ASSET_SUMMARY: KeywordField = KeywordField('smusAssetSummary', 'smusAssetSummary') class-attribute

Summary text for the asset in SageMaker Unified Studio.

SMUS_ASSET_TECHNICAL_NAME: KeywordField = KeywordField('smusAssetTechnicalName', 'smusAssetTechnicalName') class-attribute

Technical name for the asset in SageMaker Unified Studio.

SMUS_ASSET_TYPE: KeywordField = KeywordField('smusAssetType', 'smusAssetType') class-attribute

Type of asset in SageMaker Unified Studio.

SageMakerUnifiedStudioSubscribedAsset

pyatlan.model.assets.sage_maker_unified_studio_subscribed_asset.SageMakerUnifiedStudioSubscribedAsset(__pydantic_self__, **data: Any)

Bases: SageMakerUnifiedStudioAsset

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

SMUS_ASSET_REVISION: KeywordField = KeywordField('smusAssetRevision', 'smusAssetRevision') class-attribute

Latest published version of the asset in SageMaker Unified Studio.

SMUS_ASSET_SOURCE_IDENTIFIER: KeywordField = KeywordField('smusAssetSourceIdentifier', 'smusAssetSourceIdentifier') class-attribute

Unique source identifier for the asset in SageMaker Unified Studio.

SMUS_ASSET_SUMMARY: KeywordField = KeywordField('smusAssetSummary', 'smusAssetSummary') class-attribute

Summary text for the asset in SageMaker Unified Studio.

SMUS_ASSET_TECHNICAL_NAME: KeywordField = KeywordField('smusAssetTechnicalName', 'smusAssetTechnicalName') class-attribute

Technical name for the asset in SageMaker Unified Studio.

SMUS_ASSET_TYPE: KeywordField = KeywordField('smusAssetType', 'smusAssetType') class-attribute

Type of asset in SageMaker Unified Studio.

SMUS_DOMAIN_ID: KeywordField = KeywordField('smusDomainId', 'smusDomainId') class-attribute

Unique identifier of the SageMaker Unified Studio domain.

SMUS_DOMAIN_NAME: KeywordField = KeywordField('smusDomainName', 'smusDomainName') class-attribute

Name of the SageMaker Unified Studio domain.

SMUS_DOMAIN_UNIT_ID: KeywordField = KeywordField('smusDomainUnitId', 'smusDomainUnitId') class-attribute

Unique identifier of the SageMaker Unified Studio domain unit.

SMUS_DOMAIN_UNIT_NAME: KeywordField = KeywordField('smusDomainUnitName', 'smusDomainUnitName') class-attribute

Name of the SageMaker Unified Studio domain unit.

SMUS_OWNING_PROJECT_ID: KeywordField = KeywordField('smusOwningProjectId', 'smusOwningProjectId') class-attribute

Unique identifier of the SageMaker Unified Studio project which owns the asset.

SMUS_PROJECT: RelationField = RelationField('smusProject') class-attribute

TBC

SMUS_PROJECT_ID: KeywordField = KeywordField('smusProjectId', 'smusProjectId') class-attribute

Unique identifier of the SageMaker Unified Studio project.

SMUS_PUBLISHED_ASSET: RelationField = RelationField('smusPublishedAsset') class-attribute

TBC

SMUS_SUBSCRIBED_ASSET_APPROVAL_DATE: NumericField = NumericField('smusSubscribedAssetApprovalDate', 'smusSubscribedAssetApprovalDate') class-attribute

Date when the subscription request was approved.

SMUS_SUBSCRIBED_ASSET_APPROVED_REASON: KeywordField = KeywordField('smusSubscribedAssetApprovedReason', 'smusSubscribedAssetApprovedReason') class-attribute

Reason provided by the approver for approving the subscription.

SMUS_SUBSCRIBED_ASSET_APPROVER_NAME: KeywordField = KeywordField('smusSubscribedAssetApproverName', 'smusSubscribedAssetApproverName') class-attribute

Name of the user who approved the subscription request.

SMUS_SUBSCRIBED_ASSET_COLUMN_ACCESS_INFO: KeywordField = KeywordField('smusSubscribedAssetColumnAccessInfo', 'smusSubscribedAssetColumnAccessInfo') class-attribute

Number of Columns provided access grant for this subscribed asset (for example: 3 out of 23).

SMUS_SUBSCRIBED_ASSET_PROJECT_NAME: KeywordField = KeywordField('smusSubscribedAssetProjectName', 'smusSubscribedAssetProjectName') class-attribute

Name of the SageMaker Unified Studio project from which this asset is subscribed.

SMUS_SUBSCRIBED_ASSET_REQUESTOR_NAME: KeywordField = KeywordField('smusSubscribedAssetRequestorName', 'smusSubscribedAssetRequestorName') class-attribute

Name of the user who requested access to this subscribed asset.

SMUS_SUBSCRIBED_ASSET_REQUEST_DATE: NumericField = NumericField('smusSubscribedAssetRequestDate', 'smusSubscribedAssetRequestDate') class-attribute

Date when the subscription request was submitted.

SMUS_SUBSCRIBED_ASSET_REQUEST_REASON: KeywordField = KeywordField('smusSubscribedAssetRequestReason', 'smusSubscribedAssetRequestReason') class-attribute

Reason provided by the requestor for this subscribed asset.

SageMakerUnifiedStudioPublishedAsset

pyatlan.model.assets.sage_maker_unified_studio_published_asset.SageMakerUnifiedStudioPublishedAsset(__pydantic_self__, **data: Any)

Bases: SageMakerUnifiedStudioAsset

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

SMUS_ASSET_REVISION: KeywordField = KeywordField('smusAssetRevision', 'smusAssetRevision') class-attribute

Latest published version of the asset in SageMaker Unified Studio.

SMUS_ASSET_SOURCE_IDENTIFIER: KeywordField = KeywordField('smusAssetSourceIdentifier', 'smusAssetSourceIdentifier') class-attribute

Unique source identifier for the asset in SageMaker Unified Studio.

SMUS_ASSET_SUMMARY: KeywordField = KeywordField('smusAssetSummary', 'smusAssetSummary') class-attribute

Summary text for the asset in SageMaker Unified Studio.

SMUS_ASSET_TECHNICAL_NAME: KeywordField = KeywordField('smusAssetTechnicalName', 'smusAssetTechnicalName') class-attribute

Technical name for the asset in SageMaker Unified Studio.

SMUS_ASSET_TYPE: KeywordField = KeywordField('smusAssetType', 'smusAssetType') class-attribute

Type of asset in SageMaker Unified Studio.

SMUS_DOMAIN_ID: KeywordField = KeywordField('smusDomainId', 'smusDomainId') class-attribute

Unique identifier of the SageMaker Unified Studio domain.

SMUS_DOMAIN_NAME: KeywordField = KeywordField('smusDomainName', 'smusDomainName') class-attribute

Name of the SageMaker Unified Studio domain.

SMUS_DOMAIN_UNIT_ID: KeywordField = KeywordField('smusDomainUnitId', 'smusDomainUnitId') class-attribute

Unique identifier of the SageMaker Unified Studio domain unit.

SMUS_DOMAIN_UNIT_NAME: KeywordField = KeywordField('smusDomainUnitName', 'smusDomainUnitName') class-attribute

Name of the SageMaker Unified Studio domain unit.

SMUS_OWNING_PROJECT_ID: KeywordField = KeywordField('smusOwningProjectId', 'smusOwningProjectId') class-attribute

Unique identifier of the SageMaker Unified Studio project which owns the asset.

SMUS_PROJECT: RelationField = RelationField('smusProject') class-attribute

TBC

SMUS_PROJECT_ID: KeywordField = KeywordField('smusProjectId', 'smusProjectId') class-attribute

Unique identifier of the SageMaker Unified Studio project.

SMUS_PUBLISHED_ASSET_SUBSCRIPTIONS_COUNT: NumericField = NumericField('smusPublishedAssetSubscriptionsCount', 'smusPublishedAssetSubscriptionsCount') class-attribute

Number of subscriptions for the published asset.

SMUS_SUBSCRIBED_ASSETS: RelationField = RelationField('smusSubscribedAssets') class-attribute

TBC

SageMakerUnifiedStudioAssetSchema

pyatlan.model.assets.sage_maker_unified_studio_asset_schema.SageMakerUnifiedStudioAssetSchema(__pydantic_self__, **data: Any)

Bases: SageMakerUnifiedStudio

Description

Source code in pyatlan/model/assets/core/referenceable.py
def __init__(__pydantic_self__, **data: Any) -> None:
    super().__init__(**data)
    __pydantic_self__.__fields_set__.update(["attributes", "type_name"])

Attributes

SMUS_ASSET: RelationField = RelationField('smusAsset') class-attribute

TBC

SMUS_ASSET_NAME: KeywordField = KeywordField('smusAssetName', 'smusAssetName') class-attribute

Simple name of the Atlan SageMaker Unified Studio published/subscribed asset that contains this schema.

SMUS_ASSET_QUALIFIED_NAME: KeywordField = KeywordField('smusAssetQualifiedName', 'smusAssetQualifiedName') class-attribute

Unique name of the Atlan SageMaker Unified Studio published/subscribed asset that contains this schema.

SMUS_DATA_TYPE: KeywordField = KeywordField('smusDataType', 'smusDataType') class-attribute

Data type of the schema/column.