Module: Aws::SageMaker::Client::_DescribePartnerAppResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePartnerAppResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_config ⇒ Types::PartnerAppConfig
- #arn ⇒ ::String
- #auth_type ⇒ "IAM", "IDC"
- #available_upgrade ⇒ Types::AvailableUpgrade
- #base_url ⇒ ::String
- #creation_time ⇒ ::Time
- #current_version_eol_date ⇒ ::Time
- #enable_auto_minor_version_upgrade ⇒ Boolean
- #enable_iam_session_based_identity ⇒ Boolean
- #execution_role_arn ⇒ ::String
- #idc_config ⇒ Types::IdcConfigOutput
- #kms_key_id ⇒ ::String
- #last_modified_time ⇒ ::Time
- #maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
- #name ⇒ ::String
- #status ⇒ "Creating", ...
- #tier ⇒ ::String
- #type ⇒ "lakera-guard", ...
- #version ⇒ ::String
Instance Method Details
#application_config ⇒ Types::PartnerAppConfig
4824 |
# File 'sig/client.rbs', line 4824 def application_config: () -> Types::PartnerAppConfig |
#arn ⇒ ::String
4812 |
# File 'sig/client.rbs', line 4812 def arn: () -> ::String |
#auth_type ⇒ "IAM", "IDC"
4825 |
# File 'sig/client.rbs', line 4825 def auth_type: () -> ("IAM" | "IDC") |
#available_upgrade ⇒ Types::AvailableUpgrade
4829 |
# File 'sig/client.rbs', line 4829 def available_upgrade: () -> Types::AvailableUpgrade |
#base_url ⇒ ::String
4820 |
# File 'sig/client.rbs', line 4820 def base_url: () -> ::String |
#creation_time ⇒ ::Time
4816 |
# File 'sig/client.rbs', line 4816 def creation_time: () -> ::Time |
#current_version_eol_date ⇒ ::Time
4828 |
# File 'sig/client.rbs', line 4828 def current_version_eol_date: () -> ::Time |
#enable_auto_minor_version_upgrade ⇒ Boolean
4827 |
# File 'sig/client.rbs', line 4827 def enable_auto_minor_version_upgrade: () -> bool |
#enable_iam_session_based_identity ⇒ Boolean
4826 |
# File 'sig/client.rbs', line 4826 def enable_iam_session_based_identity: () -> bool |
#execution_role_arn ⇒ ::String
4818 |
# File 'sig/client.rbs', line 4818 def execution_role_arn: () -> ::String |
#idc_config ⇒ Types::IdcConfigOutput
4830 |
# File 'sig/client.rbs', line 4830 def idc_config: () -> Types::IdcConfigOutput |
#kms_key_id ⇒ ::String
4819 |
# File 'sig/client.rbs', line 4819 def kms_key_id: () -> ::String |
#last_modified_time ⇒ ::Time
4817 |
# File 'sig/client.rbs', line 4817 def last_modified_time: () -> ::Time |
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
4821 |
# File 'sig/client.rbs', line 4821 def maintenance_config: () -> Types::PartnerAppMaintenanceConfig |
#name ⇒ ::String
4813 |
# File 'sig/client.rbs', line 4813 def name: () -> ::String |
#status ⇒ "Creating", ...
4815 |
# File 'sig/client.rbs', line 4815 def status: () -> ("Creating" | "Updating" | "Deleting" | "Available" | "Failed" | "UpdateFailed" | "Deleted") |
#tier ⇒ ::String
4822 |
# File 'sig/client.rbs', line 4822 def tier: () -> ::String |
#type ⇒ "lakera-guard", ...
4814 |
# File 'sig/client.rbs', line 4814 def type: () -> ("lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler") |
#version ⇒ ::String
4823 |
# File 'sig/client.rbs', line 4823 def version: () -> ::String |