Class: Aws::Types::CreateModelCustomizationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelCustomizationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_model_identifier ⇒ ::String
Returns the value of attribute base_model_identifier.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#custom_model_kms_key_id ⇒ ::String
Returns the value of attribute custom_model_kms_key_id.
-
#custom_model_name ⇒ ::String
Returns the value of attribute custom_model_name.
-
#custom_model_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute custom_model_tags.
-
#customization_config ⇒ Types::CustomizationConfig
Returns the value of attribute customization_config.
-
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
-
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute job_tags.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
-
#validation_data_config ⇒ Types::ValidationDataConfig
Returns the value of attribute validation_data_config.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#base_model_identifier ⇒ ::String
Returns the value of attribute base_model_identifier.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def base_model_identifier @base_model_identifier end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def client_request_token @client_request_token end |
#custom_model_kms_key_id ⇒ ::String
Returns the value of attribute custom_model_kms_key_id.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def custom_model_kms_key_id @custom_model_kms_key_id end |
#custom_model_name ⇒ ::String
Returns the value of attribute custom_model_name.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def custom_model_name @custom_model_name end |
#custom_model_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute custom_model_tags.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def @custom_model_tags end |
#customization_config ⇒ Types::CustomizationConfig
Returns the value of attribute customization_config.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def customization_config @customization_config end |
#customization_type ⇒ "FINE_TUNING", ...
Returns the value of attribute customization_type.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def customization_type @customization_type end |
#hyper_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute hyper_parameters.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def hyper_parameters @hyper_parameters end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def job_name @job_name end |
#job_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute job_tags.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def @job_tags end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def output_data_config @output_data_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def role_arn @role_arn end |
#training_data_config ⇒ Types::TrainingDataConfig
Returns the value of attribute training_data_config.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def training_data_config @training_data_config end |
#validation_data_config ⇒ Types::ValidationDataConfig
Returns the value of attribute validation_data_config.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def validation_data_config @validation_data_config end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def vpc_config @vpc_config end |