Class: Aws::Types::CreateBatchPredictionJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_name::String

Returns the value of attribute detector_name.

Returns:

  • (::String)


174
175
176
# File 'sig/types.rbs', line 174

def detector_name
  @detector_name
end

#detector_version::String

Returns the value of attribute detector_version.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def detector_version
  @detector_version
end

#event_type_name::String

Returns the value of attribute event_type_name.

Returns:

  • (::String)


173
174
175
# File 'sig/types.rbs', line 173

def event_type_name
  @event_type_name
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def iam_role_arn
  @iam_role_arn
end

#input_path::String

Returns the value of attribute input_path.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def input_path
  @input_path
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def job_id
  @job_id
end

#output_path::String

Returns the value of attribute output_path.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def output_path
  @output_path
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def tags
  @tags
end