Class: Aws::SageMaker::Types::AIWorkloadConfigSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Summary information about an AI workload configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ai_workload_config_arnString

The Amazon Resource Name (ARN) of the AI workload configuration.

Returns:

  • (String)


621
622
623
624
625
626
627
# File 'lib/aws-sdk-sagemaker/types.rb', line 621

class AIWorkloadConfigSummary < Struct.new(
  :ai_workload_config_name,
  :ai_workload_config_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#ai_workload_config_nameString

The name of the AI workload configuration.

Returns:

  • (String)


621
622
623
624
625
626
627
# File 'lib/aws-sdk-sagemaker/types.rb', line 621

class AIWorkloadConfigSummary < Struct.new(
  :ai_workload_config_name,
  :ai_workload_config_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

A timestamp that indicates when the configuration was created.

Returns:

  • (Time)


621
622
623
624
625
626
627
# File 'lib/aws-sdk-sagemaker/types.rb', line 621

class AIWorkloadConfigSummary < Struct.new(
  :ai_workload_config_name,
  :ai_workload_config_arn,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end