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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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>)


2845
2846
2847
2848
2849
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2845

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