Class: Aws::Greengrass::Types::S3MachineLearningModelResourceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::S3MachineLearningModelResourceData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Attributes that define an Amazon S3 machine learning resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_path ⇒ String
The absolute local path of the resource inside the Lambda environment.
-
#owner_setting ⇒ Types::ResourceDownloadOwnerSetting
The owner setting for downloaded machine learning resources.
-
#s3_uri ⇒ String
The URI of the source model in an S3 bucket.
Instance Attribute Details
#destination_path ⇒ String
The absolute local path of the resource inside the Lambda environment.
4214 4215 4216 4217 4218 4219 4220 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4214 class S3MachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :s3_uri) SENSITIVE = [] include Aws::Structure end |
#owner_setting ⇒ Types::ResourceDownloadOwnerSetting
The owner setting for downloaded machine learning resources.
4214 4215 4216 4217 4218 4219 4220 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4214 class S3MachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :s3_uri) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.
4214 4215 4216 4217 4218 4219 4220 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4214 class S3MachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :s3_uri) SENSITIVE = [] include Aws::Structure end |