Class: Aws::Types::CreateEndpointRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEndpointRequest
- 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.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#desired_inference_units ⇒ ::Integer
Returns the value of attribute desired_inference_units.
-
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
-
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
-
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
-
#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.
270 271 272 |
# File 'sig/types.rbs', line 270 def client_request_token @client_request_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
272 273 274 |
# File 'sig/types.rbs', line 272 def data_access_role_arn @data_access_role_arn end |
#desired_inference_units ⇒ ::Integer
Returns the value of attribute desired_inference_units.
269 270 271 |
# File 'sig/types.rbs', line 269 def desired_inference_units @desired_inference_units end |
#endpoint_name ⇒ ::String
Returns the value of attribute endpoint_name.
267 268 269 |
# File 'sig/types.rbs', line 267 def endpoint_name @endpoint_name end |
#flywheel_arn ⇒ ::String
Returns the value of attribute flywheel_arn.
273 274 275 |
# File 'sig/types.rbs', line 273 def flywheel_arn @flywheel_arn end |
#model_arn ⇒ ::String
Returns the value of attribute model_arn.
268 269 270 |
# File 'sig/types.rbs', line 268 def model_arn @model_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
271 272 273 |
# File 'sig/types.rbs', line 271 def @tags end |