Class: Aws::SageMaker::Types::PartnerAppMaintenanceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::PartnerAppMaintenanceConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Maintenance configuration settings for the SageMaker Partner AI App.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#maintenance_window_start ⇒ String
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.
Instance Attribute Details
#maintenance_window_start ⇒ String
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. This value must take the following format: ‘3-letter-day:24-h-hour:minute`. For example: `TUE:03:30`.
37588 37589 37590 37591 37592 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 37588 class PartnerAppMaintenanceConfig < Struct.new( :maintenance_window_start) SENSITIVE = [] include Aws::Structure end |