Interface CfnAlgorithmPropsMixin.ITrainingSpecificationProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnAlgorithmPropsMixin.ITrainingSpecificationProperty
Syntax (vb)
Public Interface CfnAlgorithmPropsMixin.ITrainingSpecificationProperty
Remarks
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.CfnPropertyMixins.AWS.SageMaker;
var trainingSpecificationProperty = new TrainingSpecificationProperty {
MetricDefinitions = new [] { new MetricDefinitionProperty {
Name = "name",
Regex = "regex"
} },
SupportedHyperParameters = new [] { new HyperParameterSpecificationProperty {
DefaultValue = "defaultValue",
Description = "description",
IsRequired = false,
IsTunable = false,
Name = "name",
Range = new ParameterRangeProperty {
CategoricalParameterRangeSpecification = new CategoricalParameterRangeSpecificationProperty {
Values = new [] { "values" }
},
ContinuousParameterRangeSpecification = new ContinuousParameterRangeSpecificationProperty {
MaxValue = "maxValue",
MinValue = "minValue"
},
IntegerParameterRangeSpecification = new IntegerParameterRangeSpecificationProperty {
MaxValue = "maxValue",
MinValue = "minValue"
}
},
Type = "type"
} },
SupportedTrainingInstanceTypes = new [] { "supportedTrainingInstanceTypes" },
SupportedTuningJobObjectiveMetrics = new [] { new HyperParameterTuningJobObjectiveProperty {
MetricName = "metricName",
Type = "type"
} },
SupportsDistributedTraining = false,
TrainingChannels = new [] { new ChannelSpecificationProperty {
Description = "description",
IsRequired = false,
Name = "name",
SupportedCompressionTypes = new [] { "supportedCompressionTypes" },
SupportedContentTypes = new [] { "supportedContentTypes" },
SupportedInputModes = new [] { "supportedInputModes" }
} },
TrainingImage = "trainingImage",
TrainingImageDigest = "trainingImageDigest"
};
Synopsis
Properties
| MetricDefinitions | |
| SupportedHyperParameters | |
| SupportedTrainingInstanceTypes | |
| SupportedTuningJobObjectiveMetrics | |
| SupportsDistributedTraining | |
| TrainingChannels | |
| TrainingImage | |
| TrainingImageDigest |
Properties
MetricDefinitions
object? MetricDefinitions { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnAlgorithmPropsMixin.IMetricDefinitionProperty)[]
SupportedHyperParameters
object? SupportedHyperParameters { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnAlgorithmPropsMixin.IHyperParameterSpecificationProperty)[]
SupportedTrainingInstanceTypes
SupportedTuningJobObjectiveMetrics
object? SupportedTuningJobObjectiveMetrics { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnAlgorithmPropsMixin.IHyperParameterTuningJobObjectiveProperty)[]
SupportsDistributedTraining
object? SupportsDistributedTraining { get; }
Property Value
Remarks
TrainingChannels
object? TrainingChannels { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnAlgorithmPropsMixin.IChannelSpecificationProperty)[]
TrainingImage
string? TrainingImage { get; }
Property Value
Remarks
TrainingImageDigest
string? TrainingImageDigest { get; }