Class: Aws::SageMaker::Types::DescribePartnerAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePartnerAppRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the SageMaker Partner AI App to describe.
-
#include_available_upgrade ⇒ Boolean
When set to
TRUE, the response includes available upgrade information for the SageMaker Partner AI App.
Instance Attribute Details
#arn ⇒ String
The ARN of the SageMaker Partner AI App to describe.
20475 20476 20477 20478 20479 20480 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20475 class DescribePartnerAppRequest < Struct.new( :arn, :include_available_upgrade) SENSITIVE = [] include Aws::Structure end |
#include_available_upgrade ⇒ Boolean
When set to TRUE, the response includes available upgrade
information for the SageMaker Partner AI App. Default is FALSE.
20475 20476 20477 20478 20479 20480 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20475 class DescribePartnerAppRequest < Struct.new( :arn, :include_available_upgrade) SENSITIVE = [] include Aws::Structure end |