aws-sdk-sagemaker 1.123.0 → 1.126.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +129 -35
- data/lib/aws-sdk-sagemaker/client_api.rb +17 -0
- data/lib/aws-sdk-sagemaker/types.rb +344 -58
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -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')
|
@@ -119,6 +120,7 @@ module Aws::SageMaker
|
|
119
120
|
AutoMLJobSummary = Shapes::StructureShape.new(name: 'AutoMLJobSummary')
|
120
121
|
AutoMLMaxResults = Shapes::IntegerShape.new(name: 'AutoMLMaxResults')
|
121
122
|
AutoMLMetricEnum = Shapes::StringShape.new(name: 'AutoMLMetricEnum')
|
123
|
+
AutoMLMetricExtendedEnum = Shapes::StringShape.new(name: 'AutoMLMetricExtendedEnum')
|
122
124
|
AutoMLNameContains = Shapes::StringShape.new(name: 'AutoMLNameContains')
|
123
125
|
AutoMLOutputDataConfig = Shapes::StructureShape.new(name: 'AutoMLOutputDataConfig')
|
124
126
|
AutoMLPartialFailureReason = Shapes::StructureShape.new(name: 'AutoMLPartialFailureReason')
|
@@ -757,6 +759,7 @@ module Aws::SageMaker
|
|
757
759
|
InputDataConfig = Shapes::ListShape.new(name: 'InputDataConfig')
|
758
760
|
InputMode = Shapes::StringShape.new(name: 'InputMode')
|
759
761
|
InputModes = Shapes::ListShape.new(name: 'InputModes')
|
762
|
+
InstanceMetadataServiceConfiguration = Shapes::StructureShape.new(name: 'InstanceMetadataServiceConfiguration')
|
760
763
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
761
764
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
762
765
|
IntegerParameterRange = Shapes::StructureShape.new(name: 'IntegerParameterRange')
|
@@ -974,6 +977,7 @@ module Aws::SageMaker
|
|
974
977
|
MetricSetSource = Shapes::StringShape.new(name: 'MetricSetSource')
|
975
978
|
MetricValue = Shapes::FloatShape.new(name: 'MetricValue')
|
976
979
|
MetricsSource = Shapes::StructureShape.new(name: 'MetricsSource')
|
980
|
+
MinimumInstanceMetadataServiceVersion = Shapes::StringShape.new(name: 'MinimumInstanceMetadataServiceVersion')
|
977
981
|
ModelApprovalStatus = Shapes::StringShape.new(name: 'ModelApprovalStatus')
|
978
982
|
ModelArn = Shapes::StringShape.new(name: 'ModelArn')
|
979
983
|
ModelArtifacts = Shapes::StructureShape.new(name: 'ModelArtifacts')
|
@@ -1825,6 +1829,9 @@ module Aws::SageMaker
|
|
1825
1829
|
AutoMLCandidate.add_member(:candidate_properties, Shapes::ShapeRef.new(shape: CandidateProperties, location_name: "CandidateProperties"))
|
1826
1830
|
AutoMLCandidate.struct_class = Types::AutoMLCandidate
|
1827
1831
|
|
1832
|
+
AutoMLCandidateGenerationConfig.add_member(:feature_specification_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "FeatureSpecificationS3Uri"))
|
1833
|
+
AutoMLCandidateGenerationConfig.struct_class = Types::AutoMLCandidateGenerationConfig
|
1834
|
+
|
1828
1835
|
AutoMLCandidateStep.add_member(:candidate_step_type, Shapes::ShapeRef.new(shape: CandidateStepType, required: true, location_name: "CandidateStepType"))
|
1829
1836
|
AutoMLCandidateStep.add_member(:candidate_step_arn, Shapes::ShapeRef.new(shape: CandidateStepArn, required: true, location_name: "CandidateStepArn"))
|
1830
1837
|
AutoMLCandidateStep.add_member(:candidate_step_name, Shapes::ShapeRef.new(shape: CandidateStepName, required: true, location_name: "CandidateStepName"))
|
@@ -1866,6 +1873,7 @@ module Aws::SageMaker
|
|
1866
1873
|
AutoMLJobConfig.add_member(:completion_criteria, Shapes::ShapeRef.new(shape: AutoMLJobCompletionCriteria, location_name: "CompletionCriteria"))
|
1867
1874
|
AutoMLJobConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: AutoMLSecurityConfig, location_name: "SecurityConfig"))
|
1868
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"))
|
1869
1877
|
AutoMLJobConfig.struct_class = Types::AutoMLJobConfig
|
1870
1878
|
|
1871
1879
|
AutoMLJobObjective.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, required: true, location_name: "MetricName"))
|
@@ -2504,6 +2512,7 @@ module Aws::SageMaker
|
|
2504
2512
|
CreateNotebookInstanceInput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
|
2505
2513
|
CreateNotebookInstanceInput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
|
2506
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"))
|
2507
2516
|
CreateNotebookInstanceInput.struct_class = Types::CreateNotebookInstanceInput
|
2508
2517
|
|
2509
2518
|
CreateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
|
@@ -3544,6 +3553,7 @@ module Aws::SageMaker
|
|
3544
3553
|
DescribeNotebookInstanceOutput.add_member(:additional_code_repositories, Shapes::ShapeRef.new(shape: AdditionalCodeRepositoryNamesOrUrls, location_name: "AdditionalCodeRepositories"))
|
3545
3554
|
DescribeNotebookInstanceOutput.add_member(:root_access, Shapes::ShapeRef.new(shape: RootAccess, location_name: "RootAccess"))
|
3546
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"))
|
3547
3557
|
DescribeNotebookInstanceOutput.struct_class = Types::DescribeNotebookInstanceOutput
|
3548
3558
|
|
3549
3559
|
DescribePipelineDefinitionForExecutionRequest.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "PipelineExecutionArn"))
|
@@ -4379,6 +4389,9 @@ module Aws::SageMaker
|
|
4379
4389
|
|
4380
4390
|
InputModes.member = Shapes::ShapeRef.new(shape: TrainingInputMode)
|
4381
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
|
+
|
4382
4395
|
IntegerParameterRange.add_member(:name, Shapes::ShapeRef.new(shape: ParameterKey, required: true, location_name: "Name"))
|
4383
4396
|
IntegerParameterRange.add_member(:min_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MinValue"))
|
4384
4397
|
IntegerParameterRange.add_member(:max_value, Shapes::ShapeRef.new(shape: ParameterValue, required: true, location_name: "MaxValue"))
|
@@ -5320,6 +5333,7 @@ module Aws::SageMaker
|
|
5320
5333
|
MetricDatum.add_member(:metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricEnum, location_name: "MetricName"))
|
5321
5334
|
MetricDatum.add_member(:value, Shapes::ShapeRef.new(shape: Float, location_name: "Value"))
|
5322
5335
|
MetricDatum.add_member(:set, Shapes::ShapeRef.new(shape: MetricSetSource, location_name: "Set"))
|
5336
|
+
MetricDatum.add_member(:standard_metric_name, Shapes::ShapeRef.new(shape: AutoMLMetricExtendedEnum, location_name: "StandardMetricName"))
|
5323
5337
|
MetricDatum.struct_class = Types::MetricDatum
|
5324
5338
|
|
5325
5339
|
MetricDefinition.add_member(:name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "Name"))
|
@@ -6194,6 +6208,8 @@ module Aws::SageMaker
|
|
6194
6208
|
|
6195
6209
|
QueryTypes.member = Shapes::ShapeRef.new(shape: String40)
|
6196
6210
|
|
6211
|
+
RSessionAppSettings.add_member(:default_resource_spec, Shapes::ShapeRef.new(shape: ResourceSpec, location_name: "DefaultResourceSpec"))
|
6212
|
+
RSessionAppSettings.add_member(:custom_images, Shapes::ShapeRef.new(shape: CustomImages, location_name: "CustomImages"))
|
6197
6213
|
RSessionAppSettings.struct_class = Types::RSessionAppSettings
|
6198
6214
|
|
6199
6215
|
RStudioServerProAppSettings.add_member(:access_status, Shapes::ShapeRef.new(shape: RStudioServerProAccessStatus, location_name: "AccessStatus"))
|
@@ -6978,6 +6994,7 @@ module Aws::SageMaker
|
|
6978
6994
|
UpdateNotebookInstanceInput.add_member(:disassociate_default_code_repository, Shapes::ShapeRef.new(shape: DisassociateDefaultCodeRepository, location_name: "DisassociateDefaultCodeRepository"))
|
6979
6995
|
UpdateNotebookInstanceInput.add_member(:disassociate_additional_code_repositories, Shapes::ShapeRef.new(shape: DisassociateAdditionalCodeRepositories, location_name: "DisassociateAdditionalCodeRepositories"))
|
6980
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"))
|
6981
6998
|
UpdateNotebookInstanceInput.struct_class = Types::UpdateNotebookInstanceInput
|
6982
6999
|
|
6983
7000
|
UpdateNotebookInstanceLifecycleConfigInput.add_member(:notebook_instance_lifecycle_config_name, Shapes::ShapeRef.new(shape: NotebookInstanceLifecycleConfigName, required: true, location_name: "NotebookInstanceLifecycleConfigName"))
|