Class SageMakerHyperParameterTuningJobStateChange.DataSource
(experimental) Type definition for DataSource.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class SageMakerHyperParameterTuningJobStateChange.DataSource : SageMakerHyperParameterTuningJobStateChange.IDataSource
Syntax (vb)
Public Class SageMakerHyperParameterTuningJobStateChange.DataSource Implements SageMakerHyperParameterTuningJobStateChange.IDataSource
Remarks
Stability: Experimental
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.Mixins.Preview.AWS.SageMaker.Events;
var dataSource = new DataSource {
S3DataSource = new S3DataSource {
S3DataDistributionType = new [] { "s3DataDistributionType" },
S3DataType = new [] { "s3DataType" },
S3Uri = new [] { "s3Uri" }
}
};
Synopsis
Constructors
| DataSource() | (experimental) Type definition for DataSource. |
Properties
| S3DataSource | (experimental) S3DataSource property. |
Constructors
DataSource()
(experimental) Type definition for DataSource.
public DataSource()
Remarks
Stability: Experimental
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.Mixins.Preview.AWS.SageMaker.Events;
var dataSource = new DataSource {
S3DataSource = new S3DataSource {
S3DataDistributionType = new [] { "s3DataDistributionType" },
S3DataType = new [] { "s3DataType" },
S3Uri = new [] { "s3Uri" }
}
};
Properties
S3DataSource
(experimental) S3DataSource property.
public SageMakerHyperParameterTuningJobStateChange.IS3DataSource? S3DataSource { get; set; }
Property Value
SageMakerHyperParameterTuningJobStateChange.IS3DataSource
Remarks
Specify an array of string values to match this event if the actual value of S3DataSource is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
Default: - Do not filter on this field
Stability: Experimental