You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing S3MachineLearningModelResourceData as input to an Aws::Client method, you can use a vanilla Hash:

{
  destination_path: "__string",
  owner_setting: {
    group_owner: "__string", # required
    group_permission: "ro", # required, accepts ro, rw
  },
  s3_uri: "__string",
}

Attributes that define an Amazon S3 machine learning resource.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_pathString

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

Returns:

  • (String)

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

#owner_settingTypes::ResourceDownloadOwnerSetting

The owner setting for downloaded machine learning resources.

Returns:

#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)

    The URI of the source model in an S3 bucket.