Class: Aws::Types::CreateMLTransformRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def description
  @description
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


1657
1658
1659
# File 'sig/types.rbs', line 1657

def glue_version
  @glue_version
end

#input_record_tables::Array[Types::GlueTable]

Returns the value of attribute input_record_tables.

Returns:



1654
1655
1656
# File 'sig/types.rbs', line 1654

def input_record_tables
  @input_record_tables
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


1658
1659
1660
# File 'sig/types.rbs', line 1658

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


1662
1663
1664
# File 'sig/types.rbs', line 1662

def max_retries
  @max_retries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def name
  @name
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


1660
1661
1662
# File 'sig/types.rbs', line 1660

def number_of_workers
  @number_of_workers
end

#parametersTypes::TransformParameters

Returns the value of attribute parameters.



1655
1656
1657
# File 'sig/types.rbs', line 1655

def parameters
  @parameters
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1656
1657
1658
# File 'sig/types.rbs', line 1656

def role
  @role
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1663
1664
1665
# File 'sig/types.rbs', line 1663

def tags
  @tags
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


1661
1662
1663
# File 'sig/types.rbs', line 1661

def timeout
  @timeout
end

#transform_encryptionTypes::TransformEncryption

Returns the value of attribute transform_encryption.



1664
1665
1666
# File 'sig/types.rbs', line 1664

def transform_encryption
  @transform_encryption
end

#worker_type"Standard", ...

Returns the value of attribute worker_type.

Returns:

  • ("Standard", "G.1X", "G.2X", "G.025X", "G.4X", "G.8X", "Z.2X")


1659
1660
1661
# File 'sig/types.rbs', line 1659

def worker_type
  @worker_type
end