Class: Aws::Types::ModelInvocationJobSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:message])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::Integer)


3081
3082
3083
# File 'sig/types.rbs', line 3081

def error_record_count
  @error_record_count
end

#input_data_configTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


3068
3069
3070
# File 'sig/types.rbs', line 3068

def message
  @message
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


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.

Returns:

  • ("InvokeModel", "Converse")


3077
3078
3079
# File 'sig/types.rbs', line 3077

def model_invocation_type
  @model_invocation_type
end

#output_data_configTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


3066
3067
3068
# File 'sig/types.rbs', line 3066

def role_arn
  @role_arn
end

#status"Submitted", ...

Returns the value of attribute status.

Returns:

  • ("Submitted", "InProgress", "Completed", "Failed", "Stopping", "Stopped", "PartiallyCompleted", "Expired", "Validating", "Scheduled")


3067
3068
3069
# File 'sig/types.rbs', line 3067

def status
  @status
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

  • (::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


3078
3079
3080
# File 'sig/types.rbs', line 3078

def total_record_count
  @total_record_count
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



3074
3075
3076
# File 'sig/types.rbs', line 3074

def vpc_config
  @vpc_config
end