Class: Aws::SageMaker::Types::DescribePartnerAppResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePartnerAppResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
-
#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.
-
#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.
-
#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.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the SageMaker Partner AI App that was described.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#auth_type ⇒ String
The authorization type that users use to access the SageMaker Partner AI App.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) 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.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the SageMaker Partner AI App was created.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) 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.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) 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.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#execution_role_arn ⇒ String
The ARN of the IAM role associated with the SageMaker Partner AI App.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the SageMaker Partner AI App.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the SageMaker Partner AI App.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#tier ⇒ String
The instance type and size of the cluster attached to the SageMaker Partner AI App.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) 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`.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the SageMaker Partner AI App.
17953 17954 17955 17956 17957 17958 17959 17960 17961 17962 17963 17964 17965 17966 17967 17968 17969 17970 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 17953 class DescribePartnerAppResponse < Struct.new( :arn, :name, :type, :status, :creation_time, :execution_role_arn, :base_url, :maintenance_config, :tier, :version, :application_config, :auth_type, :enable_iam_session_based_identity, :error) SENSITIVE = [] include Aws::Structure end |