aws-sdk-sagemaker 1.122.0 → 1.123.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,9 +99,11 @@ module Aws::SageMaker
99
99
  AutoMLCandidateStep = Shapes::StructureShape.new(name: 'AutoMLCandidateStep')
100
100
  AutoMLCandidates = Shapes::ListShape.new(name: 'AutoMLCandidates')
101
101
  AutoMLChannel = Shapes::StructureShape.new(name: 'AutoMLChannel')
102
+ AutoMLChannelType = Shapes::StringShape.new(name: 'AutoMLChannelType')
102
103
  AutoMLContainerDefinition = Shapes::StructureShape.new(name: 'AutoMLContainerDefinition')
103
104
  AutoMLContainerDefinitions = Shapes::ListShape.new(name: 'AutoMLContainerDefinitions')
104
105
  AutoMLDataSource = Shapes::StructureShape.new(name: 'AutoMLDataSource')
106
+ AutoMLDataSplitConfig = Shapes::StructureShape.new(name: 'AutoMLDataSplitConfig')
105
107
  AutoMLFailureReason = Shapes::StringShape.new(name: 'AutoMLFailureReason')
106
108
  AutoMLInputDataConfig = Shapes::ListShape.new(name: 'AutoMLInputDataConfig')
107
109
  AutoMLJobArn = Shapes::StringShape.new(name: 'AutoMLJobArn')
@@ -1594,6 +1596,7 @@ module Aws::SageMaker
1594
1596
  UserProfileSortKey = Shapes::StringShape.new(name: 'UserProfileSortKey')
1595
1597
  UserProfileStatus = Shapes::StringShape.new(name: 'UserProfileStatus')
1596
1598
  UserSettings = Shapes::StructureShape.new(name: 'UserSettings')
1599
+ ValidationFraction = Shapes::FloatShape.new(name: 'ValidationFraction')
1597
1600
  VariantName = Shapes::StringShape.new(name: 'VariantName')
1598
1601
  VariantProperty = Shapes::StructureShape.new(name: 'VariantProperty')
1599
1602
  VariantPropertyList = Shapes::ListShape.new(name: 'VariantPropertyList')
@@ -1833,6 +1836,7 @@ module Aws::SageMaker
1833
1836
  AutoMLChannel.add_member(:compression_type, Shapes::ShapeRef.new(shape: CompressionType, location_name: "CompressionType"))
1834
1837
  AutoMLChannel.add_member(:target_attribute_name, Shapes::ShapeRef.new(shape: TargetAttributeName, required: true, location_name: "TargetAttributeName"))
1835
1838
  AutoMLChannel.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "ContentType"))
1839
+ AutoMLChannel.add_member(:channel_type, Shapes::ShapeRef.new(shape: AutoMLChannelType, location_name: "ChannelType"))
1836
1840
  AutoMLChannel.struct_class = Types::AutoMLChannel
1837
1841
 
1838
1842
  AutoMLContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
@@ -1845,6 +1849,9 @@ module Aws::SageMaker
1845
1849
  AutoMLDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: AutoMLS3DataSource, required: true, location_name: "S3DataSource"))
1846
1850
  AutoMLDataSource.struct_class = Types::AutoMLDataSource
1847
1851
 
1852
+ AutoMLDataSplitConfig.add_member(:validation_fraction, Shapes::ShapeRef.new(shape: ValidationFraction, location_name: "ValidationFraction"))
1853
+ AutoMLDataSplitConfig.struct_class = Types::AutoMLDataSplitConfig
1854
+
1848
1855
  AutoMLInputDataConfig.member = Shapes::ShapeRef.new(shape: AutoMLChannel)
1849
1856
 
1850
1857
  AutoMLJobArtifacts.add_member(:candidate_definition_notebook_location, Shapes::ShapeRef.new(shape: CandidateDefinitionNotebookLocation, location_name: "CandidateDefinitionNotebookLocation"))
@@ -1858,6 +1865,7 @@ module Aws::SageMaker
1858
1865
 
1859
1866
  AutoMLJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
1860
1867
  AutoMLJobConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: AutoMLSecurityConfig, location_name: "SecurityConfig"))
1868
+ AutoMLJobConfig.add_member(:data_split_config, Shapes::ShapeRef.new(shape: AutoMLDataSplitConfig, location_name: "DataSplitConfig"))
1861
1869
  AutoMLJobConfig.struct_class = Types::AutoMLJobConfig
1862
1870
 
1863
1871
  AutoMLJobObjective.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, required: true, location_name: "MetricName"))