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

DescribeProcessingJobResponse

import type { DescribeProcessingJobResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface DescribeProcessingJobResponse {
AppSpecification: AppSpecification;
AutoMLJobArn?: string | null;
CreationTime: Date | number;
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;
ProcessingJobName: string;
ProcessingJobStatus: ProcessingJobStatus;
ProcessingOutputConfig?: ProcessingOutputConfig | null;
ProcessingResources: ProcessingResources;
ProcessingStartTime?: Date | number | null;
RoleArn?: string | null;
StoppingCondition?: ProcessingStoppingCondition | null;
TrainingJobArn?: string | null;
}

§Properties

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