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
- Struct
- Aws::Glue::Types::SchemaColumn
- 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
-
#data_type ⇒ String
The type of data in the column.
-
#name ⇒ String
The name of the column.
Instance Attribute Details
#data_type ⇒ String
The type of data in the column.
#name ⇒ String
The name of the column.