Class: Aws::Types::MLTransform

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_on::Time

Returns the value of attribute created_on.

Returns:

  • (::Time)


5554
5555
5556
# File 'sig/types.rbs', line 5554

def created_on
  @created_on
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5552
5553
5554
# File 'sig/types.rbs', line 5552

def description
  @description
end

#evaluation_metricsTypes::EvaluationMetrics

Returns the value of attribute evaluation_metrics.



5558
5559
5560
# File 'sig/types.rbs', line 5558

def evaluation_metrics
  @evaluation_metrics
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


5562
5563
5564
# File 'sig/types.rbs', line 5562

def glue_version
  @glue_version
end

#input_record_tables::Array[Types::GlueTable]

Returns the value of attribute input_record_tables.

Returns:



5556
5557
5558
# File 'sig/types.rbs', line 5556

def input_record_tables
  @input_record_tables
end

#label_count::Integer

Returns the value of attribute label_count.

Returns:

  • (::Integer)


5559
5560
5561
# File 'sig/types.rbs', line 5559

def label_count
  @label_count
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


5555
5556
5557
# File 'sig/types.rbs', line 5555

def last_modified_on
  @last_modified_on
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


5563
5564
5565
# File 'sig/types.rbs', line 5563

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


5567
5568
5569
# File 'sig/types.rbs', line 5567

def max_retries
  @max_retries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5551
5552
5553
# File 'sig/types.rbs', line 5551

def name
  @name
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


5565
5566
5567
# File 'sig/types.rbs', line 5565

def number_of_workers
  @number_of_workers
end

#parametersTypes::TransformParameters

Returns the value of attribute parameters.



5557
5558
5559
# File 'sig/types.rbs', line 5557

def parameters
  @parameters
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


5561
5562
5563
# File 'sig/types.rbs', line 5561

def role
  @role
end

#schema::Array[Types::SchemaColumn]

Returns the value of attribute schema.

Returns:



5560
5561
5562
# File 'sig/types.rbs', line 5560

def schema
  @schema
end

#status"NOT_READY", ...

Returns the value of attribute status.

Returns:

  • ("NOT_READY", "READY", "DELETING")


5553
5554
5555
# File 'sig/types.rbs', line 5553

def status
  @status
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


5566
5567
5568
# File 'sig/types.rbs', line 5566

def timeout
  @timeout
end

#transform_encryptionTypes::TransformEncryption

Returns the value of attribute transform_encryption.



5568
5569
5570
# File 'sig/types.rbs', line 5568

def transform_encryption
  @transform_encryption
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


5550
5551
5552
# File 'sig/types.rbs', line 5550

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


5564
5565
5566
# File 'sig/types.rbs', line 5564

def worker_type
  @worker_type
end