Class: Aws::Types::BatchPrediction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def arn
  @arn
end

#completion_time::String

Returns the value of attribute completion_time.

Returns:

  • (::String)


121
122
123
# File 'sig/types.rbs', line 121

def completion_time
  @completion_time
end

#detector_name::String

Returns the value of attribute detector_name.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def detector_name
  @detector_name
end

#detector_version::String

Returns the value of attribute detector_version.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def detector_version
  @detector_version
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def event_type_name
  @event_type_name
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def failure_reason
  @failure_reason
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def iam_role_arn
  @iam_role_arn
end

#input_path::String

Returns the value of attribute input_path.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def input_path
  @input_path
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def job_id
  @job_id
end

#last_heartbeat_time::String

Returns the value of attribute last_heartbeat_time.

Returns:

  • (::String)


122
123
124
# File 'sig/types.rbs', line 122

def last_heartbeat_time
  @last_heartbeat_time
end

#output_path::String

Returns the value of attribute output_path.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def output_path
  @output_path
end

#processed_records_count::Integer

Returns the value of attribute processed_records_count.

Returns:

  • (::Integer)


130
131
132
# File 'sig/types.rbs', line 130

def processed_records_count
  @processed_records_count
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


120
121
122
# File 'sig/types.rbs', line 120

def start_time
  @start_time
end

#status"IN_PROGRESS_INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS_INITIALIZING", "IN_PROGRESS", "CANCEL_IN_PROGRESS", "CANCELED", "COMPLETE", "FAILED")


118
119
120
# File 'sig/types.rbs', line 118

def status
  @status
end

#total_records_count::Integer

Returns the value of attribute total_records_count.

Returns:

  • (::Integer)


131
132
133
# File 'sig/types.rbs', line 131

def total_records_count
  @total_records_count
end