Class: Aws::Types::GetModelInvocationJobResponse

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)


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.

Returns:

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

Returns:

  • (::Integer)


2083
2084
2085
# File 'sig/types.rbs', line 2083

def error_record_count
  @error_record_count
end

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

Returns:

  • (::String)


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.

Returns:

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

Returns:

  • (::String)


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.

Returns:

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

Returns:

  • (::String)


2070
2071
2072
# File 'sig/types.rbs', line 2070

def message
  @message
end

#model_id::String

Returns the value of attribute model_id.

Returns:

  • (::String)


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.

Returns:

  • ("InvokeModel", "Converse")


2079
2080
2081
# File 'sig/types.rbs', line 2079

def model_invocation_type
  @model_invocation_type
end

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

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2068
2069
2070
# File 'sig/types.rbs', line 2068

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")


2069
2070
2071
# File 'sig/types.rbs', line 2069

def status
  @status
end

#submit_time::Time

Returns the value of attribute submit_time.

Returns:

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

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def total_record_count
  @total_record_count
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



2076
2077
2078
# File 'sig/types.rbs', line 2076

def vpc_config
  @vpc_config
end