Class: Aws::Types::CreateModelInvocationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateModelInvocationJobRequest
- 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.
-
#input_data_config ⇒ Types::ModelInvocationJobInputDataConfig
Returns the value of attribute input_data_config.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
-
#model_invocation_type ⇒ "InvokeModel", "Converse"
Returns the value of attribute model_invocation_type.
-
#output_data_config ⇒ Types::ModelInvocationJobOutputDataConfig
Returns the value of attribute output_data_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#timeout_duration_in_hours ⇒ ::Integer
Returns the value of attribute timeout_duration_in_hours.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def client_request_token @client_request_token end |
#input_data_config ⇒ Types::ModelInvocationJobInputDataConfig
Returns the value of attribute input_data_config.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def input_data_config @input_data_config end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def job_name @job_name end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def model_id @model_id end |
#model_invocation_type ⇒ "InvokeModel", "Converse"
Returns the value of attribute model_invocation_type.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def model_invocation_type @model_invocation_type end |
#output_data_config ⇒ Types::ModelInvocationJobOutputDataConfig
Returns the value of attribute output_data_config.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def output_data_config @output_data_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def @tags end |
#timeout_duration_in_hours ⇒ ::Integer
Returns the value of attribute timeout_duration_in_hours.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def timeout_duration_in_hours @timeout_duration_in_hours end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def vpc_config @vpc_config end |