Class: Aws::Types::CreateTrainedModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrainedModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
-
#data_channels ⇒ ::Array[Types::ModelTrainingDataChannel]
Returns the value of attribute data_channels.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
-
#hyperparameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyperparameters.
-
#incremental_training_data_channels ⇒ ::Array[Types::IncrementalTrainingDataChannel]
Returns the value of attribute incremental_training_data_channels.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
-
#ml_model_training_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_training_payer_account_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
-
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#training_input_mode ⇒ "File", ...
Returns the value of attribute training_input_mode.
Instance Attribute Details
#configured_model_algorithm_association_arn ⇒ ::String
Returns the value of attribute configured_model_algorithm_association_arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def configured_model_algorithm_association_arn @configured_model_algorithm_association_arn end |
#data_channels ⇒ ::Array[Types::ModelTrainingDataChannel]
Returns the value of attribute data_channels.
363 364 365 |
# File 'sig/types.rbs', line 363 def data_channels @data_channels end |
#description ⇒ ::String
Returns the value of attribute description.
365 366 367 |
# File 'sig/types.rbs', line 365 def description @description end |
#environment ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment.
359 360 361 |
# File 'sig/types.rbs', line 359 def environment @environment end |
#hyperparameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyperparameters.
358 359 360 |
# File 'sig/types.rbs', line 358 def hyperparameters @hyperparameters end |
#incremental_training_data_channels ⇒ ::Array[Types::IncrementalTrainingDataChannel]
Returns the value of attribute incremental_training_data_channels.
362 363 364 |
# File 'sig/types.rbs', line 362 def incremental_training_data_channels @incremental_training_data_channels end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
366 367 368 |
# File 'sig/types.rbs', line 366 def kms_key_arn @kms_key_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
355 356 357 |
# File 'sig/types.rbs', line 355 def membership_identifier @membership_identifier end |
#ml_model_training_payer_account_id ⇒ ::String
Returns the value of attribute ml_model_training_payer_account_id.
368 369 370 |
# File 'sig/types.rbs', line 368 def ml_model_training_payer_account_id @ml_model_training_payer_account_id end |
#name ⇒ ::String
Returns the value of attribute name.
356 357 358 |
# File 'sig/types.rbs', line 356 def name @name end |
#resource_config ⇒ Types::ResourceConfig
Returns the value of attribute resource_config.
360 361 362 |
# File 'sig/types.rbs', line 360 def resource_config @resource_config end |
#stopping_condition ⇒ Types::StoppingCondition
Returns the value of attribute stopping_condition.
361 362 363 |
# File 'sig/types.rbs', line 361 def stopping_condition @stopping_condition end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
367 368 369 |
# File 'sig/types.rbs', line 367 def @tags end |
#training_input_mode ⇒ "File", ...
Returns the value of attribute training_input_mode.
364 365 366 |
# File 'sig/types.rbs', line 364 def training_input_mode @training_input_mode end |