Class: Aws::Types::BatchPrediction

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.



27
28
29
# File 'sig/types.rbs', line 27

def batch_prediction_data_source_id
  @batch_prediction_data_source_id
end

#batch_prediction_id::String

Returns the value of attribute batch_prediction_id.



25
26
27
# File 'sig/types.rbs', line 25

def batch_prediction_id
  @batch_prediction_id
end

#compute_time::Integer

Returns the value of attribute compute_time.



36
37
38
# File 'sig/types.rbs', line 36

def compute_time
  @compute_time
end

#created_at::Time

Returns the value of attribute created_at.



30
31
32
# File 'sig/types.rbs', line 30

def created_at
  @created_at
end

#created_by_iam_user::String

Returns the value of attribute created_by_iam_user.



29
30
31
# File 'sig/types.rbs', line 29

def created_by_iam_user
  @created_by_iam_user
end

#finished_at::Time

Returns the value of attribute finished_at.



37
38
39
# File 'sig/types.rbs', line 37

def finished_at
  @finished_at
end

#input_data_location_s3::String

Returns the value of attribute input_data_location_s3.



28
29
30
# File 'sig/types.rbs', line 28

def input_data_location_s3
  @input_data_location_s3
end

#invalid_record_count::Integer

Returns the value of attribute invalid_record_count.



40
41
42
# File 'sig/types.rbs', line 40

def invalid_record_count
  @invalid_record_count
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.



31
32
33
# File 'sig/types.rbs', line 31

def last_updated_at
  @last_updated_at
end

#message::String

Returns the value of attribute message.



35
36
37
# File 'sig/types.rbs', line 35

def message
  @message
end

#ml_model_id::String

Returns the value of attribute ml_model_id.



26
27
28
# File 'sig/types.rbs', line 26

def ml_model_id
  @ml_model_id
end

#name::String

Returns the value of attribute name.



32
33
34
# File 'sig/types.rbs', line 32

def name
  @name
end

#output_uri::String

Returns the value of attribute output_uri.



34
35
36
# File 'sig/types.rbs', line 34

def output_uri
  @output_uri
end

#started_at::Time

Returns the value of attribute started_at.



38
39
40
# File 'sig/types.rbs', line 38

def started_at
  @started_at
end

#status"PENDING", ...

Returns the value of attribute status.



33
34
35
# File 'sig/types.rbs', line 33

def status
  @status
end

#total_record_count::Integer

Returns the value of attribute total_record_count.



39
40
41
# File 'sig/types.rbs', line 39

def total_record_count
  @total_record_count
end