Class: Aws::Bedrock::Types::ModelPackageArnDataSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Contains the Amazon Resource Name (ARN) of a SageMaker AI model package to use as the data source for a custom model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_package_arnString

The Amazon Resource Name (ARN) of the SageMaker AI model package. The ARN must be for a model package of restricted type.

To use a model package ARN, you must have the sagemaker:DescribeModelPackage and sagemaker:AccessModelPackageData permissions on the model package resource.

Returns:

  • (String)


12197
12198
12199
12200
12201
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12197

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