Class: Aws::Types::CreateInferenceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateInferenceProfileRequest
- 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.
-
#inference_profile_name ⇒ ::String
Returns the value of attribute inference_profile_name.
-
#model_source ⇒ Types::InferenceProfileModelSource
Returns the value of attribute model_source.
-
#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.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def description @description end |
#inference_profile_name ⇒ ::String
Returns the value of attribute inference_profile_name.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def inference_profile_name @inference_profile_name end |
#model_source ⇒ Types::InferenceProfileModelSource
Returns the value of attribute model_source.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def model_source @model_source end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def @tags end |