Class: Aws::Types::UpdateMLTransformRequest

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)


8148
8149
8150
# File 'sig/types.rbs', line 8148

def description
  @description
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


8151
8152
8153
# File 'sig/types.rbs', line 8151

def glue_version
  @glue_version
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


8152
8153
8154
# File 'sig/types.rbs', line 8152

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


8156
8157
8158
# File 'sig/types.rbs', line 8156

def max_retries
  @max_retries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8147
8148
8149
# File 'sig/types.rbs', line 8147

def name
  @name
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


8154
8155
8156
# File 'sig/types.rbs', line 8154

def number_of_workers
  @number_of_workers
end

#parametersTypes::TransformParameters

Returns the value of attribute parameters.



8149
8150
8151
# File 'sig/types.rbs', line 8149

def parameters
  @parameters
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


8150
8151
8152
# File 'sig/types.rbs', line 8150

def role
  @role
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


8155
8156
8157
# File 'sig/types.rbs', line 8155

def timeout
  @timeout
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


8146
8147
8148
# File 'sig/types.rbs', line 8146

def transform_id
  @transform_id
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")


8153
8154
8155
# File 'sig/types.rbs', line 8153

def worker_type
  @worker_type
end