Class: Aws::Types::CreateBatchPredictionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_prediction_data_source_id::String

Returns the value of attribute batch_prediction_data_source_id.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def batch_prediction_data_source_id
  @batch_prediction_data_source_id
end

#batch_prediction_id::String

Returns the value of attribute batch_prediction_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def batch_prediction_id
  @batch_prediction_id
end

#batch_prediction_name::String

Returns the value of attribute batch_prediction_name.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def batch_prediction_name
  @batch_prediction_name
end

#ml_model_id::String

Returns the value of attribute ml_model_id.

Returns:

  • (::String)


47
48
49
# File 'sig/types.rbs', line 47

def ml_model_id
  @ml_model_id
end

#output_uri::String

Returns the value of attribute output_uri.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def output_uri
  @output_uri
end