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)


5610
5611
5612
# File 'sig/types.rbs', line 5610

def created_on
  @created_on
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5608
5609
5610
# File 'sig/types.rbs', line 5608

def description
  @description
end

#evaluation_metricsTypes::EvaluationMetrics

Returns the value of attribute evaluation_metrics.



5614
5615
5616
# File 'sig/types.rbs', line 5614

def evaluation_metrics
  @evaluation_metrics
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


5618
5619
5620
# File 'sig/types.rbs', line 5618

def glue_version
  @glue_version
end

#input_record_tables::Array[Types::GlueTable]

Returns the value of attribute input_record_tables.

Returns:



5612
5613
5614
# File 'sig/types.rbs', line 5612

def input_record_tables
  @input_record_tables
end

#label_count::Integer

Returns the value of attribute label_count.

Returns:

  • (::Integer)


5615
5616
5617
# File 'sig/types.rbs', line 5615

def label_count
  @label_count
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


5611
5612
5613
# File 'sig/types.rbs', line 5611

def last_modified_on
  @last_modified_on
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


5619
5620
5621
# File 'sig/types.rbs', line 5619

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


5623
5624
5625
# File 'sig/types.rbs', line 5623

def max_retries
  @max_retries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


5607
5608
5609
# File 'sig/types.rbs', line 5607

def name
  @name
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


5621
5622
5623
# File 'sig/types.rbs', line 5621

def number_of_workers
  @number_of_workers
end

#parametersTypes::TransformParameters

Returns the value of attribute parameters.



5613
5614
5615
# File 'sig/types.rbs', line 5613

def parameters
  @parameters
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


5617
5618
5619
# File 'sig/types.rbs', line 5617

def role
  @role
end

#schema::Array[Types::SchemaColumn]

Returns the value of attribute schema.

Returns:



5616
5617
5618
# File 'sig/types.rbs', line 5616

def schema
  @schema
end

#status"NOT_READY", ...

Returns the value of attribute status.

Returns:

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


5609
5610
5611
# File 'sig/types.rbs', line 5609

def status
  @status
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


5622
5623
5624
# File 'sig/types.rbs', line 5622

def timeout
  @timeout
end

#transform_encryptionTypes::TransformEncryption

Returns the value of attribute transform_encryption.



5624
5625
5626
# File 'sig/types.rbs', line 5624

def transform_encryption
  @transform_encryption
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


5606
5607
5608
# File 'sig/types.rbs', line 5606

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


5620
5621
5622
# File 'sig/types.rbs', line 5620

def worker_type
  @worker_type
end