Class: Aws::SageMaker::Types::DescribePartnerAppRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the SageMaker Partner AI App to describe.

Returns:

  • (String)


20475
20476
20477
20478
20479
20480
# File 'lib/aws-sdk-sagemaker/types.rb', line 20475

class DescribePartnerAppRequest < Struct.new(
  :arn,
  :include_available_upgrade)
  SENSITIVE = []
  include Aws::Structure
end

#include_available_upgradeBoolean

When set to ‘TRUE`, the response includes available upgrade information for the SageMaker Partner AI App. Default is `FALSE`.

Returns:

  • (Boolean)


20475
20476
20477
20478
20479
20480
# File 'lib/aws-sdk-sagemaker/types.rb', line 20475

class DescribePartnerAppRequest < Struct.new(
  :arn,
  :include_available_upgrade)
  SENSITIVE = []
  include Aws::Structure
end