Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
SchemaColumn |
SchemaColumn.clone() |
SchemaColumn |
SchemaColumn.withDataType(String dataType)
The type of data in the column.
|
SchemaColumn |
SchemaColumn.withName(String name)
The name of the column.
|
Modifier and Type | Method and Description |
---|---|
List<SchemaColumn> |
GetMLTransformResult.getSchema()
The
Map<Column, Type> object that represents the schema that this transform accepts. |
List<SchemaColumn> |
MLTransform.getSchema()
A map of key-value pairs representing the columns and data types that this transform can run against.
|
List<SchemaColumn> |
TransformFilterCriteria.getSchema()
Filters on datasets with a specific schema.
|
Modifier and Type | Method and Description |
---|---|
GetMLTransformResult |
GetMLTransformResult.withSchema(SchemaColumn... schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
MLTransform |
MLTransform.withSchema(SchemaColumn... schema)
A map of key-value pairs representing the columns and data types that this transform can run against.
|
TransformFilterCriteria |
TransformFilterCriteria.withSchema(SchemaColumn... schema)
Filters on datasets with a specific schema.
|
Modifier and Type | Method and Description |
---|---|
void |
GetMLTransformResult.setSchema(Collection<SchemaColumn> schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
void |
MLTransform.setSchema(Collection<SchemaColumn> schema)
A map of key-value pairs representing the columns and data types that this transform can run against.
|
void |
TransformFilterCriteria.setSchema(Collection<SchemaColumn> schema)
Filters on datasets with a specific schema.
|
GetMLTransformResult |
GetMLTransformResult.withSchema(Collection<SchemaColumn> schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
MLTransform |
MLTransform.withSchema(Collection<SchemaColumn> schema)
A map of key-value pairs representing the columns and data types that this transform can run against.
|
TransformFilterCriteria |
TransformFilterCriteria.withSchema(Collection<SchemaColumn> schema)
Filters on datasets with a specific schema.
|
Copyright © 2022. All rights reserved.