Class: Aws::Types::ExternalModelSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExternalModelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_endpoint ⇒ ::String
Returns the value of attribute model_endpoint.
-
#model_source ⇒ "SAGEMAKER"
Returns the value of attribute model_source.
Instance Attribute Details
#model_endpoint ⇒ ::String
Returns the value of attribute model_endpoint.
582 583 584 |
# File 'sig/types.rbs', line 582 def model_endpoint @model_endpoint end |
#model_source ⇒ "SAGEMAKER"
Returns the value of attribute model_source.
583 584 585 |
# File 'sig/types.rbs', line 583 def model_source @model_source end |