Class: Aws::Types::CreateCustomModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomModelRequest
- 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.
-
#custom_model_data_source ⇒ Types::CustomModelDataSource
Returns the value of attribute custom_model_data_source.
-
#model_kms_key_arn ⇒ ::String
Returns the value of attribute model_kms_key_arn.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
-
#model_source_config ⇒ Types::ModelDataSource
Returns the value of attribute model_source_config.
-
#model_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute model_tags.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
989 990 991 |
# File 'sig/types.rbs', line 989 def client_request_token @client_request_token end |
#custom_model_data_source ⇒ Types::CustomModelDataSource
Returns the value of attribute custom_model_data_source.
985 986 987 |
# File 'sig/types.rbs', line 985 def custom_model_data_source @custom_model_data_source end |
#model_kms_key_arn ⇒ ::String
Returns the value of attribute model_kms_key_arn.
986 987 988 |
# File 'sig/types.rbs', line 986 def model_kms_key_arn @model_kms_key_arn end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
983 984 985 |
# File 'sig/types.rbs', line 983 def model_name @model_name end |
#model_source_config ⇒ Types::ModelDataSource
Returns the value of attribute model_source_config.
984 985 986 |
# File 'sig/types.rbs', line 984 def model_source_config @model_source_config end |
#model_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute model_tags.
988 989 990 |
# File 'sig/types.rbs', line 988 def @model_tags end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
987 988 989 |
# File 'sig/types.rbs', line 987 def role_arn @role_arn end |