Class: Aws::DataZone::Types::SageMakerRunConfigurationOutput

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

Overview

The Amazon SageMaker run configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon SageMaker account ID.

Returns:

  • (String)


16305
16306
16307
16308
16309
16310
16311
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16305

class SageMakerRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :tracking_assets)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon SageMaker Region.

Returns:

  • (String)


16305
16306
16307
16308
16309
16310
16311
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16305

class SageMakerRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :tracking_assets)
  SENSITIVE = []
  include Aws::Structure
end

#tracking_assetsHash<String,Array<String>>

The tracking assets of the Amazon SageMaker.

Returns:

  • (Hash<String,Array<String>>)


16305
16306
16307
16308
16309
16310
16311
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16305

class SageMakerRunConfigurationOutput < Struct.new(
  :account_id,
  :region,
  :tracking_assets)
  SENSITIVE = []
  include Aws::Structure
end