Module Values_2.PipelineExecutionStepMetadataSource

Metadata for a step execution.

Sourcetype nonrec t = {
  1. trainingJob : TrainingJobStepMetadata.t option;
    (*

    The Amazon Resource Name (ARN) of the training job that was run by this step execution.

    *)
  2. processingJob : ProcessingJobStepMetadata.t option;
    (*

    The Amazon Resource Name (ARN) of the processing job that was run by this step execution.

    *)
  3. transformJob : TransformJobStepMetadata.t option;
    (*

    The Amazon Resource Name (ARN) of the transform job that was run by this step execution.

    *)
  4. tuningJob : TuningJobStepMetaData.t option;
    (*

    The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.

    *)
  5. model : ModelStepMetadata.t option;
    (*

    The Amazon Resource Name (ARN) of the model that was created by this step execution.

    *)
  6. registerModel : RegisterModelStepMetadata.t option;
    (*

    The Amazon Resource Name (ARN) of the model package that the model was registered to by this step execution.

    *)
  7. condition : Values_0.ConditionStepMetadata.t option;
    (*

    The outcome of the condition evaluation that was run by this step execution.

    *)
  8. callback : Values_0.CallbackStepMetadata.t option;
    (*

    The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.

    *)
  9. lambda : LambdaStepMetadata.t option;
    (*

    The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.

    *)
  10. eMR : EMRStepMetadata.t option;
    (*

    The configurations and outcomes of an Amazon EMR step execution.

    *)
  11. qualityCheck : QualityCheckStepMetadata.t option;
    (*

    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.

    *)
  12. clarifyCheck : Values_0.ClarifyCheckStepMetadata.t option;
    (*

    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.

    *)
  13. fail : FailStepMetadata.t option;
    (*

    The configurations and outcomes of a Fail step execution.

    *)
  14. autoMLJob : Values_0.AutoMLJobStepMetadata.t option;
    (*

    The Amazon Resource Name (ARN) of the AutoML job that was run by this step.

    *)
  15. endpoint : EndpointStepMetadata.t option;
    (*

    The endpoint that was invoked during this step execution.

    *)
  16. endpointConfig : EndpointConfigStepMetadata.t option;
    (*

    The endpoint configuration used to create an endpoint during this step execution.

    *)
  17. bedrockCustomModel : Values_0.BedrockCustomModelMetadata.t option;
    (*

    The metadata of the Amazon Bedrock custom model used in the pipeline execution step.

    *)
  18. bedrockCustomModelDeployment : Values_0.BedrockCustomModelDeploymentMetadata.t option;
    (*

    The metadata of the Amazon Bedrock custom model deployment used in pipeline execution step.

    *)
  19. bedrockProvisionedModelThroughput : Values_0.BedrockProvisionedModelThroughputMetadata.t option;
    (*

    The metadata of the Amazon Bedrock provisioned model throughput used in the pipeline execution step.

    *)
  20. bedrockModelImport : Values_0.BedrockModelImportMetadata.t option;
    (*

    The metadata of Amazon Bedrock model import used in pipeline execution step.

    *)
  21. inferenceComponent : InferenceComponentMetadata.t option;
    (*

    The metadata of the inference component used in pipeline execution step.

    *)
  22. lineage : LineageMetadata.t option;
    (*

    The metadata of the lineage used in pipeline execution step.

    *)
}
Sourceval make : ?trainingJob:??? -> ?processingJob:??? -> ?transformJob:??? -> ?tuningJob:??? -> ?model:??? -> ?registerModel:??? -> ?condition:??? -> ?callback:??? -> ?lambda:??? -> ?eMR:??? -> ?qualityCheck:??? -> ?clarifyCheck:??? -> ?fail:??? -> ?autoMLJob:??? -> ?endpoint:??? -> ?endpointConfig:??? -> ?bedrockCustomModel:??? -> ?bedrockCustomModelDeployment:??? -> ?bedrockProvisionedModelThroughput:??? -> ?bedrockModelImport:??? -> ?inferenceComponent:??? -> ?lineage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `Map of ([> `String of Values_0.String2048.t ] * [> `String of Values_0.String2048.t ]) list | `String of Values_1.TrainingJobArn.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t