Class: Aws::Types::GetModelInvocationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetModelInvocationJobResponse
- 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.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_record_count ⇒ ::Integer
Returns the value of attribute error_record_count.
-
#input_data_config ⇒ Types::ModelInvocationJobInputDataConfig
Returns the value of attribute input_data_config.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_expiration_time ⇒ ::Time
Returns the value of attribute job_expiration_time.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#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.
-
#processed_record_count ⇒ ::Integer
Returns the value of attribute processed_record_count.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "Submitted", ...
Returns the value of attribute status.
-
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
-
#success_record_count ⇒ ::Integer
Returns the value of attribute success_record_count.
-
#timeout_duration_in_hours ⇒ ::Integer
Returns the value of attribute timeout_duration_in_hours.
-
#total_record_count ⇒ ::Integer
Returns the value of attribute total_record_count.
-
#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.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def client_request_token @client_request_token end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def end_time @end_time end |
#error_record_count ⇒ ::Integer
Returns the value of attribute error_record_count.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def error_record_count @error_record_count end |
#input_data_config ⇒ Types::ModelInvocationJobInputDataConfig
Returns the value of attribute input_data_config.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def input_data_config @input_data_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def job_arn @job_arn end |
#job_expiration_time ⇒ ::Time
Returns the value of attribute job_expiration_time.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def job_expiration_time @job_expiration_time end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def job_name @job_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def last_modified_time @last_modified_time end |
#message ⇒ ::String
Returns the value of attribute message.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def @message end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def model_id @model_id end |
#model_invocation_type ⇒ "InvokeModel", "Converse"
Returns the value of attribute model_invocation_type.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def model_invocation_type @model_invocation_type end |
#output_data_config ⇒ Types::ModelInvocationJobOutputDataConfig
Returns the value of attribute output_data_config.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def output_data_config @output_data_config end |
#processed_record_count ⇒ ::Integer
Returns the value of attribute processed_record_count.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def processed_record_count @processed_record_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def role_arn @role_arn end |
#status ⇒ "Submitted", ...
Returns the value of attribute status.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def status @status end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def submit_time @submit_time end |
#success_record_count ⇒ ::Integer
Returns the value of attribute success_record_count.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def success_record_count @success_record_count end |
#timeout_duration_in_hours ⇒ ::Integer
Returns the value of attribute timeout_duration_in_hours.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def timeout_duration_in_hours @timeout_duration_in_hours end |
#total_record_count ⇒ ::Integer
Returns the value of attribute total_record_count.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def total_record_count @total_record_count end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def vpc_config @vpc_config end |