Class: Aws::Types::CreateModelImportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelImportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#imported_model_kms_key_id ⇒ ::String
Returns the value of attribute imported_model_kms_key_id.
-
#imported_model_name ⇒ ::String
Returns the value of attribute imported_model_name.
-
#imported_model_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute imported_model_tags.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute job_tags.
-
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def client_request_token @client_request_token end |
#imported_model_kms_key_id ⇒ ::String
Returns the value of attribute imported_model_kms_key_id.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def imported_model_kms_key_id @imported_model_kms_key_id end |
#imported_model_name ⇒ ::String
Returns the value of attribute imported_model_name.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def imported_model_name @imported_model_name end |
#imported_model_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute imported_model_tags.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def @imported_model_tags end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def job_name @job_name end |
#job_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute job_tags.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def @job_tags end |
#model_data_source ⇒ Types::ModelDataSource
Returns the value of attribute model_data_source.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def model_data_source @model_data_source end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def role_arn @role_arn end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def vpc_config @vpc_config end |