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"
- #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
- #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
4795 |
# File 'sig/client.rbs', line 4795
def application_config: () -> Types::PartnerAppConfig
|
#arn ⇒ ::String
4783 |
# File 'sig/client.rbs', line 4783
def arn: () -> ::String
|
#auth_type ⇒ "IAM"
4796 |
# File 'sig/client.rbs', line 4796
def auth_type: () -> ("IAM")
|
#available_upgrade ⇒ Types::AvailableUpgrade
4800 |
# File 'sig/client.rbs', line 4800
def available_upgrade: () -> Types::AvailableUpgrade
|
#base_url ⇒ ::String
4791 |
# File 'sig/client.rbs', line 4791
def base_url: () -> ::String
|
#creation_time ⇒ ::Time
4787 |
# File 'sig/client.rbs', line 4787
def creation_time: () -> ::Time
|
#current_version_eol_date ⇒ ::Time
4799 |
# File 'sig/client.rbs', line 4799
def current_version_eol_date: () -> ::Time
|
#enable_auto_minor_version_upgrade ⇒ Boolean
4798 |
# File 'sig/client.rbs', line 4798
def enable_auto_minor_version_upgrade: () -> bool
|
#enable_iam_session_based_identity ⇒ Boolean
4797 |
# File 'sig/client.rbs', line 4797
def enable_iam_session_based_identity: () -> bool
|
#execution_role_arn ⇒ ::String
4789 |
# File 'sig/client.rbs', line 4789
def execution_role_arn: () -> ::String
|
#kms_key_id ⇒ ::String
4790 |
# File 'sig/client.rbs', line 4790
def kms_key_id: () -> ::String
|
#last_modified_time ⇒ ::Time
4788 |
# File 'sig/client.rbs', line 4788
def last_modified_time: () -> ::Time
|
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
4792 |
# File 'sig/client.rbs', line 4792
def maintenance_config: () -> Types::PartnerAppMaintenanceConfig
|
#name ⇒ ::String
4784 |
# File 'sig/client.rbs', line 4784
def name: () -> ::String
|
#status ⇒ "Creating", ...
4786 |
# File 'sig/client.rbs', line 4786
def status: () -> ("Creating" | "Updating" | "Deleting" | "Available" | "Failed" | "UpdateFailed" | "Deleted")
|
#tier ⇒ ::String
4793 |
# File 'sig/client.rbs', line 4793
def tier: () -> ::String
|
#type ⇒ "lakera-guard", ...
4785 |
# File 'sig/client.rbs', line 4785
def type: () -> ("lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler")
|
#version ⇒ ::String
4794 |
# File 'sig/client.rbs', line 4794
def version: () -> ::String
|