Class: Aws::Types::CreateAIWorkloadConfigRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_workload_config_name::String

Returns the value of attribute ai_workload_config_name.

Returns:

  • (::String)


1851
1852
1853
# File 'sig/types.rbs', line 1851

def ai_workload_config_name
  @ai_workload_config_name
end

#ai_workload_configsTypes::AIWorkloadConfigs

Returns the value of attribute ai_workload_configs.



1853
1854
1855
# File 'sig/types.rbs', line 1853

def ai_workload_configs
  @ai_workload_configs
end

#dataset_configTypes::AIDatasetConfig

Returns the value of attribute dataset_config.



1852
1853
1854
# File 'sig/types.rbs', line 1852

def dataset_config
  @dataset_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1854
1855
1856
# File 'sig/types.rbs', line 1854

def tags
  @tags
end