Class: Aws::Types::TrainingDataResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::TrainingData

Returns the value of attribute input.

Returns:



2046
2047
2048
# File 'sig/types.rbs', line 2046

def input
  @input
end

#outputTypes::TrainingData

Returns the value of attribute output.

Returns:



2047
2048
2049
# File 'sig/types.rbs', line 2047

def output
  @output
end

#validationTypes::ValidationData

Returns the value of attribute validation.



2048
2049
2050
# File 'sig/types.rbs', line 2048

def validation
  @validation
end