Class: Aws::SageMaker::Types::BatchDescribeModelPackageInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BatchDescribeModelPackageInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_package_arn_list ⇒ Array<String>
The list of Amazon Resource Name (ARN) of the model package groups.
Instance Attribute Details
#model_package_arn_list ⇒ Array<String>
The list of Amazon Resource Name (ARN) of the model package groups.
3027 3028 3029 3030 3031 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3027 class BatchDescribeModelPackageInput < Struct.new( :model_package_arn_list) SENSITIVE = [] include Aws::Structure end |