Class: Aws::Types::GetMLTransformResponse

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)


3851
3852
3853
# File 'sig/types.rbs', line 3851

def created_on
  @created_on
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3849
3850
3851
# File 'sig/types.rbs', line 3849

def description
  @description
end

#evaluation_metricsTypes::EvaluationMetrics

Returns the value of attribute evaluation_metrics.



3855
3856
3857
# File 'sig/types.rbs', line 3855

def evaluation_metrics
  @evaluation_metrics
end

#glue_version::String

Returns the value of attribute glue_version.

Returns:

  • (::String)


3859
3860
3861
# File 'sig/types.rbs', line 3859

def glue_version
  @glue_version
end

#input_record_tables::Array[Types::GlueTable]

Returns the value of attribute input_record_tables.

Returns:



3853
3854
3855
# File 'sig/types.rbs', line 3853

def input_record_tables
  @input_record_tables
end

#label_count::Integer

Returns the value of attribute label_count.

Returns:

  • (::Integer)


3856
3857
3858
# File 'sig/types.rbs', line 3856

def label_count
  @label_count
end

#last_modified_on::Time

Returns the value of attribute last_modified_on.

Returns:

  • (::Time)


3852
3853
3854
# File 'sig/types.rbs', line 3852

def last_modified_on
  @last_modified_on
end

#max_capacity::Float

Returns the value of attribute max_capacity.

Returns:

  • (::Float)


3860
3861
3862
# File 'sig/types.rbs', line 3860

def max_capacity
  @max_capacity
end

#max_retries::Integer

Returns the value of attribute max_retries.

Returns:

  • (::Integer)


3864
3865
3866
# File 'sig/types.rbs', line 3864

def max_retries
  @max_retries
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3848
3849
3850
# File 'sig/types.rbs', line 3848

def name
  @name
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


3862
3863
3864
# File 'sig/types.rbs', line 3862

def number_of_workers
  @number_of_workers
end

#parametersTypes::TransformParameters

Returns the value of attribute parameters.



3854
3855
3856
# File 'sig/types.rbs', line 3854

def parameters
  @parameters
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


3858
3859
3860
# File 'sig/types.rbs', line 3858

def role
  @role
end

#schema::Array[Types::SchemaColumn]

Returns the value of attribute schema.

Returns:



3857
3858
3859
# File 'sig/types.rbs', line 3857

def schema
  @schema
end

#status"NOT_READY", ...

Returns the value of attribute status.

Returns:

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


3850
3851
3852
# File 'sig/types.rbs', line 3850

def status
  @status
end

#timeout::Integer

Returns the value of attribute timeout.

Returns:

  • (::Integer)


3863
3864
3865
# File 'sig/types.rbs', line 3863

def timeout
  @timeout
end

#transform_encryptionTypes::TransformEncryption

Returns the value of attribute transform_encryption.



3865
3866
3867
# File 'sig/types.rbs', line 3865

def transform_encryption
  @transform_encryption
end

#transform_id::String

Returns the value of attribute transform_id.

Returns:

  • (::String)


3847
3848
3849
# File 'sig/types.rbs', line 3847

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


3861
3862
3863
# File 'sig/types.rbs', line 3861

def worker_type
  @worker_type
end