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

DescribeModelBiasJobDefinitionResponse

import type { DescribeModelBiasJobDefinitionResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface DescribeModelBiasJobDefinitionResponse {
CreationTime: Date | number;
JobDefinitionArn: string;
JobDefinitionName: string;
JobResources: MonitoringResources;
ModelBiasAppSpecification: ModelBiasAppSpecification;
ModelBiasBaselineConfig?: ModelBiasBaselineConfig | null;
ModelBiasJobInput: ModelBiasJobInput;
ModelBiasJobOutputConfig: MonitoringOutputConfig;
NetworkConfig?: MonitoringNetworkConfig | null;
RoleArn: string;
StoppingCondition?: MonitoringStoppingCondition | null;
}

§Properties

§
CreationTime: Date | number
[src]

The time at which the model bias job was created.

§
JobDefinitionArn: string
[src]

The Amazon Resource Name (ARN) of the model bias job.

§
JobDefinitionName: string
[src]

The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.

§
ModelBiasAppSpecification: ModelBiasAppSpecification
[src]

Configures the model bias job to run a specified Docker container image.

§
ModelBiasBaselineConfig?: ModelBiasBaselineConfig | null
[src]

The baseline configuration for a model bias job.

§
ModelBiasJobInput: ModelBiasJobInput
[src]

Inputs for the model bias job.

§
ModelBiasJobOutputConfig: MonitoringOutputConfig
[src]
§
NetworkConfig?: MonitoringNetworkConfig | null
[src]

Networking options for a model bias job.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management (IAM) role that has read permission to the input data location and write permission to the output data location in Amazon S3.

§
StoppingCondition?: MonitoringStoppingCondition | null
[src]