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

ProcessingFeatureStoreOutput

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

Configuration for processing job outputs in Amazon SageMaker Feature Store.

interface ProcessingFeatureStoreOutput {
FeatureGroupName: string;
}

§Properties

§
FeatureGroupName: string
[src]

The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.