Class: Aws::SageMaker::Types::DescribePartnerAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribePartnerAppRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
20480 20481 20482 20483 20484 20485 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20480 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.
20480 20481 20482 20483 20484 20485 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 20480 class DescribePartnerAppRequest < Struct.new( :arn, :include_available_upgrade) SENSITIVE = [] include Aws::Structure end |