Class: Aws::Types::AIAdapterSource
- Inherits:
-
Object
- Object
- Aws::Types::AIAdapterSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ModelPackageArns, S3Uris, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_package_arns ⇒ ::Array[Types::AIAdapterModelPackageEntry]
Returns the value of attribute model_package_arns.
-
#s3_uris ⇒ ::Array[Types::AIAdapterS3Entry]
Returns the value of attribute s3_uris.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#model_package_arns ⇒ ::Array[Types::AIAdapterModelPackageEntry]
Returns the value of attribute model_package_arns.
24 25 26 |
# File 'sig/types.rbs', line 24 def model_package_arns @model_package_arns end |
#s3_uris ⇒ ::Array[Types::AIAdapterS3Entry]
Returns the value of attribute s3_uris.
25 26 27 |
# File 'sig/types.rbs', line 25 def s3_uris @s3_uris end |
#unknown ⇒ Object
Returns the value of attribute unknown.
26 27 28 |
# File 'sig/types.rbs', line 26 def unknown @unknown end |