Class: Aws::Types::CreatePredictorBacktestExportJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination ⇒ Types::DataDestination

Returns the value of attribute destination.



200
201
202
# File 'sig/types.rbs', line 200

def destination
  @destination
end

#format ⇒ ::String

Returns the value of attribute format.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def format
  @format
end

#predictor_arn ⇒ ::String

Returns the value of attribute predictor_arn.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def predictor_arn
  @predictor_arn
end

#predictor_backtest_export_job_name ⇒ ::String

Returns the value of attribute predictor_backtest_export_job_name.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def predictor_backtest_export_job_name
  @predictor_backtest_export_job_name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



201
202
203
# File 'sig/types.rbs', line 201

def tags
  @tags
end