Class: Aws::SageMaker::Types::DescribeAIWorkloadConfigResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeAIWorkloadConfigResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ai_workload_config_arn ⇒ String
The Amazon Resource Name (ARN) of the AI workload configuration.
-
#ai_workload_config_name ⇒ String
The name of the AI workload configuration.
-
#ai_workload_configs ⇒ Types::AIWorkloadConfigs
The benchmark tool configuration and workload specification.
-
#creation_time ⇒ Time
A timestamp that indicates when the AI workload configuration was created.
-
#dataset_config ⇒ Types::AIDatasetConfig
The dataset configuration for the workload.
-
#tags ⇒ Array<Types::Tag>
The tags associated with the AI workload configuration.
Instance Attribute Details
#ai_workload_config_arn ⇒ String
The Amazon Resource Name (ARN) of the AI workload configuration.
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_name ⇒ String
The name of the AI workload configuration.
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_configs ⇒ Types::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_time ⇒ Time
A timestamp that indicates when the AI workload configuration was created.
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_config ⇒ Types::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 |
#tags ⇒ Array<Types::Tag>
The tags associated with the AI workload configuration.
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 |