Class: Aws::Types::CreateAIWorkloadConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#ai_workload_config_name::String

Returns the value of attribute ai_workload_config_name.



1866
1867
1868
# File 'sig/types.rbs', line 1866

def ai_workload_config_name
  @ai_workload_config_name
end

#ai_workload_configsTypes::AIWorkloadConfigs

Returns the value of attribute ai_workload_configs.



1868
1869
1870
# File 'sig/types.rbs', line 1868

def ai_workload_configs
  @ai_workload_configs
end

#dataset_configTypes::AIDatasetConfig

Returns the value of attribute dataset_config.



1867
1868
1869
# File 'sig/types.rbs', line 1867

def dataset_config
  @dataset_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



1869
1870
1871
# File 'sig/types.rbs', line 1869

def tags
  @tags
end