Show / Hide Table of Contents

Class CfnDataset

Creates an Amazon Forecast dataset.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnDataset
Implements
IInspectable
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.Forecast
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataset : CfnResource, IInspectable
Syntax (vb)
Public Class CfnDataset Inherits CfnResource Implements IInspectable
Remarks
Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>

The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

    After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

    To get a list of all your datasets, use the ListDatasets operation.

    For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

    The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
    

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

    CloudformationResource: AWS::Forecast::Dataset

    ExampleMetadata: fixture=_generated

    Examples
    // The code below shows an example of how to instantiate this type.
                 // The values are placeholders you should change.
                 using Amazon.CDK.AWS.Forecast;
    
                 var encryptionConfig;
                 var schema;
    
                 var cfnDataset = new CfnDataset(this, "MyCfnDataset", new CfnDatasetProps {
                     DatasetName = "datasetName",
                     DatasetType = "datasetType",
                     Domain = "domain",
                     Schema = schema,
    
                     // the properties below are optional
                     DataFrequency = "dataFrequency",
                     EncryptionConfig = encryptionConfig,
                     Tags = new [] { new TagsItemsProperty {
                         Key = "key",
                         Value = "value"
                     } }
                 });

    Synopsis

    Constructors

    CfnDataset(Construct, string, ICfnDatasetProps)

    Creates an Amazon Forecast dataset.

    Properties

    AttrArn

    The Amazon Resource Name (ARN) of the dataset.

    CFN_RESOURCE_TYPE_NAME

    The CloudFormation resource type name for this resource class.

    CfnProperties

    Creates an Amazon Forecast dataset.

    DataFrequency

    The frequency of data collection.

    DatasetName

    The name of the dataset.

    DatasetType

    The dataset type.

    Domain

    The domain associated with the dataset.

    EncryptionConfig

    A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

    Schema

    The schema for the dataset.

    Tags

    An array of key-value pairs to apply to this resource.

    Methods

    Inspect(TreeInspector)

    Examines the CloudFormation resource and discloses attributes.

    RenderProperties(IDictionary<string, object>)

    Creates an Amazon Forecast dataset.

    Constructors

    CfnDataset(Construct, string, ICfnDatasetProps)

    Creates an Amazon Forecast dataset.

    public CfnDataset(Construct scope, string id, ICfnDatasetProps props)
    Parameters
    scope Construct

    Scope in which this resource is defined.

    id string

    Construct identifier for this resource (unique in its scope).

    props ICfnDatasetProps

    Resource properties.

    Remarks
    Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
    

    The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

      After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

      To get a list of all your datasets, use the ListDatasets operation.

      For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

      The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
      

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

      CloudformationResource: AWS::Forecast::Dataset

      ExampleMetadata: fixture=_generated

      Properties

      AttrArn

      The Amazon Resource Name (ARN) of the dataset.

      public virtual string AttrArn { get; }
      Property Value

      string

      Remarks

      CloudformationAttribute: Arn

      CFN_RESOURCE_TYPE_NAME

      The CloudFormation resource type name for this resource class.

      public static string CFN_RESOURCE_TYPE_NAME { get; }
      Property Value

      string

      Remarks
      Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
      

      The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

        After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

        To get a list of all your datasets, use the ListDatasets operation.

        For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

        The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
        

        See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

        CloudformationResource: AWS::Forecast::Dataset

        ExampleMetadata: fixture=_generated

        CfnProperties

        Creates an Amazon Forecast dataset.

        protected override IDictionary<string, object> CfnProperties { get; }
        Property Value

        IDictionary<string, object>

        Overrides
        CfnResource.CfnProperties
        Remarks
        Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
        

        The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

          After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

          To get a list of all your datasets, use the ListDatasets operation.

          For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

          The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
          

          See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

          CloudformationResource: AWS::Forecast::Dataset

          ExampleMetadata: fixture=_generated

          DataFrequency

          The frequency of data collection.

          public virtual string? DataFrequency { get; set; }
          Property Value

          string

          Remarks

          This parameter is required for RELATED_TIME_SERIES datasets.

          DatasetName

          The name of the dataset.

          public virtual string DatasetName { get; set; }
          Property Value

          string

          Remarks
          Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
          

          The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

            After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

            To get a list of all your datasets, use the ListDatasets operation.

            For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

            The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
            

            See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

            CloudformationResource: AWS::Forecast::Dataset

            ExampleMetadata: fixture=_generated

            DatasetType

            The dataset type.

            public virtual string DatasetType { get; set; }
            Property Value

            string

            Remarks
            Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
            

            The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

              After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

              To get a list of all your datasets, use the ListDatasets operation.

              For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

              The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
              

              See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

              CloudformationResource: AWS::Forecast::Dataset

              ExampleMetadata: fixture=_generated

              Domain

              The domain associated with the dataset.

              public virtual string Domain { get; set; }
              Property Value

              string

              Remarks
              Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
              

              The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

                After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

                To get a list of all your datasets, use the ListDatasets operation.

                For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

                The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
                

                See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

                CloudformationResource: AWS::Forecast::Dataset

                ExampleMetadata: fixture=_generated

                EncryptionConfig

                A Key Management Service (KMS) key and the Identity and Access Management (IAM) role that Amazon Forecast can assume to access the key.

                public virtual object? EncryptionConfig { get; set; }
                Property Value

                object

                Remarks
                Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
                

                The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

                  After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

                  To get a list of all your datasets, use the ListDatasets operation.

                  For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

                  The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
                  

                  See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

                  CloudformationResource: AWS::Forecast::Dataset

                  ExampleMetadata: fixture=_generated

                  Schema

                  The schema for the dataset.

                  public virtual object Schema { get; set; }
                  Property Value

                  object

                  Remarks
                  Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
                  

                  The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

                    After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

                    To get a list of all your datasets, use the ListDatasets operation.

                    For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

                    The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
                    

                    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

                    CloudformationResource: AWS::Forecast::Dataset

                    ExampleMetadata: fixture=_generated

                    Tags

                    An array of key-value pairs to apply to this resource.

                    public virtual CfnDataset.ITagsItemsProperty[]? Tags { get; set; }
                    Property Value

                    ITagsItemsProperty[]

                    Remarks
                    Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
                    

                    The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

                      After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

                      To get a list of all your datasets, use the ListDatasets operation.

                      For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

                      The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
                      

                      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

                      CloudformationResource: AWS::Forecast::Dataset

                      ExampleMetadata: fixture=_generated

                      Methods

                      Inspect(TreeInspector)

                      Examines the CloudFormation resource and discloses attributes.

                      public virtual void Inspect(TreeInspector inspector)
                      Parameters
                      inspector TreeInspector

                      tree inspector to collect and process attributes.

                      Remarks
                      Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
                      

                      The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

                        After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

                        To get a list of all your datasets, use the ListDatasets operation.

                        For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

                        The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
                        

                        See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

                        CloudformationResource: AWS::Forecast::Dataset

                        ExampleMetadata: fixture=_generated

                        RenderProperties(IDictionary<string, object>)

                        Creates an Amazon Forecast dataset.

                        protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
                        Parameters
                        props IDictionary<string, object>
                        Returns

                        IDictionary<string, object>

                        Overrides
                        CfnResource.RenderProperties(IDictionary<string, object>)
                        Remarks
                        Amazon Forecast is no longer available to new customers. Existing customers of Amazon Forecast can continue to use the service as normal. <a href="https://docs.aws.amazon.com/machine-learning/transition-your-amazon-forecast-usage-to-amazon-sagemaker-canvas/">Learn more"</a>
                        

                        The information about the dataset that you provide helps Forecast understand how to consume the data for model training. This includes the following:

                          After creating a dataset, you import your training data into it and add the dataset to a dataset group. You use the dataset group to create a predictor. For more information, see Importing datasets .

                          To get a list of all your datasets, use the ListDatasets operation.

                          For example Forecast datasets, see the Amazon Forecast Sample GitHub repository .

                          The <code>Status</code> of a dataset must be <code>ACTIVE</code> before you can import training data. Use the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_DescribeDataset.html">DescribeDataset</a> operation to get the status.
                          

                          See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-forecast-dataset.html

                          CloudformationResource: AWS::Forecast::Dataset

                          ExampleMetadata: fixture=_generated

                          Implements

                          IInspectable
                          Back to top Generated by DocFX