Class: Aws::Types::CreateProjectVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProjectVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature_config ⇒ Types::CustomizationFeatureConfig
Returns the value of attribute feature_config.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#testing_data ⇒ Types::TestingData
Returns the value of attribute testing_data.
-
#training_data ⇒ Types::TrainingData
Returns the value of attribute training_data.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#feature_config ⇒ Types::CustomizationFeatureConfig
Returns the value of attribute feature_config.
280 281 282 |
# File 'sig/types.rbs', line 280 def feature_config @feature_config end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
278 279 280 |
# File 'sig/types.rbs', line 278 def kms_key_id @kms_key_id end |
#output_config ⇒ Types::OutputConfig
Returns the value of attribute output_config.
274 275 276 |
# File 'sig/types.rbs', line 274 def output_config @output_config end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
272 273 274 |
# File 'sig/types.rbs', line 272 def project_arn @project_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
277 278 279 |
# File 'sig/types.rbs', line 277 def end |
#testing_data ⇒ Types::TestingData
Returns the value of attribute testing_data.
276 277 278 |
# File 'sig/types.rbs', line 276 def testing_data @testing_data end |
#training_data ⇒ Types::TrainingData
Returns the value of attribute training_data.
275 276 277 |
# File 'sig/types.rbs', line 275 def training_data @training_data end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
279 280 281 |
# File 'sig/types.rbs', line 279 def version_description @version_description end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
273 274 275 |
# File 'sig/types.rbs', line 273 def version_name @version_name end |