Class: Aws::Types::OutputConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compiler_options::String

Returns the value of attribute compiler_options.

Returns:

  • (::String)


9670
9671
9672
# File 'sig/types.rbs', line 9670

def compiler_options
  @compiler_options
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


9671
9672
9673
# File 'sig/types.rbs', line 9671

def kms_key_id
  @kms_key_id
end

#s3_output_location::String

Returns the value of attribute s3_output_location.

Returns:

  • (::String)


9667
9668
9669
# File 'sig/types.rbs', line 9667

def s3_output_location
  @s3_output_location
end

#target_device"lambda", ...

Returns the value of attribute target_device.

Returns:

  • ("lambda", "ml_m4", "ml_m5", "ml_m6g", "ml_c4", "ml_c5", "ml_c6g", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_inf2", "ml_trn1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "rasp4b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus")


9668
9669
9670
# File 'sig/types.rbs', line 9668

def target_device
  @target_device
end

#target_platformTypes::TargetPlatform

Returns the value of attribute target_platform.



9669
9670
9671
# File 'sig/types.rbs', line 9669

def target_platform
  @target_platform
end