Class: Aws::SageMaker::Types::DescribePartnerAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePartnerAppResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_config ⇒ Types::PartnerAppConfig
Configuration settings for the SageMaker Partner AI App.
-
#arn ⇒ String
The ARN of the SageMaker Partner AI App that was described.
-
#auth_type ⇒ String
The authorization type that users use to access the SageMaker Partner AI App.
-
#available_upgrade ⇒ Types::AvailableUpgrade
A map of available minor version upgrades for the SageMaker Partner AI App.
-
#base_url ⇒ String
The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.
-
#creation_time ⇒ Time
The time that the SageMaker Partner AI App was created.
-
#current_version_eol_date ⇒ Time
The end-of-life date for the current version of the SageMaker Partner AI App.
-
#enable_auto_minor_version_upgrade ⇒ Boolean
Indicates whether the SageMaker Partner AI App is configured for automatic minor version upgrades during scheduled maintenance windows.
-
#enable_iam_session_based_identity ⇒ Boolean
When set to
TRUE, the SageMaker Partner AI App sets the Amazon Web Services IAM session name or the authenticated IAM user as the identity of the SageMaker Partner AI App user. -
#error ⇒ Types::ErrorInfo
This is an error field object that contains the error code and the reason for an operation failure.
-
#execution_role_arn ⇒ String
The ARN of the IAM role associated with the SageMaker Partner AI App.
-
#kms_key_id ⇒ String
The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.
-
#last_modified_time ⇒ Time
The time that the SageMaker Partner AI App was last modified.
-
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
-
#name ⇒ String
The name of the SageMaker Partner AI App.
-
#status ⇒ String
The status of the SageMaker Partner AI App.
-
#tier ⇒ String
The instance type and size of the cluster attached to the SageMaker Partner AI App.
-
#type ⇒ String
The type of SageMaker Partner AI App.
-
#version ⇒ String
The version of the SageMaker Partner AI App.
Instance Attribute Details
#application_config ⇒ Types::PartnerAppConfig
Configuration settings for the SageMaker Partner AI App.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the SageMaker Partner AI App that was described.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The authorization type that users use to access the SageMaker Partner AI App.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#available_upgrade ⇒ Types::AvailableUpgrade
A map of available minor version upgrades for the SageMaker Partner AI App. The key is the semantic version number, and the value is a list of release notes for that version. A null value indicates no upgrades are available.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#base_url ⇒ String
The URL of the SageMaker Partner AI App that the Application SDK uses to support in-app calls for the user.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the SageMaker Partner AI App was created.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#current_version_eol_date ⇒ Time
The end-of-life date for the current version of the SageMaker Partner AI App.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#enable_auto_minor_version_upgrade ⇒ Boolean
Indicates whether the SageMaker Partner AI App is configured for automatic minor version upgrades during scheduled maintenance windows.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#enable_iam_session_based_identity ⇒ Boolean
When set to TRUE, the SageMaker Partner AI App sets the Amazon Web
Services IAM session name or the authenticated IAM user as the
identity of the SageMaker Partner AI App user.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#error ⇒ Types::ErrorInfo
This is an error field object that contains the error code and the reason for an operation failure.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The ARN of the IAM role associated with the SageMaker Partner AI App.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The Amazon Web Services KMS customer managed key used to encrypt the data at rest associated with SageMaker Partner AI Apps.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time that the SageMaker Partner AI App was last modified.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the SageMaker Partner AI App.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the SageMaker Partner AI App.
Creating: SageMaker AI is creating the partner AI app. The partner AI app is not available during creation.
Updating: SageMaker AI is updating the partner AI app. The partner AI app is not available when updating.
Deleting: SageMaker AI is deleting the partner AI app. The partner AI app is not available during deletion.
Available: The partner AI app is provisioned and accessible.
Failed: The partner AI app is in a failed state and isn't available. SageMaker AI is investigating the issue. For further guidance, contact Amazon Web Services Support.
UpdateFailed: The partner AI app couldn't be updated but is available.
Deleted: The partner AI app is permanently deleted and not available.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#tier ⇒ String
The instance type and size of the cluster attached to the SageMaker Partner AI App.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of SageMaker Partner AI App. Must be one of the following:
lakera-guard, comet, deepchecks-llm-evaluation, or fiddler.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the SageMaker Partner AI App.
20747 20748 20749 20750 20751 20752 20753 20754 20755 20756 20757 20758 20759 20760 20761 20762 20763 20764 20765 20766 20767 20768 20769 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20747 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :last_modified_time, :execution_role_arn, :kms_key_id, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error, :enable_auto_minor_version_upgrade, :current_version_eol_date, :available_upgrade) SENSITIVE = [] include Aws::Structure end |