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:



2449
2450
2451
2452
2453
# File 'lib/aws-sdk-sagemaker/types.rb', line 2449

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