Class: Aws::SageMaker::Types::UpdateClusterSchedulerConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateClusterSchedulerConfigResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_scheduler_config_arn ⇒ String
ARN of the cluster policy.
-
#cluster_scheduler_config_version ⇒ Integer
Version of the cluster policy.
Instance Attribute Details
#cluster_scheduler_config_arn ⇒ String
ARN of the cluster policy.
53436 53437 53438 53439 53440 53441 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 53436 class UpdateClusterSchedulerConfigResponse < Struct.new( :cluster_scheduler_config_arn, :cluster_scheduler_config_version) SENSITIVE = [] include Aws::Structure end |
#cluster_scheduler_config_version ⇒ Integer
Version of the cluster policy.
53436 53437 53438 53439 53440 53441 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 53436 class UpdateClusterSchedulerConfigResponse < Struct.new( :cluster_scheduler_config_arn, :cluster_scheduler_config_version) SENSITIVE = [] include Aws::Structure end |