aws-sdk-sagemaker 1.124.0 → 1.127.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -96,6 +96,7 @@ module Aws::SageMaker
96
96
  AuthMode = Shapes::StringShape.new(name: 'AuthMode')
97
97
  AutoGenerateEndpointName = Shapes::BooleanShape.new(name: 'AutoGenerateEndpointName')
98
98
  AutoMLCandidate = Shapes::StructureShape.new(name: 'AutoMLCandidate')
99
+ AutoMLCandidateGenerationConfig = Shapes::StructureShape.new(name: 'AutoMLCandidateGenerationConfig')
99
100
  AutoMLCandidateStep = Shapes::StructureShape.new(name: 'AutoMLCandidateStep')
100
101
  AutoMLCandidates = Shapes::ListShape.new(name: 'AutoMLCandidates')
101
102
  AutoMLChannel = Shapes::StructureShape.new(name: 'AutoMLChannel')
@@ -758,6 +759,7 @@ module Aws::SageMaker
758
759
  InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
759
760
  InputMode = Shapes::StringShape.new(name: 'InputMode')
760
761
  InputModes = Shapes::ListShape.new(name: 'InputModes')
762
+ InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
761
763
  InstanceType = Shapes::StringShape.new(name: 'InstanceType')
762
764
  Integer = Shapes::IntegerShape.new(name: 'Integer')
763
765
  IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
@@ -975,6 +977,7 @@ module Aws::SageMaker
975
977
  MetricSetSource = Shapes::StringShape.new(name: 'MetricSetSource')
976
978
  MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
977
979
  MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
980
+ MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
978
981
  ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
979
982
  ModelArn = Shapes::StringShape.new(name: 'ModelArn')
980
983
  ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
@@ -1826,6 +1829,9 @@ module Aws::SageMaker
1826
1829
  AutoMLCandidate.add_member(:candidate_properties, Shapes::ShapeRef.new(shape: CandidateProperties, location_name: "CandidateProperties"))
1827
1830
  AutoMLCandidate.struct_class = Types::AutoMLCandidate
1828
1831
 
1832
+ AutoMLCandidateGenerationConfig.add_member(:feature_specification_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "FeatureSpecificationS3Uri"))
1833
+ AutoMLCandidateGenerationConfig.struct_class = Types::AutoMLCandidateGenerationConfig
1834
+
1829
1835
  AutoMLCandidateStep.add_member(:candidate_step_type, Shapes::ShapeRef.new(shape: CandidateStepType, required: true, location_name: "CandidateStepType"))
1830
1836
  AutoMLCandidateStep.add_member(:candidate_step_arn, Shapes::ShapeRef.new(shape: CandidateStepArn, required: true, location_name: "CandidateStepArn"))
1831
1837
  AutoMLCandidateStep.add_member(:candidate_step_name, Shapes::ShapeRef.new(shape: CandidateStepName, required: true, location_name: "CandidateStepName"))
@@ -1867,6 +1873,7 @@ module Aws::SageMaker
1867
1873
  AutoMLJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
1868
1874
  AutoMLJobConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: AutoMLSecurityConfig, location_name: "SecurityConfig"))
1869
1875
  AutoMLJobConfig.add_member(:data_split_config, Shapes::ShapeRef.new(shape: AutoMLDataSplitConfig, location_name: "DataSplitConfig"))
1876
+ AutoMLJobConfig.add_member(:candidate_generation_config, Shapes::ShapeRef.new(shape: AutoMLCandidateGenerationConfig, location_name: "CandidateGenerationConfig"))
1870
1877
  AutoMLJobConfig.struct_class = Types::AutoMLJobConfig
1871
1878
 
1872
1879
  AutoMLJobObjective.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, required: true, location_name: "MetricName"))
@@ -2505,6 +2512,7 @@ module Aws::SageMaker
2505
2512
  CreateNotebookInstanceInput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
2506
2513
  CreateNotebookInstanceInput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
2507
2514
  CreateNotebookInstanceInput.add_member(:platform_identifier, Shapes::ShapeRef.new(shape: PlatformIdentifier, location_name: "PlatformIdentifier"))
2515
+ CreateNotebookInstanceInput.add_member(:instance_metadata_service_configuration, Shapes::ShapeRef.new(shape: InstanceMetadataServiceConfiguration, location_name: "InstanceMetadataServiceConfiguration"))
2508
2516
  CreateNotebookInstanceInput.struct_class = Types::CreateNotebookInstanceInput
2509
2517
 
2510
2518
  CreateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
@@ -3545,6 +3553,7 @@ module Aws::SageMaker
3545
3553
  DescribeNotebookInstanceOutput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
3546
3554
  DescribeNotebookInstanceOutput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
3547
3555
  DescribeNotebookInstanceOutput.add_member(:platform_identifier, Shapes::ShapeRef.new(shape: PlatformIdentifier, location_name: "PlatformIdentifier"))
3556
+ DescribeNotebookInstanceOutput.add_member(:instance_metadata_service_configuration, Shapes::ShapeRef.new(shape: InstanceMetadataServiceConfiguration, location_name: "InstanceMetadataServiceConfiguration"))
3548
3557
  DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
3549
3558
 
3550
3559
  DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
@@ -4380,6 +4389,9 @@ module Aws::SageMaker
4380
4389
 
4381
4390
  InputModes.member = Shapes::ShapeRef.new(shape: TrainingInputMode)
4382
4391
 
4392
+ InstanceMetadataServiceConfiguration.add_member(:minimum_instance_metadata_service_version, Shapes::ShapeRef.new(shape: MinimumInstanceMetadataServiceVersion, required: true, location_name: "MinimumInstanceMetadataServiceVersion"))
4393
+ InstanceMetadataServiceConfiguration.struct_class = Types::InstanceMetadataServiceConfiguration
4394
+
4383
4395
  IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
4384
4396
  IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
4385
4397
  IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
@@ -6982,6 +6994,7 @@ module Aws::SageMaker
6982
6994
  UpdateNotebookInstanceInput.add_member(:disassociate_default_code_repository, Shapes::ShapeRef.new(shape: DisassociateDefaultCodeRepository, location_name: "DisassociateDefaultCodeRepository"))
6983
6995
  UpdateNotebookInstanceInput.add_member(:disassociate_additional_code_repositories, Shapes::ShapeRef.new(shape: DisassociateAdditionalCodeRepositories, location_name: "DisassociateAdditionalCodeRepositories"))
6984
6996
  UpdateNotebookInstanceInput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
6997
+ UpdateNotebookInstanceInput.add_member(:instance_metadata_service_configuration, Shapes::ShapeRef.new(shape: InstanceMetadataServiceConfiguration, location_name: "InstanceMetadataServiceConfiguration"))
6985
6998
  UpdateNotebookInstanceInput.struct_class = Types::UpdateNotebookInstanceInput
6986
6999
 
6987
7000
  UpdateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))