Class: Aws::Types::CustomModelTrainingParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_s3_directory_path::String

Returns the value of attribute source_s3_directory_path.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def source_s3_directory_path
  @source_s3_directory_path
end

#training_entry_point_script::String

Returns the value of attribute training_entry_point_script.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def training_entry_point_script
  @training_entry_point_script
end

#transform_entry_point_script::String

Returns the value of attribute transform_entry_point_script.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def transform_entry_point_script
  @transform_entry_point_script
end