Class: Aws::Types::PutExternalModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutExternalModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#input_configuration ⇒ Types::ModelInputConfiguration
Returns the value of attribute input_configuration.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def input_configuration @input_configuration end |
#invoke_model_endpoint_role_arn ⇒ ::String
Returns the value of attribute invoke_model_endpoint_role_arn.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def invoke_model_endpoint_role_arn @invoke_model_endpoint_role_arn end |
#model_endpoint ⇒ ::String
Returns the value of attribute model_endpoint.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def model_endpoint @model_endpoint end |
#model_endpoint_status ⇒ "ASSOCIATED", "DISSOCIATED"
Returns the value of attribute model_endpoint_status.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def model_endpoint_status @model_endpoint_status end |
#model_source ⇒ "SAGEMAKER"
Returns the value of attribute model_source.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def model_source @model_source end |
#output_configuration ⇒ Types::ModelOutputConfiguration
Returns the value of attribute output_configuration.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def output_configuration @output_configuration end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def @tags end |