GlueDataSource
Defines the Glue data source that contains the training data.
Contents
- databaseName
-
The Glue database that contains the training data.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_](([a-zA-Z0-9_]+-)*([a-zA-Z0-9_]+))?
Required: Yes
- tableName
-
The Glue table that contains the training data.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
[a-zA-Z0-9_](([a-zA-Z0-9_ ]+-)*([a-zA-Z0-9_ ]+))?
Required: Yes
- catalogId
-
The Glue catalog that contains the training data.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
[0-9]{12}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: