Class: Aws::Types::ModelInvocationJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::ModelInvocationJobSummary
- 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.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def client_request_token @client_request_token end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def end_time @end_time end |
#error_record_count ⇒ ::Integer
Returns the value of attribute error_record_count.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def error_record_count @error_record_count end |
#input_data_config ⇒ Types::ModelInvocationJobInputDataConfig
Returns the value of attribute input_data_config.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def input_data_config @input_data_config end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def job_arn @job_arn end |
#job_expiration_time ⇒ ::Time
Returns the value of attribute job_expiration_time.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def job_expiration_time @job_expiration_time end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def job_name @job_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def last_modified_time @last_modified_time end |
#message ⇒ ::String
Returns the value of attribute message.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def @message end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def model_id @model_id end |
#model_invocation_type ⇒ "InvokeModel", "Converse"
Returns the value of attribute model_invocation_type.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def model_invocation_type @model_invocation_type end |
#output_data_config ⇒ Types::ModelInvocationJobOutputDataConfig
Returns the value of attribute output_data_config.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def output_data_config @output_data_config end |
#processed_record_count ⇒ ::Integer
Returns the value of attribute processed_record_count.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def processed_record_count @processed_record_count end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def role_arn @role_arn end |
#status ⇒ "Submitted", ...
Returns the value of attribute status.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def status @status end |
#submit_time ⇒ ::Time
Returns the value of attribute submit_time.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def submit_time @submit_time end |
#success_record_count ⇒ ::Integer
Returns the value of attribute success_record_count.
3080 3081 3082 |
# File 'sig/types.rbs', line 3080 def success_record_count @success_record_count end |
#timeout_duration_in_hours ⇒ ::Integer
Returns the value of attribute timeout_duration_in_hours.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def timeout_duration_in_hours @timeout_duration_in_hours end |
#total_record_count ⇒ ::Integer
Returns the value of attribute total_record_count.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def total_record_count @total_record_count end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def vpc_config @vpc_config end |