You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Glue::Types::SchemaColumn

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SchemaColumn as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "ColumnNameString",
  data_type: "ColumnTypeString",
}

A key-value pair representing a column and data type that this transform can run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeString

The type of data in the column.

Returns:

  • (String)

    The type of data in the column.

#nameString

The name of the column.

Returns:

  • (String)

    The name of the column.