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.
47307 47308 47309 47310 47311 47312 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47307 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.
47307 47308 47309 47310 47311 47312 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47307 class UpdateClusterSchedulerConfigResponse < Struct.new( :cluster_scheduler_config_arn, :cluster_scheduler_config_version) SENSITIVE = [] include Aws::Structure end |