You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::UpdateImageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateImageRequest
- Defined in:
- (unknown)
Overview
When passing UpdateImageRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
delete_properties: ["ImageDeleteProperty"],
description: "ImageDescription",
display_name: "ImageDisplayName",
image_name: "ImageName", # required
role_arn: "RoleArn",
}
Instance Attribute Summary collapse
-
#delete_properties ⇒ Array<String>
A list of properties to delete.
-
#description ⇒ String
The new description for the image.
-
#display_name ⇒ String
The new display name for the image.
-
#image_name ⇒ String
The name of the image to update.
-
#role_arn ⇒ String
The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.
Instance Attribute Details
#delete_properties ⇒ Array<String>
A list of properties to delete. Only the Description
and DisplayName
properties can be deleted.
#description ⇒ String
The new description for the image.
#display_name ⇒ String
The new display name for the image.
#image_name ⇒ String
The name of the image to update.
#role_arn ⇒ String
The new Amazon Resource Name (ARN) for the IAM role that enables Amazon SageMaker to perform tasks on your behalf.