@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
221 lines • 15.2 kB
JavaScript
;
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPartnerApp = exports.getMonitoringScheduleOutput = exports.getMonitoringSchedule = exports.getModelQualityJobDefinitionOutput = exports.getModelQualityJobDefinition = exports.getModelPackageGroupOutput = exports.getModelPackageGroup = exports.getModelPackageOutput = exports.getModelPackage = exports.getModelExplainabilityJobDefinitionOutput = exports.getModelExplainabilityJobDefinition = exports.getModelCardOutput = exports.getModelCard = exports.getModelBiasJobDefinitionOutput = exports.getModelBiasJobDefinition = exports.getMlflowTrackingServerOutput = exports.getMlflowTrackingServer = exports.getInferenceExperimentOutput = exports.getInferenceExperiment = exports.getInferenceComponentOutput = exports.getInferenceComponent = exports.getImageVersionOutput = exports.getImageVersion = exports.getImageOutput = exports.getImage = exports.getFeatureGroupOutput = exports.getFeatureGroup = exports.getEndpointOutput = exports.getEndpoint = exports.getDomainOutput = exports.getDomain = exports.getDeviceFleetOutput = exports.getDeviceFleet = exports.getDataQualityJobDefinitionOutput = exports.getDataQualityJobDefinition = exports.getClusterOutput = exports.getCluster = exports.getAppImageConfigOutput = exports.getAppImageConfig = exports.getAppOutput = exports.getApp = exports.FeatureGroup = exports.Endpoint = exports.Domain = exports.DeviceFleet = exports.Device = exports.DataQualityJobDefinition = exports.Cluster = exports.AppImageConfig = exports.App = void 0;
exports.UserProfile = exports.StudioLifecycleConfig = exports.Space = exports.Project = exports.Pipeline = exports.PartnerApp = exports.MonitoringSchedule = exports.ModelQualityJobDefinition = exports.ModelPackageGroup = exports.ModelPackage = exports.ModelExplainabilityJobDefinition = exports.ModelCard = exports.ModelBiasJobDefinition = exports.MlflowTrackingServer = exports.InferenceExperiment = exports.InferenceComponent = exports.ImageVersion = exports.Image = exports.getUserProfileOutput = exports.getUserProfile = exports.getStudioLifecycleConfigOutput = exports.getStudioLifecycleConfig = exports.getSpaceOutput = exports.getSpace = exports.getProjectOutput = exports.getProject = exports.getPipelineOutput = exports.getPipeline = exports.getPartnerAppOutput = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
exports.App = null;
utilities.lazyLoad(exports, ["App"], () => require("./app"));
exports.AppImageConfig = null;
utilities.lazyLoad(exports, ["AppImageConfig"], () => require("./appImageConfig"));
exports.Cluster = null;
utilities.lazyLoad(exports, ["Cluster"], () => require("./cluster"));
exports.DataQualityJobDefinition = null;
utilities.lazyLoad(exports, ["DataQualityJobDefinition"], () => require("./dataQualityJobDefinition"));
exports.Device = null;
utilities.lazyLoad(exports, ["Device"], () => require("./device"));
exports.DeviceFleet = null;
utilities.lazyLoad(exports, ["DeviceFleet"], () => require("./deviceFleet"));
exports.Domain = null;
utilities.lazyLoad(exports, ["Domain"], () => require("./domain"));
exports.Endpoint = null;
utilities.lazyLoad(exports, ["Endpoint"], () => require("./endpoint"));
exports.FeatureGroup = null;
utilities.lazyLoad(exports, ["FeatureGroup"], () => require("./featureGroup"));
exports.getApp = null;
exports.getAppOutput = null;
utilities.lazyLoad(exports, ["getApp", "getAppOutput"], () => require("./getApp"));
exports.getAppImageConfig = null;
exports.getAppImageConfigOutput = null;
utilities.lazyLoad(exports, ["getAppImageConfig", "getAppImageConfigOutput"], () => require("./getAppImageConfig"));
exports.getCluster = null;
exports.getClusterOutput = null;
utilities.lazyLoad(exports, ["getCluster", "getClusterOutput"], () => require("./getCluster"));
exports.getDataQualityJobDefinition = null;
exports.getDataQualityJobDefinitionOutput = null;
utilities.lazyLoad(exports, ["getDataQualityJobDefinition", "getDataQualityJobDefinitionOutput"], () => require("./getDataQualityJobDefinition"));
exports.getDeviceFleet = null;
exports.getDeviceFleetOutput = null;
utilities.lazyLoad(exports, ["getDeviceFleet", "getDeviceFleetOutput"], () => require("./getDeviceFleet"));
exports.getDomain = null;
exports.getDomainOutput = null;
utilities.lazyLoad(exports, ["getDomain", "getDomainOutput"], () => require("./getDomain"));
exports.getEndpoint = null;
exports.getEndpointOutput = null;
utilities.lazyLoad(exports, ["getEndpoint", "getEndpointOutput"], () => require("./getEndpoint"));
exports.getFeatureGroup = null;
exports.getFeatureGroupOutput = null;
utilities.lazyLoad(exports, ["getFeatureGroup", "getFeatureGroupOutput"], () => require("./getFeatureGroup"));
exports.getImage = null;
exports.getImageOutput = null;
utilities.lazyLoad(exports, ["getImage", "getImageOutput"], () => require("./getImage"));
exports.getImageVersion = null;
exports.getImageVersionOutput = null;
utilities.lazyLoad(exports, ["getImageVersion", "getImageVersionOutput"], () => require("./getImageVersion"));
exports.getInferenceComponent = null;
exports.getInferenceComponentOutput = null;
utilities.lazyLoad(exports, ["getInferenceComponent", "getInferenceComponentOutput"], () => require("./getInferenceComponent"));
exports.getInferenceExperiment = null;
exports.getInferenceExperimentOutput = null;
utilities.lazyLoad(exports, ["getInferenceExperiment", "getInferenceExperimentOutput"], () => require("./getInferenceExperiment"));
exports.getMlflowTrackingServer = null;
exports.getMlflowTrackingServerOutput = null;
utilities.lazyLoad(exports, ["getMlflowTrackingServer", "getMlflowTrackingServerOutput"], () => require("./getMlflowTrackingServer"));
exports.getModelBiasJobDefinition = null;
exports.getModelBiasJobDefinitionOutput = null;
utilities.lazyLoad(exports, ["getModelBiasJobDefinition", "getModelBiasJobDefinitionOutput"], () => require("./getModelBiasJobDefinition"));
exports.getModelCard = null;
exports.getModelCardOutput = null;
utilities.lazyLoad(exports, ["getModelCard", "getModelCardOutput"], () => require("./getModelCard"));
exports.getModelExplainabilityJobDefinition = null;
exports.getModelExplainabilityJobDefinitionOutput = null;
utilities.lazyLoad(exports, ["getModelExplainabilityJobDefinition", "getModelExplainabilityJobDefinitionOutput"], () => require("./getModelExplainabilityJobDefinition"));
exports.getModelPackage = null;
exports.getModelPackageOutput = null;
utilities.lazyLoad(exports, ["getModelPackage", "getModelPackageOutput"], () => require("./getModelPackage"));
exports.getModelPackageGroup = null;
exports.getModelPackageGroupOutput = null;
utilities.lazyLoad(exports, ["getModelPackageGroup", "getModelPackageGroupOutput"], () => require("./getModelPackageGroup"));
exports.getModelQualityJobDefinition = null;
exports.getModelQualityJobDefinitionOutput = null;
utilities.lazyLoad(exports, ["getModelQualityJobDefinition", "getModelQualityJobDefinitionOutput"], () => require("./getModelQualityJobDefinition"));
exports.getMonitoringSchedule = null;
exports.getMonitoringScheduleOutput = null;
utilities.lazyLoad(exports, ["getMonitoringSchedule", "getMonitoringScheduleOutput"], () => require("./getMonitoringSchedule"));
exports.getPartnerApp = null;
exports.getPartnerAppOutput = null;
utilities.lazyLoad(exports, ["getPartnerApp", "getPartnerAppOutput"], () => require("./getPartnerApp"));
exports.getPipeline = null;
exports.getPipelineOutput = null;
utilities.lazyLoad(exports, ["getPipeline", "getPipelineOutput"], () => require("./getPipeline"));
exports.getProject = null;
exports.getProjectOutput = null;
utilities.lazyLoad(exports, ["getProject", "getProjectOutput"], () => require("./getProject"));
exports.getSpace = null;
exports.getSpaceOutput = null;
utilities.lazyLoad(exports, ["getSpace", "getSpaceOutput"], () => require("./getSpace"));
exports.getStudioLifecycleConfig = null;
exports.getStudioLifecycleConfigOutput = null;
utilities.lazyLoad(exports, ["getStudioLifecycleConfig", "getStudioLifecycleConfigOutput"], () => require("./getStudioLifecycleConfig"));
exports.getUserProfile = null;
exports.getUserProfileOutput = null;
utilities.lazyLoad(exports, ["getUserProfile", "getUserProfileOutput"], () => require("./getUserProfile"));
exports.Image = null;
utilities.lazyLoad(exports, ["Image"], () => require("./image"));
exports.ImageVersion = null;
utilities.lazyLoad(exports, ["ImageVersion"], () => require("./imageVersion"));
exports.InferenceComponent = null;
utilities.lazyLoad(exports, ["InferenceComponent"], () => require("./inferenceComponent"));
exports.InferenceExperiment = null;
utilities.lazyLoad(exports, ["InferenceExperiment"], () => require("./inferenceExperiment"));
exports.MlflowTrackingServer = null;
utilities.lazyLoad(exports, ["MlflowTrackingServer"], () => require("./mlflowTrackingServer"));
exports.ModelBiasJobDefinition = null;
utilities.lazyLoad(exports, ["ModelBiasJobDefinition"], () => require("./modelBiasJobDefinition"));
exports.ModelCard = null;
utilities.lazyLoad(exports, ["ModelCard"], () => require("./modelCard"));
exports.ModelExplainabilityJobDefinition = null;
utilities.lazyLoad(exports, ["ModelExplainabilityJobDefinition"], () => require("./modelExplainabilityJobDefinition"));
exports.ModelPackage = null;
utilities.lazyLoad(exports, ["ModelPackage"], () => require("./modelPackage"));
exports.ModelPackageGroup = null;
utilities.lazyLoad(exports, ["ModelPackageGroup"], () => require("./modelPackageGroup"));
exports.ModelQualityJobDefinition = null;
utilities.lazyLoad(exports, ["ModelQualityJobDefinition"], () => require("./modelQualityJobDefinition"));
exports.MonitoringSchedule = null;
utilities.lazyLoad(exports, ["MonitoringSchedule"], () => require("./monitoringSchedule"));
exports.PartnerApp = null;
utilities.lazyLoad(exports, ["PartnerApp"], () => require("./partnerApp"));
exports.Pipeline = null;
utilities.lazyLoad(exports, ["Pipeline"], () => require("./pipeline"));
exports.Project = null;
utilities.lazyLoad(exports, ["Project"], () => require("./project"));
exports.Space = null;
utilities.lazyLoad(exports, ["Space"], () => require("./space"));
exports.StudioLifecycleConfig = null;
utilities.lazyLoad(exports, ["StudioLifecycleConfig"], () => require("./studioLifecycleConfig"));
exports.UserProfile = null;
utilities.lazyLoad(exports, ["UserProfile"], () => require("./userProfile"));
// Export enums:
__exportStar(require("../types/enums/sagemaker"), exports);
const _module = {
version: utilities.getVersion(),
construct: (name, type, urn) => {
switch (type) {
case "aws-native:sagemaker:App":
return new exports.App(name, undefined, { urn });
case "aws-native:sagemaker:AppImageConfig":
return new exports.AppImageConfig(name, undefined, { urn });
case "aws-native:sagemaker:Cluster":
return new exports.Cluster(name, undefined, { urn });
case "aws-native:sagemaker:DataQualityJobDefinition":
return new exports.DataQualityJobDefinition(name, undefined, { urn });
case "aws-native:sagemaker:Device":
return new exports.Device(name, undefined, { urn });
case "aws-native:sagemaker:DeviceFleet":
return new exports.DeviceFleet(name, undefined, { urn });
case "aws-native:sagemaker:Domain":
return new exports.Domain(name, undefined, { urn });
case "aws-native:sagemaker:Endpoint":
return new exports.Endpoint(name, undefined, { urn });
case "aws-native:sagemaker:FeatureGroup":
return new exports.FeatureGroup(name, undefined, { urn });
case "aws-native:sagemaker:Image":
return new exports.Image(name, undefined, { urn });
case "aws-native:sagemaker:ImageVersion":
return new exports.ImageVersion(name, undefined, { urn });
case "aws-native:sagemaker:InferenceComponent":
return new exports.InferenceComponent(name, undefined, { urn });
case "aws-native:sagemaker:InferenceExperiment":
return new exports.InferenceExperiment(name, undefined, { urn });
case "aws-native:sagemaker:MlflowTrackingServer":
return new exports.MlflowTrackingServer(name, undefined, { urn });
case "aws-native:sagemaker:ModelBiasJobDefinition":
return new exports.ModelBiasJobDefinition(name, undefined, { urn });
case "aws-native:sagemaker:ModelCard":
return new exports.ModelCard(name, undefined, { urn });
case "aws-native:sagemaker:ModelExplainabilityJobDefinition":
return new exports.ModelExplainabilityJobDefinition(name, undefined, { urn });
case "aws-native:sagemaker:ModelPackage":
return new exports.ModelPackage(name, undefined, { urn });
case "aws-native:sagemaker:ModelPackageGroup":
return new exports.ModelPackageGroup(name, undefined, { urn });
case "aws-native:sagemaker:ModelQualityJobDefinition":
return new exports.ModelQualityJobDefinition(name, undefined, { urn });
case "aws-native:sagemaker:MonitoringSchedule":
return new exports.MonitoringSchedule(name, undefined, { urn });
case "aws-native:sagemaker:PartnerApp":
return new exports.PartnerApp(name, undefined, { urn });
case "aws-native:sagemaker:Pipeline":
return new exports.Pipeline(name, undefined, { urn });
case "aws-native:sagemaker:Project":
return new exports.Project(name, undefined, { urn });
case "aws-native:sagemaker:Space":
return new exports.Space(name, undefined, { urn });
case "aws-native:sagemaker:StudioLifecycleConfig":
return new exports.StudioLifecycleConfig(name, undefined, { urn });
case "aws-native:sagemaker:UserProfile":
return new exports.UserProfile(name, undefined, { urn });
default:
throw new Error(`unknown resource type ${type}`);
}
},
};
pulumi.runtime.registerResourceModule("aws-native", "sagemaker", _module);
//# sourceMappingURL=index.js.map