Class: Aws::DataZone::Types::SageMakerRunConfigurationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::SageMakerRunConfigurationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The Amazon SageMaker run configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon SageMaker account ID.
-
#region ⇒ String
The Amazon SageMaker Region.
-
#tracking_assets ⇒ Hash<String,Array<String>>
The tracking assets of the Amazon SageMaker.
Instance Attribute Details
#account_id ⇒ String
The Amazon SageMaker account ID.
17264 17265 17266 17267 17268 17269 17270 |
# File 'lib/aws-sdk-datazone/types.rb', line 17264 class SageMakerRunConfigurationOutput < Struct.new( :account_id, :region, :tracking_assets) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The Amazon SageMaker Region.
17264 17265 17266 17267 17268 17269 17270 |
# File 'lib/aws-sdk-datazone/types.rb', line 17264 class SageMakerRunConfigurationOutput < Struct.new( :account_id, :region, :tracking_assets) SENSITIVE = [] include Aws::Structure end |
#tracking_assets ⇒ Hash<String,Array<String>>
The tracking assets of the Amazon SageMaker.
17264 17265 17266 17267 17268 17269 17270 |
# File 'lib/aws-sdk-datazone/types.rb', line 17264 class SageMakerRunConfigurationOutput < Struct.new( :account_id, :region, :tracking_assets) SENSITIVE = [] include Aws::Structure end |