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

InferenceExperimentSummary

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

Lists a summary of properties of an inference experiment.

interface InferenceExperimentSummary {
CompletionTime?: Date | number | null;
CreationTime: Date | number;
Description?: string | null;
LastModifiedTime: Date | number;
Name: string;
RoleArn?: string | null;
Schedule?: InferenceExperimentSchedule | null;
StatusReason?: string | null;
}

§Properties

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

The timestamp at which the inference experiment was completed.

§
CreationTime: Date | number
[src]

The timestamp at which the inference experiment was created.

§
Description?: string | null
[src]

The description of the inference experiment.

§
LastModifiedTime: Date | number
[src]

The timestamp when you last modified the inference experiment.

§
Name: string
[src]

The name of the inference experiment.

§
RoleArn?: string | null
[src]

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and container images, and manage Amazon SageMaker Inference endpoints for model deployment.

§

The duration for which the inference experiment ran or will run.

The maximum duration that you can set for an inference experiment is 30 days.

§

The status of the inference experiment.

§
StatusReason?: string | null
[src]

The error message for the inference experiment status result.

§

The type of the inference experiment.