Class: Aws::SageMaker::Types::UpdateClusterSchedulerConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateClusterSchedulerConfigRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_scheduler_config_id ⇒ String
ID of the cluster policy.
-
#description ⇒ String
Description of the cluster policy.
-
#scheduler_config ⇒ Types::SchedulerConfig
Cluster policy configuration.
-
#target_version ⇒ Integer
Target version.
Instance Attribute Details
#cluster_scheduler_config_id ⇒ String
ID of the cluster policy.
47257 47258 47259 47260 47261 47262 47263 47264 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47257 class UpdateClusterSchedulerConfigRequest < Struct.new( :cluster_scheduler_config_id, :target_version, :scheduler_config, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the cluster policy.
47257 47258 47259 47260 47261 47262 47263 47264 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47257 class UpdateClusterSchedulerConfigRequest < Struct.new( :cluster_scheduler_config_id, :target_version, :scheduler_config, :description) SENSITIVE = [] include Aws::Structure end |
#scheduler_config ⇒ Types::SchedulerConfig
Cluster policy configuration.
47257 47258 47259 47260 47261 47262 47263 47264 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47257 class UpdateClusterSchedulerConfigRequest < Struct.new( :cluster_scheduler_config_id, :target_version, :scheduler_config, :description) SENSITIVE = [] include Aws::Structure end |
#target_version ⇒ Integer
Target version.
47257 47258 47259 47260 47261 47262 47263 47264 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47257 class UpdateClusterSchedulerConfigRequest < Struct.new( :cluster_scheduler_config_id, :target_version, :scheduler_config, :description) SENSITIVE = [] include Aws::Structure end |