Class: Aws::SageMaker::Types::UpdatePartnerAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdatePartnerAppRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_version ⇒ String
The semantic version to upgrade the SageMaker Partner AI App to.
-
#application_config ⇒ Types::PartnerAppConfig
Configuration settings for the SageMaker Partner AI App.
-
#arn ⇒ String
The ARN of the SageMaker Partner AI App to update.
-
#client_token ⇒ String
A unique token that guarantees that the call to this API is idempotent.
-
#enable_auto_minor_version_upgrade ⇒ Boolean
When set to
TRUE, the SageMaker Partner AI App is automatically upgraded to the latest minor version during the next scheduled maintenance window, if one is available. -
#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. -
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
-
#tags ⇒ Array<Types::Tag>
Each tag consists of a key and an optional value.
-
#tier ⇒ String
Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.
Instance Attribute Details
#app_version ⇒ String
The semantic version to upgrade the SageMaker Partner AI App to.
Must be the same semantic version returned in the AvailableUpgrade
field from DescribePartnerApp. Version skipping and downgrades are
not supported.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#application_config ⇒ Types::PartnerAppConfig
Configuration settings for the SageMaker Partner AI App.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the SageMaker Partner AI App to update.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique token that guarantees that the call to this API is idempotent.
A suitable default value is auto-generated. You should normally not need to pass this option.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#enable_auto_minor_version_upgrade ⇒ Boolean
When set to TRUE, the SageMaker Partner AI App is automatically
upgraded to the latest minor version during the next scheduled
maintenance window, if one is available.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) 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.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#maintenance_config ⇒ Types::PartnerAppMaintenanceConfig
Maintenance configuration settings for the SageMaker Partner AI App.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Each tag consists of a key and an optional value. Tag keys must be unique per resource.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tier ⇒ String
Indicates the instance type and size of the cluster attached to the SageMaker Partner AI App.
54832 54833 54834 54835 54836 54837 54838 54839 54840 54841 54842 54843 54844 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 54832 class UpdatePartnerAppRequest < Struct.new( :arn, :maintenance_config, :tier, :application_config, :enable_iam_session_based_identity, :enable_auto_minor_version_upgrade, :app_version, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |