Class: Aws::Greengrass::Types::S3MachineLearningModelResourceData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_pathString

The absolute local path of the resource inside the Lambda environment.

Returns:

  • (String)


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_settingTypes::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_uriString

The URI of the source model in an S3 bucket. The model package must be in tar.gz or .zip format.

Returns:

  • (String)


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