Class: Aws::SageMaker::Types::BatchDescribeModelPackageInput

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

#model_package_arn_listArray<String>

The list of Amazon Resource Name (ARN) of the model package groups.

Returns:

  • (Array<String>)


3027
3028
3029
3030
3031
# File 'lib/aws-sdk-sagemaker/types.rb', line 3027

class BatchDescribeModelPackageInput < Struct.new(
  :model_package_arn_list)
  SENSITIVE = []
  include Aws::Structure
end