Class: Aws::Types::InputConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_input_config::String

Returns the value of attribute data_input_config.

Returns:

  • (::String)


6730
6731
6732
# File 'sig/types.rbs', line 6730

def data_input_config
  @data_input_config
end

#framework"TENSORFLOW", ...

Returns the value of attribute framework.

Returns:

  • ("TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE", "DARKNET", "SKLEARN")


6731
6732
6733
# File 'sig/types.rbs', line 6731

def framework
  @framework
end

#framework_version::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


6732
6733
6734
# File 'sig/types.rbs', line 6732

def framework_version
  @framework_version
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


6729
6730
6731
# File 'sig/types.rbs', line 6729

def s3_uri
  @s3_uri
end