| Column Name | Column Data Type |
transform_job_name Required Input Column
The name of the transform job. | VARCHAR |
_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
auto_ml_job_arn
The Amazon Resource Name (ARN) of the AutoML transform job. | VARCHAR |
batch_strategy
Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record. To enable the batch strategy, you must set SplitType to Line, RecordIO, or TFRecord. | VARCHAR |
creation_time
A timestamp that shows when the transform Job was created. | TIMESTAMP_S |
data_capture_config
Configuration to control how SageMaker captures inference data. | STRUCT( "destination_s3_uri" VARCHAR, "kms_key_id" VARCHAR, "generate_inference_id" BOOLEAN ) |
Show child fields- data_capture_config.destination_s3_uri
The Amazon S3 location being used to capture the data.
- data_capture_config.generate_inference_id
Flag that indicates whether to append inference id to the output.
- data_capture_config.kms_key_id
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instance that hosts the batch transform job. The KmsKeyId can be any of the following formats: -
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab -
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab -
Alias name: alias/ExampleAlias -
Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
|
data_processing
The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see Associate Prediction Results with their Corresponding Input Records. | STRUCT( "input_filter" VARCHAR, "output_filter" VARCHAR, "join_source" VARCHAR ) |
Show child fields- data_processing.input_filter
A JSONPath expression used to select a portion of the input data to pass to the algorithm. Use the InputFilter parameter to exclude fields, such as an ID column, from the input. If you want SageMaker to pass the entire input dataset to the algorithm, accept the default value $. Examples: "$", "$[1:]", "$.features"
- data_processing.join_source
Specifies the source of the data to join with the transformed data. The valid values are None and Input. The default value is None, which specifies not to join the input with the transformed data. If you want the batch transform job to join the original input data with the transformed data, set JoinSource to Input. You can specify OutputFilter as an additional filter to select a portion of the joined dataset and store it in the output file. For JSON or JSONLines objects, such as a JSON array, SageMaker adds the transformed data to the input JSON object in an attribute called SageMakerOutput. The joined result for JSON must be a key-value pair object. If the input is not a key-value pair object, SageMaker creates a new JSON file. In the new JSON file, and the input data is stored under the SageMakerInput key and the results are stored in SageMakerOutput. For CSV data, SageMaker takes each row as a JSON array and joins the transformed data with the input by appending each transformed row to the end of the input. The joined data has the original input data followed by the transformed data and the output is a CSV file. For information on how joining in applied, see Workflow for Associating Inferences with Input Records.
- data_processing.output_filter
A JSONPath expression used to select a portion of the joined dataset to save in the output file for a batch transform job. If you want SageMaker to store the entire input dataset in the output file, leave the default value, $. If you specify indexes that aren't within the dimension size of the joined dataset, you get an error. Examples: "$", "$[0,5:]", "$['id','SageMakerOutput']"
|
environment
The environment variables to set in the Docker container. We support up to 16 key and values entries in the map. | MAP(VARCHAR, VARCHAR) |
experiment_config
Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs: | STRUCT( "experiment_name" VARCHAR, "trial_name" VARCHAR, "trial_component_display_name" VARCHAR, "run_name" VARCHAR ) |
Show child fields- experiment_config.experiment_name
The name of an existing experiment to associate with the trial component.
- experiment_config.run_name
The name of the experiment run to associate with the trial component.
- experiment_config.trial_component_display_name
The display name for the trial component. If this key isn't specified, the display name is the trial component name.
- experiment_config.trial_name
The name of an existing trial to associate the trial component with. If not specified, a new trial is created.
|
failure_reason
If the transform job failed, FailureReason describes why it failed. A transform job creates a log file, which includes error messages, and stores it as an Amazon S3 object. For more information, see Log Amazon SageMaker Events with Amazon CloudWatch. | VARCHAR |
labeling_job_arn
The Amazon Resource Name (ARN) of the Amazon SageMaker Ground Truth labeling job that created the transform or training job. | VARCHAR |
max_concurrent_transforms
The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1. | BIGINT |
max_payload_in_mb
The maximum payload size, in MB, used in the transform job. | BIGINT |
model_client_config
The timeout and maximum number of retries for processing a transform job invocation. | STRUCT( "invocations_timeout_in_seconds" BIGINT, "invocations_max_retries" BIGINT ) |
Show child fields- model_client_config.invocations_max_retries
The maximum number of retries when invocation requests are failing. The default value is 3.
- model_client_config.invocations_timeout_in_seconds
The timeout value in seconds for an invocation request. The default value is 600.
|
model_name
The name of the model used in the transform job. | VARCHAR |
transform_end_time
Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of TransformStartTime. | TIMESTAMP_S |
transform_input
Describes the dataset to be transformed and the Amazon S3 location where it is stored. | STRUCT( "data_source" STRUCT( "s3_data_source" STRUCT( "s3_data_type" VARCHAR, "s3_uri" VARCHAR ) ), "content_type" VARCHAR, "compression_type" VARCHAR, "split_type" VARCHAR ) |
Show child fields- transform_input.compression_type
If your transform data is compressed, specify the compression type. Amazon SageMaker automatically decompresses the data for the transform job accordingly. The default value is None.
- transform_input.content_type
The multipurpose internet mail extension (MIME) type of the data. Amazon SageMaker uses the MIME type with each http call to transfer data to the transform job.
- transform_input.data_source
Describes the location of the channel data, which is, the S3 location of the input data that the model can consume. Show child fields- transform_input.data_source.s3_data_source
The S3 location of the data source that is associated with a channel. Show child fields- transform_input.data_source.s3_data_source.s3_data_type
If you choose S3Prefix, S3Uri identifies a key name prefix. Amazon SageMaker uses all objects with the specified key name prefix for batch transform. If you choose ManifestFile, S3Uri identifies an object that is a manifest file containing a list of object keys that you want Amazon SageMaker to use for batch transform. The following values are compatible: ManifestFile, S3Prefix The following value is not compatible: AugmentedManifestFile
- transform_input.data_source.s3_data_source.s3_uri
Depending on the value specified for the S3DataType, identifies either a key name prefix or a manifest. For example: -
A key name prefix might look like this: s3://bucketname/exampleprefix/. -
A manifest might look like this: s3://bucketname/example.manifest The manifest is an S3 object which is a JSON file with the following format: [ {"prefix": "s3://customer_bucket/some/prefix/"}, "relative/path/to/custdata-1", "relative/path/custdata-2", ... "relative/path/custdata-N" ] The preceding JSON matches the following S3Uris: s3://customer_bucket/some/prefix/relative/path/to/custdata-1 s3://customer_bucket/some/prefix/relative/path/custdata-2 ... s3://customer_bucket/some/prefix/relative/path/custdata-N The complete set of S3Uris in this manifest constitutes the input data for the channel for this datasource. The object that each S3Uris points to must be readable by the IAM role that Amazon SageMaker uses to perform tasks on your behalf.
- transform_input.split_type
The method to use to split the transform job's data files into smaller batches. Splitting is necessary when the total size of each object is too large to fit in a single request. You can also use data splitting to improve performance by processing multiple concurrent mini-batches. The default value for SplitType is None, which indicates that input data files are not split, and request payloads contain the entire contents of an input object. Set the value of this parameter to Line to split records on a newline character boundary. SplitType also supports a number of record-oriented binary data formats. Currently, the supported record formats are: When splitting is enabled, the size of a mini-batch depends on the values of the BatchStrategy and MaxPayloadInMB parameters. When the value of BatchStrategy is MultiRecord, Amazon SageMaker sends the maximum number of records in each request, up to the MaxPayloadInMB limit. If the value of BatchStrategy is SingleRecord, Amazon SageMaker sends individual records in each request. Some data formats represent a record as a binary payload wrapped with extra padding bytes. When splitting is applied to a binary data format, padding is removed if the value of BatchStrategy is set to SingleRecord. Padding is not removed if the value of BatchStrategy is set to MultiRecord. For more information about RecordIO, see Create a Dataset Using RecordIO in the MXNet documentation. For more information about TFRecord, see Consuming TFRecord data in the TensorFlow documentation.
|
transform_job_arn
The Amazon Resource Name (ARN) of the transform job. | VARCHAR |
transform_job_status
The status of the transform job. If the transform job failed, the reason is returned in the FailureReason field. | VARCHAR |
transform_output
Identifies the Amazon S3 location where you want Amazon SageMaker to save the results from the transform job. | STRUCT( "s3_output_path" VARCHAR, "accept" VARCHAR, "assemble_with" VARCHAR, "kms_key_id" VARCHAR ) |
Show child fields- transform_output.accept
The MIME type used to specify the output data. Amazon SageMaker uses the MIME type with each http call to transfer data from the transform job.
- transform_output.assemble_with
Defines how to assemble the results of the transform job as a single S3 object. Choose a format that is most convenient to you. To concatenate the results in binary format, specify None. To add a newline character at the end of every transformed record, specify Line.
- transform_output.kms_key_id
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption. The KmsKeyId can be any of the following formats: -
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab -
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab -
Alias name: alias/ExampleAlias -
Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account. For more information, see KMS-Managed Encryption Keys in the Amazon Simple Storage Service Developer Guide. The KMS key policy must grant permission to the IAM role that you specify in your CreateModel request. For more information, see Using Key Policies in Amazon Web Services KMS in the Amazon Web Services Key Management Service Developer Guide.
- transform_output.s3_output_path
The Amazon S3 path where you want Amazon SageMaker to store the results of the transform job. For example, s3://bucket-name/key-name-prefix. For every S3 object used as input for the transform job, batch transform stores the transformed data with an .out suffix in a corresponding subfolder in the location in the output prefix. For example, for the input data stored at s3://bucket-name/input-name-prefix/dataset01/data.csv, batch transform stores the transformed data at s3://bucket-name/output-name-prefix/input-name-prefix/data.csv.out. Batch transform doesn't upload partially processed objects. For an input S3 object that contains multiple records, it creates an .out file only if the transform job succeeds on the entire file. When the input contains multiple S3 objects, the batch transform job processes the listed S3 objects and uploads only the output for successfully processed objects. If any object fails in the transform job batch transform marks the job as failed to prompt investigation.
|
transform_resources
Describes the resources, including ML instance types and ML instance count, to use for the transform job. | STRUCT( "instance_type" VARCHAR, "instance_count" BIGINT, "volume_kms_key_id" VARCHAR ) |
Show child fields- transform_resources.instance_count
The number of ML compute instances to use in the transform job. The default value is 1, and the maximum is 100. For distributed transform jobs, specify a value greater than 1.
- transform_resources.instance_type
The ML compute instance type for the transform job. If you are using built-in algorithms to transform moderately sized datasets, we recommend using ml.m4.xlarge or ml.m5.largeinstance types.
- transform_resources.volume_kms_key_id
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt model data on the storage volume attached to the ML compute instance(s) that run the batch transform job. Certain Nitro-based instances include local storage, dependent on the instance type. Local storage volumes are encrypted using a hardware module on the instance. You can't request a VolumeKmsKeyId when using an instance type with local storage. For a list of instance types that support local instance storage, see Instance Store Volumes. For more information about local instance storage encryption, see SSD Instance Store Volumes. The VolumeKmsKeyId can be any of the following formats: -
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab -
Key ARN: arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab -
Alias name: alias/ExampleAlias -
Alias name ARN: arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias
|
transform_start_time
Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of TransformEndTime. | TIMESTAMP_S |