Class: Aws::SageMaker::Types::ResourceConfigForUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The ResourceConfig to update KeepAlivePeriodInSeconds. Other fields in the ResourceConfig cannot be updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keep_alive_period_in_secondsInteger

The KeepAlivePeriodInSeconds value specified in the ResourceConfig to update.

Returns:

  • (Integer)


37653
37654
37655
37656
37657
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37653

class ResourceConfigForUpdate < Struct.new(
  :keep_alive_period_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end