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

Class: Aws::Greengrass::Types::SageMakerMachineLearningModelResourceData

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

Overview

Note:

When passing SageMakerMachineLearningModelResourceData 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
  },
  sage_maker_job_arn: "__string",
}

Attributes that define an Amazon SageMaker 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:

#sage_maker_job_arnString

The ARN of the Amazon SageMaker training job that represents the source model.

Returns:

  • (String)

    The ARN of the Amazon SageMaker training job that represents the source model.