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)


6745
6746
6747
# File 'sig/types.rbs', line 6745

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")


6746
6747
6748
# File 'sig/types.rbs', line 6746

def framework
  @framework
end

#framework_version::String

Returns the value of attribute framework_version.

Returns:

  • (::String)


6747
6748
6749
# File 'sig/types.rbs', line 6747

def framework_version
  @framework_version
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


6744
6745
6746
# File 'sig/types.rbs', line 6744

def s3_uri
  @s3_uri
end