Class: Aws::Bedrock::Types::GetModelInvocationJobResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error. For more information, see Ensuring idempotency.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#end_timeTime

The time at which the batch inference job ended.

Returns:

  • (Time)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#input_data_configTypes::ModelInvocationJobInputDataConfig

Details about the location of the input to the batch inference job.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#job_arnString

The Amazon Resource Name (ARN) of the batch inference job.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#job_expiration_timeTime

The time at which the batch inference job times or timed out.

Returns:

  • (Time)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#job_nameString

The name of the batch inference job.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#last_modified_timeTime

The time at which the batch inference job was last modified.

Returns:

  • (Time)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#messageString

If the batch inference job failed, this field contains a message describing why the job failed.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#model_idString

The unique identifier of the foundation model used for model inference.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#output_data_configTypes::ModelInvocationJobOutputDataConfig

Details about the location of the output of the batch inference job.



2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference. You can use the console to create a default service role or follow the steps at Create a service role for batch inference.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#statusString

The status of the batch inference job.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#submit_timeTime

The time at which the batch inference job was submitted.

Returns:

  • (Time)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end

#timeout_duration_in_hoursInteger

The number of hours after which batch inference job was set to time out.

Returns:

  • (Integer)


2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2186

class GetModelInvocationJobResponse < Struct.new(
  :job_arn,
  :job_name,
  :model_id,
  :client_request_token,
  :role_arn,
  :status,
  :message,
  :submit_time,
  :last_modified_time,
  :end_time,
  :input_data_config,
  :output_data_config,
  :timeout_duration_in_hours,
  :job_expiration_time)
  SENSITIVE = [:message]
  include Aws::Structure
end