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
4778 |
# File 'sig/client.rbs', line 4778
def application_config: () -> Types::PartnerAppConfig
|
#arn ⇒ ::String
4766 |
# File 'sig/client.rbs', line 4766
def arn: () -> ::String
|
#auth_type ⇒ "IAM"
4779 |
# File 'sig/client.rbs', line 4779
def auth_type: () -> ("IAM")
|
#available_upgrade ⇒ Types::AvailableUpgrade
4783 |
# File 'sig/client.rbs', line 4783
def available_upgrade: () -> Types::AvailableUpgrade
|
#base_url ⇒ ::String
4774 |
# File 'sig/client.rbs', line 4774
def base_url: () -> ::String
|
#creation_time ⇒ ::Time
4770 |
# File 'sig/client.rbs', line 4770
def creation_time: () -> ::Time
|
#current_version_eol_date ⇒ ::Time
4782 |
# File 'sig/client.rbs', line 4782
def current_version_eol_date: () -> ::Time
|
#enable_auto_minor_version_upgrade ⇒ Boolean
4781 |
# File 'sig/client.rbs', line 4781
def enable_auto_minor_version_upgrade: () -> bool
|
#enable_iam_session_based_identity ⇒ Boolean
4780 |
# File 'sig/client.rbs', line 4780
def enable_iam_session_based_identity: () -> bool
|
#execution_role_arn ⇒ ::String
4772 |
# File 'sig/client.rbs', line 4772
def execution_role_arn: () -> ::String
|
#kms_key_id ⇒ ::String
4773 |
# File 'sig/client.rbs', line 4773
def kms_key_id: () -> ::String
|
#last_modified_time ⇒ ::Time
4771 |
# File 'sig/client.rbs', line 4771
def last_modified_time: () -> ::Time
|
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
4775 |
# File 'sig/client.rbs', line 4775
def maintenance_config: () -> Types::PartnerAppMaintenanceConfig
|
#name ⇒ ::String
4767 |
# File 'sig/client.rbs', line 4767
def name: () -> ::String
|
#status ⇒ "Creating", ...
4769 |
# File 'sig/client.rbs', line 4769
def status: () -> ("Creating" | "Updating" | "Deleting" | "Available" | "Failed" | "UpdateFailed" | "Deleted")
|
#tier ⇒ ::String
4776 |
# File 'sig/client.rbs', line 4776
def tier: () -> ::String
|
#type ⇒ "lakera-guard", ...
4768 |
# File 'sig/client.rbs', line 4768
def type: () -> ("lakera-guard" | "comet" | "deepchecks-llm-evaluation" | "fiddler")
|
#version ⇒ ::String
4777 |
# File 'sig/client.rbs', line 4777
def version: () -> ::String
|