Class: Aws::Types::CreateCustomModelDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomModelDeploymentRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#model_deployment_name ⇒ ::String
Returns the value of attribute model_deployment_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
973 974 975 |
# File 'sig/types.rbs', line 973 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
971 972 973 |
# File 'sig/types.rbs', line 971 def description @description end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
970 971 972 |
# File 'sig/types.rbs', line 970 def model_arn @model_arn end |
#model_deployment_name ⇒ ::String
Returns the value of attribute model_deployment_name.
969 970 971 |
# File 'sig/types.rbs', line 969 def model_deployment_name @model_deployment_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
972 973 974 |
# File 'sig/types.rbs', line 972 def @tags end |