Class: Aws::SageMaker::Types::DescribeAIWorkloadConfigResponse

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

Overview

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)


16808
16809
16810
16811
16812
16813
16814
16815
16816
16817
# File 'lib/aws-sdk-sagemaker/types.rb', line 16808

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

#ai_workload_config_nameString

The name of the AI workload configuration.

Returns:

  • (String)


16808
16809
16810
16811
16812
16813
16814
16815
16816
16817
# File 'lib/aws-sdk-sagemaker/types.rb', line 16808

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

#ai_workload_configsTypes::AIWorkloadConfigs

The benchmark tool configuration and workload specification.



16808
16809
16810
16811
16812
16813
16814
16815
16816
16817
# File 'lib/aws-sdk-sagemaker/types.rb', line 16808

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

#creation_timeTime

A timestamp that indicates when the AI workload configuration was created.

Returns:

  • (Time)


16808
16809
16810
16811
16812
16813
16814
16815
16816
16817
# File 'lib/aws-sdk-sagemaker/types.rb', line 16808

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

#dataset_configTypes::AIDatasetConfig

The dataset configuration for the workload.



16808
16809
16810
16811
16812
16813
16814
16815
16816
16817
# File 'lib/aws-sdk-sagemaker/types.rb', line 16808

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

#tagsArray<Types::Tag>

The tags associated with the AI workload configuration.

Returns:



16808
16809
16810
16811
16812
16813
16814
16815
16816
16817
# File 'lib/aws-sdk-sagemaker/types.rb', line 16808

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