Class: Aws::Glue::Types::TransformFilterCriteria

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

The criteria used to filter the machine learning transforms.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

The time and date after which the transforms were created.

Returns:

  • (Time)


26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

The time and date before which the transforms were created.

Returns:

  • (Time)


26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#glue_versionString

This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see [Glue Versions] in the developer guide.

[1]: docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions

Returns:

  • (String)


26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_afterTime

Filter on transforms last modified after this date.

Returns:

  • (Time)


26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_beforeTime

Filter on transforms last modified before this date.

Returns:

  • (Time)


26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A unique transform name that is used to filter the machine learning transforms.

Returns:

  • (String)


26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#schemaArray<Types::SchemaColumn>

Filters on datasets with a specific schema. The ‘Map<Column, Type>` object is an array of key-value pairs representing the schema this transform accepts, where `Column` is the name of a column, and `Type` is the type of the data such as an integer or string. Has an upper bound of 100 columns.

Returns:



26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Filters the list of machine learning transforms by the last known status of the transforms (to indicate whether a transform can be used or not). One of “NOT_READY”, “READY”, or “DELETING”.

Returns:

  • (String)


26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end

#transform_typeString

The type of machine learning transform that is used to filter the machine learning transforms.

Returns:

  • (String)


26029
26030
26031
26032
26033
26034
26035
26036
26037
26038
26039
26040
26041
# File 'lib/aws-sdk-glue/types.rb', line 26029

class TransformFilterCriteria < Struct.new(
  :name,
  :transform_type,
  :status,
  :glue_version,
  :created_before,
  :created_after,
  :last_modified_before,
  :last_modified_after,
  :schema)
  SENSITIVE = []
  include Aws::Structure
end