| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<SchemaColumn> |
GetMlTransformResponse.schema()
The
Map<Column, Type> object that represents the schema that this transform accepts. |
List<SchemaColumn> |
TransformFilterCriteria.schema()
Filters on datasets with a specific schema.
|
List<SchemaColumn> |
MLTransform.schema()
A map of key-value pairs representing the columns and data types that this transform can run against.
|
| Modifier and Type | Method and Description |
|---|---|
GetMlTransformResponse.Builder |
GetMlTransformResponse.Builder.schema(SchemaColumn... schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
TransformFilterCriteria.Builder |
TransformFilterCriteria.Builder.schema(SchemaColumn... schema)
Filters on datasets with a specific schema.
|
MLTransform.Builder |
MLTransform.Builder.schema(SchemaColumn... schema)
A map of key-value pairs representing the columns and data types that this transform can run against.
|
| Modifier and Type | Method and Description |
|---|---|
GetMlTransformResponse.Builder |
GetMlTransformResponse.Builder.schema(Collection<SchemaColumn> schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
TransformFilterCriteria.Builder |
TransformFilterCriteria.Builder.schema(Collection<SchemaColumn> schema)
Filters on datasets with a specific schema.
|
MLTransform.Builder |
MLTransform.Builder.schema(Collection<SchemaColumn> schema)
A map of key-value pairs representing the columns and data types that this transform can run against.
|
Copyright © 2023. All rights reserved.