Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProcessingJob

import type { ProcessingJob } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see Process Data and Evaluate Models.

interface ProcessingJob {
AppSpecification?: AppSpecification | null;
AutoMLJobArn?: string | null;
CreationTime?: Date | number | null;
Environment?: {
[key: string]: string | null | undefined;
}
| null;
ExitMessage?: string | null;
ExperimentConfig?: ExperimentConfig | null;
FailureReason?: string | null;
LastModifiedTime?: Date | number | null;
MonitoringScheduleArn?: string | null;
NetworkConfig?: NetworkConfig | null;
ProcessingEndTime?: Date | number | null;
ProcessingInputs?: ProcessingInput[] | null;
ProcessingJobArn?: string | null;
ProcessingJobName?: string | null;
ProcessingJobStatus?: ProcessingJobStatus | null;
ProcessingOutputConfig?: ProcessingOutputConfig | null;
ProcessingResources?: ProcessingResources | null;
ProcessingStartTime?: Date | number | null;
RoleArn?: string | null;
StoppingCondition?: ProcessingStoppingCondition | null;
Tags?: Tag[] | null;
TrainingJobArn?: string | null;
}

§Properties

§
AppSpecification?: AppSpecification | null
[src]
§
AutoMLJobArn?: string | null
[src]

The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.

§
CreationTime?: Date | number | null
[src]

The time the processing job was created.

§
Environment?: {
[key: string]: string | null | undefined;
}
| null
[src]

Sets the environment variables in the Docker container.

§
ExitMessage?: string | null
[src]

A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

§
ExperimentConfig?: ExperimentConfig | null
[src]
§
FailureReason?: string | null
[src]

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

§
LastModifiedTime?: Date | number | null
[src]

The time the processing job was last modified.

§
MonitoringScheduleArn?: string | null
[src]

The ARN of a monitoring schedule for an endpoint associated with this processing job.

§
NetworkConfig?: NetworkConfig | null
[src]
§
ProcessingEndTime?: Date | number | null
[src]

The time that the processing job ended.

§
ProcessingInputs?: ProcessingInput[] | null
[src]

List of input configurations for the processing job.

§
ProcessingJobArn?: string | null
[src]

The ARN of the processing job.

§
ProcessingJobName?: string | null
[src]

The name of the processing job.

§
ProcessingJobStatus?: ProcessingJobStatus | null
[src]

The status of the processing job.

§
ProcessingOutputConfig?: ProcessingOutputConfig | null
[src]
§
ProcessingResources?: ProcessingResources | null
[src]
§
ProcessingStartTime?: Date | number | null
[src]

The time that the processing job started.

§
RoleArn?: string | null
[src]

The ARN of the role used to create the processing job.

§
StoppingCondition?: ProcessingStoppingCondition | null
[src]
§
Tags?: Tag[] | null
[src]

An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.

§
TrainingJobArn?: string | null
[src]

The ARN of the training job associated with this processing job.