interface IntegerParameterRangeSpecificationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnAlgorithmPropsMixin.IntegerParameterRangeSpecificationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnAlgorithmPropsMixin_IntegerParameterRangeSpecificationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnAlgorithmPropsMixin.IntegerParameterRangeSpecificationProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnAlgorithmPropsMixin.IntegerParameterRangeSpecificationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnAlgorithmPropsMixin » IntegerParameterRangeSpecificationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const integerParameterRangeSpecificationProperty: sagemaker.CfnAlgorithmPropsMixin.IntegerParameterRangeSpecificationProperty = {
maxValue: 'maxValue',
minValue: 'minValue',
};
Properties
| Name | Type | Description |
|---|---|---|
| max | string | |
| min | string |
maxValue?
Type:
string
(optional)
minValue?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript