Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
GetMLTransformResult |
AWSGlueClient.getMLTransform(GetMLTransformRequest request)
Gets an Glue machine learning transform artifact and all its corresponding metadata.
|
GetMLTransformResult |
AWSGlue.getMLTransform(GetMLTransformRequest getMLTransformRequest)
Gets an Glue machine learning transform artifact and all its corresponding metadata.
|
GetMLTransformResult |
AbstractAWSGlue.getMLTransform(GetMLTransformRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<GetMLTransformResult> |
AWSGlueAsyncClient.getMLTransformAsync(GetMLTransformRequest request,
AsyncHandler<GetMLTransformRequest,GetMLTransformResult> asyncHandler) |
Future<GetMLTransformResult> |
AbstractAWSGlueAsync.getMLTransformAsync(GetMLTransformRequest request,
AsyncHandler<GetMLTransformRequest,GetMLTransformResult> asyncHandler) |
Future<GetMLTransformResult> |
AWSGlueAsync.getMLTransformAsync(GetMLTransformRequest getMLTransformRequest,
AsyncHandler<GetMLTransformRequest,GetMLTransformResult> asyncHandler)
Gets an Glue machine learning transform artifact and all its corresponding metadata.
|
Modifier and Type | Method and Description |
---|---|
GetMLTransformResult |
GetMLTransformResult.clone() |
GetMLTransformResult |
GetMLTransformResult.withCreatedOn(Date createdOn)
The date and time when the transform was created.
|
GetMLTransformResult |
GetMLTransformResult.withDescription(String description)
A description of the transform.
|
GetMLTransformResult |
GetMLTransformResult.withEvaluationMetrics(EvaluationMetrics evaluationMetrics)
The latest evaluation metrics.
|
GetMLTransformResult |
GetMLTransformResult.withGlueVersion(String glueVersion)
This value determines which version of Glue this machine learning transform is compatible with.
|
GetMLTransformResult |
GetMLTransformResult.withInputRecordTables(Collection<GlueTable> inputRecordTables)
A list of Glue table definitions used by the transform.
|
GetMLTransformResult |
GetMLTransformResult.withInputRecordTables(GlueTable... inputRecordTables)
A list of Glue table definitions used by the transform.
|
GetMLTransformResult |
GetMLTransformResult.withLabelCount(Integer labelCount)
The number of labels available for this transform.
|
GetMLTransformResult |
GetMLTransformResult.withLastModifiedOn(Date lastModifiedOn)
The date and time when the transform was last modified.
|
GetMLTransformResult |
GetMLTransformResult.withMaxCapacity(Double maxCapacity)
The number of Glue data processing units (DPUs) that are allocated to task runs for this transform.
|
GetMLTransformResult |
GetMLTransformResult.withMaxRetries(Integer maxRetries)
The maximum number of times to retry a task for this transform after a task run fails.
|
GetMLTransformResult |
GetMLTransformResult.withName(String name)
The unique name given to the transform when it was created.
|
GetMLTransformResult |
GetMLTransformResult.withNumberOfWorkers(Integer numberOfWorkers)
The number of workers of a defined
workerType that are allocated when this task runs. |
GetMLTransformResult |
GetMLTransformResult.withParameters(TransformParameters parameters)
The configuration parameters that are specific to the algorithm used.
|
GetMLTransformResult |
GetMLTransformResult.withRole(String role)
The name or Amazon Resource Name (ARN) of the IAM role with the required permissions.
|
GetMLTransformResult |
GetMLTransformResult.withSchema(Collection<SchemaColumn> schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
GetMLTransformResult |
GetMLTransformResult.withSchema(SchemaColumn... schema)
The
Map<Column, Type> object that represents the schema that this transform accepts. |
GetMLTransformResult |
GetMLTransformResult.withStatus(String status)
The last known status of the transform (to indicate whether it can be used or not).
|
GetMLTransformResult |
GetMLTransformResult.withStatus(TransformStatusType status)
The last known status of the transform (to indicate whether it can be used or not).
|
GetMLTransformResult |
GetMLTransformResult.withTimeout(Integer timeout)
The timeout for a task run for this transform in minutes.
|
GetMLTransformResult |
GetMLTransformResult.withTransformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
GetMLTransformResult |
GetMLTransformResult.withTransformId(String transformId)
The unique identifier of the transform, generated at the time that the transform was created.
|
GetMLTransformResult |
GetMLTransformResult.withWorkerType(String workerType)
The type of predefined worker that is allocated when this task runs.
|
GetMLTransformResult |
GetMLTransformResult.withWorkerType(WorkerType workerType)
The type of predefined worker that is allocated when this task runs.
|
Copyright © 2021. All rights reserved.