Class: Aws::Greengrass::Types::SageMakerMachineLearningModelResourceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::SageMakerMachineLearningModelResourceData
- Defined in:
- gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb
Overview
Note:
When making an API call, you may pass SageMakerMachineLearningModelResourceData data as a 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.
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.
-
#sage_maker_job_arn ⇒ String
The ARN of the Amazon SageMaker training job that represents the source model.
Instance Attribute Details
#destination_path ⇒ String
The absolute local path of the resource inside the Lambda environment.
5650 5651 5652 5653 5654 5655 5656 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 5650 class SageMakerMachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :sage_maker_job_arn) SENSITIVE = [] include Aws::Structure end |
#owner_setting ⇒ Types::ResourceDownloadOwnerSetting
The owner setting for downloaded machine learning resources.
5650 5651 5652 5653 5654 5655 5656 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 5650 class SageMakerMachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :sage_maker_job_arn) SENSITIVE = [] include Aws::Structure end |
#sage_maker_job_arn ⇒ String
The ARN of the Amazon SageMaker training job that represents the source model.
5650 5651 5652 5653 5654 5655 5656 |
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 5650 class SageMakerMachineLearningModelResourceData < Struct.new( :destination_path, :owner_setting, :sage_maker_job_arn) SENSITIVE = [] include Aws::Structure end |