Class: Aws::SageMaker::Types::PartnerAppSummary

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

Overview

A subset of information related to a SageMaker Partner AI App. This information is used as part of the ‘ListPartnerApps` API response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the SageMaker Partner AI App.

Returns:

  • (String)


37605
37606
37607
37608
37609
37610
37611
37612
37613
# File 'lib/aws-sdk-sagemaker/types.rb', line 37605

class PartnerAppSummary < Struct.new(
  :arn,
  :name,
  :type,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time of the SageMaker Partner AI App.

Returns:

  • (Time)


37605
37606
37607
37608
37609
37610
37611
37612
37613
# File 'lib/aws-sdk-sagemaker/types.rb', line 37605

class PartnerAppSummary < Struct.new(
  :arn,
  :name,
  :type,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the SageMaker Partner AI App.

Returns:

  • (String)


37605
37606
37607
37608
37609
37610
37611
37612
37613
# File 'lib/aws-sdk-sagemaker/types.rb', line 37605

class PartnerAppSummary < Struct.new(
  :arn,
  :name,
  :type,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the SageMaker Partner AI App.

Returns:

  • (String)


37605
37606
37607
37608
37609
37610
37611
37612
37613
# File 'lib/aws-sdk-sagemaker/types.rb', line 37605

class PartnerAppSummary < Struct.new(
  :arn,
  :name,
  :type,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of SageMaker Partner AI App to create. Must be one of the following: ‘lakera-guard`, `comet`, `deepchecks-llm-evaluation`, or `fiddler`.

Returns:

  • (String)


37605
37606
37607
37608
37609
37610
37611
37612
37613
# File 'lib/aws-sdk-sagemaker/types.rb', line 37605

class PartnerAppSummary < Struct.new(
  :arn,
  :name,
  :type,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end