@Generated(value="software.amazon.awssdk:codegen") public final class PipelineExecutionStepMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>
Metadata for a step execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PipelineExecutionStepMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoMLJobStepMetadata |
autoMLJob()
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
|
static PipelineExecutionStepMetadata.Builder |
builder() |
CallbackStepMetadata |
callback()
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output
parameters.
|
ClarifyCheckStepMetadata |
clarifyCheck()
Container for the metadata for a Clarify check step.
|
ConditionStepMetadata |
condition()
The outcome of the condition evaluation that was run by this step execution.
|
EMRStepMetadata |
emr()
The configurations and outcomes of an Amazon EMR step execution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailStepMetadata |
fail()
The configurations and outcomes of a Fail step execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LambdaStepMetadata |
lambda()
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output
parameters.
|
ModelStepMetadata |
model()
The Amazon Resource Name (ARN) of the model that was created by this step execution.
|
ProcessingJobStepMetadata |
processingJob()
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
|
QualityCheckStepMetadata |
qualityCheck()
The configurations and outcomes of the check step execution.
|
RegisterModelStepMetadata |
registerModel()
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PipelineExecutionStepMetadata.Builder> |
serializableBuilderClass() |
PipelineExecutionStepMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrainingJobStepMetadata |
trainingJob()
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
|
TransformJobStepMetadata |
transformJob()
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
|
TuningJobStepMetaData |
tuningJob()
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TrainingJobStepMetadata trainingJob()
The Amazon Resource Name (ARN) of the training job that was run by this step execution.
public final ProcessingJobStepMetadata processingJob()
The Amazon Resource Name (ARN) of the processing job that was run by this step execution.
public final TransformJobStepMetadata transformJob()
The Amazon Resource Name (ARN) of the transform job that was run by this step execution.
public final TuningJobStepMetaData tuningJob()
The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.
public final ModelStepMetadata model()
The Amazon Resource Name (ARN) of the model that was created by this step execution.
public final RegisterModelStepMetadata registerModel()
The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.
public final ConditionStepMetadata condition()
The outcome of the condition evaluation that was run by this step execution.
public final CallbackStepMetadata callback()
The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
public final LambdaStepMetadata lambda()
The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.
public final QualityCheckStepMetadata qualityCheck()
The configurations and outcomes of the check step execution. This includes:
The type of the check conducted.
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The Boolean flags indicating if the drift check is skipped.
If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.
The type of the check conducted.
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The Boolean flags indicating if the drift check is skipped.
If step property BaselineUsedForDriftCheck is set the same as
CalculatedBaseline.
public final ClarifyCheckStepMetadata clarifyCheck()
Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes:
The type of the check conducted,
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The boolean flags indicating if the drift check is skipped.
If step property BaselineUsedForDriftCheck is set the same as CalculatedBaseline.
The type of the check conducted,
The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.
The Amazon S3 URIs of newly calculated baseline constraints and statistics.
The model package group name provided.
The Amazon S3 URI of the violation report if violations detected.
The Amazon Resource Name (ARN) of check processing job initiated by the step execution.
The boolean flags indicating if the drift check is skipped.
If step property BaselineUsedForDriftCheck is set the same as
CalculatedBaseline.
public final EMRStepMetadata emr()
The configurations and outcomes of an Amazon EMR step execution.
public final FailStepMetadata fail()
The configurations and outcomes of a Fail step execution.
public final AutoMLJobStepMetadata autoMLJob()
The Amazon Resource Name (ARN) of the AutoML job that was run by this step.
public PipelineExecutionStepMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PipelineExecutionStepMetadata.Builder,PipelineExecutionStepMetadata>public static PipelineExecutionStepMetadata.Builder builder()
public static Class<? extends PipelineExecutionStepMetadata.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.