Class: Aws::Types::GetBatchPredictionOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#batch_prediction_data_source_id::String

Returns the value of attribute batch_prediction_data_source_id.



348
349
350
# File 'sig/types.rbs', line 348

def batch_prediction_data_source_id
  @batch_prediction_data_source_id
end

#batch_prediction_id::String

Returns the value of attribute batch_prediction_id.



346
347
348
# File 'sig/types.rbs', line 346

def batch_prediction_id
  @batch_prediction_id
end

#compute_time::Integer

Returns the value of attribute compute_time.



358
359
360
# File 'sig/types.rbs', line 358

def compute_time
  @compute_time
end

#created_at::Time

Returns the value of attribute created_at.



351
352
353
# File 'sig/types.rbs', line 351

def created_at
  @created_at
end

#created_by_iam_user::String

Returns the value of attribute created_by_iam_user.



350
351
352
# File 'sig/types.rbs', line 350

def created_by_iam_user
  @created_by_iam_user
end

#finished_at::Time

Returns the value of attribute finished_at.



359
360
361
# File 'sig/types.rbs', line 359

def finished_at
  @finished_at
end

#input_data_location_s3::String

Returns the value of attribute input_data_location_s3.



349
350
351
# File 'sig/types.rbs', line 349

def input_data_location_s3
  @input_data_location_s3
end

#invalid_record_count::Integer

Returns the value of attribute invalid_record_count.



362
363
364
# File 'sig/types.rbs', line 362

def invalid_record_count
  @invalid_record_count
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.



352
353
354
# File 'sig/types.rbs', line 352

def last_updated_at
  @last_updated_at
end

#log_uri::String

Returns the value of attribute log_uri.



356
357
358
# File 'sig/types.rbs', line 356

def log_uri
  @log_uri
end

#message::String

Returns the value of attribute message.



357
358
359
# File 'sig/types.rbs', line 357

def message
  @message
end

#ml_model_id::String

Returns the value of attribute ml_model_id.



347
348
349
# File 'sig/types.rbs', line 347

def ml_model_id
  @ml_model_id
end

#name::String

Returns the value of attribute name.



353
354
355
# File 'sig/types.rbs', line 353

def name
  @name
end

#output_uri::String

Returns the value of attribute output_uri.



355
356
357
# File 'sig/types.rbs', line 355

def output_uri
  @output_uri
end

#started_at::Time

Returns the value of attribute started_at.



360
361
362
# File 'sig/types.rbs', line 360

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.



354
355
356
# File 'sig/types.rbs', line 354

def status
  @status
end

#total_record_count::Integer

Returns the value of attribute total_record_count.



361
362
363
# File 'sig/types.rbs', line 361

def total_record_count
  @total_record_count
end