Class: Aws::Types::ExternalModel
- Inherits:
-
Object
- Object
- Aws::Types::ExternalModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#input_configuration ⇒ Types::ModelInputConfiguration
Returns the value of attribute input_configuration.
-
#invoke_model_endpoint_role_arn ⇒ ::String
Returns the value of attribute invoke_model_endpoint_role_arn.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#model_endpoint ⇒ ::String
Returns the value of attribute model_endpoint.
-
#model_endpoint_status ⇒ "ASSOCIATED", "DISSOCIATED"
Returns the value of attribute model_endpoint_status.
-
#model_source ⇒ "SAGEMAKER"
Returns the value of attribute model_source.
-
#output_configuration ⇒ Types::ModelOutputConfiguration
Returns the value of attribute output_configuration.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
571 572 573 |
# File 'sig/types.rbs', line 571 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
570 571 572 |
# File 'sig/types.rbs', line 570 def created_time @created_time end |
#input_configuration ⇒ Types::ModelInputConfiguration
Returns the value of attribute input_configuration.
566 567 568 |
# File 'sig/types.rbs', line 566 def input_configuration @input_configuration end |
#invoke_model_endpoint_role_arn ⇒ ::String
Returns the value of attribute invoke_model_endpoint_role_arn.
565 566 567 |
# File 'sig/types.rbs', line 565 def invoke_model_endpoint_role_arn @invoke_model_endpoint_role_arn end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
569 570 571 |
# File 'sig/types.rbs', line 569 def last_updated_time @last_updated_time end |
#model_endpoint ⇒ ::String
Returns the value of attribute model_endpoint.
563 564 565 |
# File 'sig/types.rbs', line 563 def model_endpoint @model_endpoint end |
#model_endpoint_status ⇒ "ASSOCIATED", "DISSOCIATED"
Returns the value of attribute model_endpoint_status.
568 569 570 |
# File 'sig/types.rbs', line 568 def model_endpoint_status @model_endpoint_status end |
#model_source ⇒ "SAGEMAKER"
Returns the value of attribute model_source.
564 565 566 |
# File 'sig/types.rbs', line 564 def model_source @model_source end |
#output_configuration ⇒ Types::ModelOutputConfiguration
Returns the value of attribute output_configuration.
567 568 569 |
# File 'sig/types.rbs', line 567 def output_configuration @output_configuration end |