Class: Aws::Batch::Types::ServiceEnvironmentDetail

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

Overview

Detailed information about a service environment, including its configuration, state, and capacity limits.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_limitsArray<Types::CapacityLimit>

The capacity limits for the service environment. This defines the maximum resources that can be used by service jobs in this environment.

Returns:



8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8205

class ServiceEnvironmentDetail < Struct.new(
  :service_environment_name,
  :service_environment_arn,
  :service_environment_type,
  :state,
  :status,
  :capacity_limits,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#service_environment_arnString

The Amazon Resource Name (ARN) of the service environment.

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8205

class ServiceEnvironmentDetail < Struct.new(
  :service_environment_name,
  :service_environment_arn,
  :service_environment_type,
  :state,
  :status,
  :capacity_limits,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#service_environment_nameString

The name of the service environment.

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8205

class ServiceEnvironmentDetail < Struct.new(
  :service_environment_name,
  :service_environment_arn,
  :service_environment_type,
  :state,
  :status,
  :capacity_limits,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#service_environment_typeString

The type of service environment. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8205

class ServiceEnvironmentDetail < Struct.new(
  :service_environment_name,
  :service_environment_arn,
  :service_environment_type,
  :state,
  :status,
  :capacity_limits,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the service environment. Valid values are ENABLED and DISABLED.

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8205

class ServiceEnvironmentDetail < Struct.new(
  :service_environment_name,
  :service_environment_arn,
  :service_environment_type,
  :state,
  :status,
  :capacity_limits,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the service environment.

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8205

class ServiceEnvironmentDetail < Struct.new(
  :service_environment_name,
  :service_environment_arn,
  :service_environment_type,
  :state,
  :status,
  :capacity_limits,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags associated with the service environment. Each tag consists of a key and an optional value. For more information, see Tagging your Batch resources.

Returns:

  • (Hash<String,String>)


8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 8205

class ServiceEnvironmentDetail < Struct.new(
  :service_environment_name,
  :service_environment_arn,
  :service_environment_type,
  :state,
  :status,
  :capacity_limits,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end