aws-sdk-sagemaker 1.231.0 → 1.233.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1433,6 +1433,7 @@ module Aws::SageMaker
1433
1433
  ModelPackageGroupSummary = Shapes::StructureShape.new(name: 'ModelPackageGroupSummary')
1434
1434
  ModelPackageGroupSummaryList = Shapes::ListShape.new(name: 'ModelPackageGroupSummaryList')
1435
1435
  ModelPackageSortBy = Shapes::StringShape.new(name: 'ModelPackageSortBy')
1436
+ ModelPackageSourceUri = Shapes::StringShape.new(name: 'ModelPackageSourceUri')
1436
1437
  ModelPackageStatus = Shapes::StringShape.new(name: 'ModelPackageStatus')
1437
1438
  ModelPackageStatusDetails = Shapes::StructureShape.new(name: 'ModelPackageStatusDetails')
1438
1439
  ModelPackageStatusItem = Shapes::StructureShape.new(name: 'ModelPackageStatusItem')
@@ -2132,6 +2133,8 @@ module Aws::SageMaker
2132
2133
  UpdateArtifactResponse = Shapes::StructureShape.new(name: 'UpdateArtifactResponse')
2133
2134
  UpdateClusterRequest = Shapes::StructureShape.new(name: 'UpdateClusterRequest')
2134
2135
  UpdateClusterResponse = Shapes::StructureShape.new(name: 'UpdateClusterResponse')
2136
+ UpdateClusterSoftwareRequest = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareRequest')
2137
+ UpdateClusterSoftwareResponse = Shapes::StructureShape.new(name: 'UpdateClusterSoftwareResponse')
2135
2138
  UpdateCodeRepositoryInput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryInput')
2136
2139
  UpdateCodeRepositoryOutput = Shapes::StructureShape.new(name: 'UpdateCodeRepositoryOutput')
2137
2140
  UpdateContextRequest = Shapes::StructureShape.new(name: 'UpdateContextRequest')
@@ -3444,6 +3447,7 @@ module Aws::SageMaker
3444
3447
  CreateModelPackageInput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
3445
3448
  CreateModelPackageInput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
3446
3449
  CreateModelPackageInput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
3450
+ CreateModelPackageInput.add_member(:source_uri, Shapes::ShapeRef.new(shape: ModelPackageSourceUri, location_name: "SourceUri"))
3447
3451
  CreateModelPackageInput.struct_class = Types::CreateModelPackageInput
3448
3452
 
3449
3453
  CreateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
@@ -4810,6 +4814,7 @@ module Aws::SageMaker
4810
4814
  DescribeModelPackageOutput.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
4811
4815
  DescribeModelPackageOutput.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
4812
4816
  DescribeModelPackageOutput.add_member(:skip_model_validation, Shapes::ShapeRef.new(shape: SkipModelValidation, location_name: "SkipModelValidation"))
4817
+ DescribeModelPackageOutput.add_member(:source_uri, Shapes::ShapeRef.new(shape: ModelPackageSourceUri, location_name: "SourceUri"))
4813
4818
  DescribeModelPackageOutput.struct_class = Types::DescribeModelPackageOutput
4814
4819
 
4815
4820
  DescribeModelQualityJobDefinitionRequest.add_member(:job_definition_name, Shapes::ShapeRef.new(shape: MonitoringJobDefinitionName, required: true, location_name: "JobDefinitionName"))
@@ -7613,6 +7618,7 @@ module Aws::SageMaker
7613
7618
  ModelPackage.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "Task"))
7614
7619
  ModelPackage.add_member(:sample_payload_url, Shapes::ShapeRef.new(shape: String, location_name: "SamplePayloadUrl"))
7615
7620
  ModelPackage.add_member(:additional_inference_specifications, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecifications"))
7621
+ ModelPackage.add_member(:source_uri, Shapes::ShapeRef.new(shape: ModelPackageSourceUri, location_name: "SourceUri"))
7616
7622
  ModelPackage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
7617
7623
  ModelPackage.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
7618
7624
  ModelPackage.add_member(:drift_check_baselines, Shapes::ShapeRef.new(shape: DriftCheckBaselines, location_name: "DriftCheckBaselines"))
@@ -7625,6 +7631,7 @@ module Aws::SageMaker
7625
7631
  ModelPackageContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: ContainerImage, required: true, location_name: "Image"))
7626
7632
  ModelPackageContainerDefinition.add_member(:image_digest, Shapes::ShapeRef.new(shape: ImageDigest, location_name: "ImageDigest"))
7627
7633
  ModelPackageContainerDefinition.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
7634
+ ModelPackageContainerDefinition.add_member(:model_data_source, Shapes::ShapeRef.new(shape: ModelDataSource, location_name: "ModelDataSource"))
7628
7635
  ModelPackageContainerDefinition.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
7629
7636
  ModelPackageContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentMap, location_name: "Environment"))
7630
7637
  ModelPackageContainerDefinition.add_member(:model_input, Shapes::ShapeRef.new(shape: ModelInput, location_name: "ModelInput"))
@@ -8853,6 +8860,7 @@ module Aws::SageMaker
8853
8860
  ShuffleConfig.struct_class = Types::ShuffleConfig
8854
8861
 
8855
8862
  SourceAlgorithm.add_member(:model_data_url, Shapes::ShapeRef.new(shape: Url, location_name: "ModelDataUrl"))
8863
+ SourceAlgorithm.add_member(:model_data_source, Shapes::ShapeRef.new(shape: ModelDataSource, location_name: "ModelDataSource"))
8856
8864
  SourceAlgorithm.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: ArnOrName, required: true, location_name: "AlgorithmName"))
8857
8865
  SourceAlgorithm.struct_class = Types::SourceAlgorithm
8858
8866
 
@@ -9479,6 +9487,12 @@ module Aws::SageMaker
9479
9487
  UpdateClusterResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
9480
9488
  UpdateClusterResponse.struct_class = Types::UpdateClusterResponse
9481
9489
 
9490
+ UpdateClusterSoftwareRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: ClusterNameOrArn, required: true, location_name: "ClusterName"))
9491
+ UpdateClusterSoftwareRequest.struct_class = Types::UpdateClusterSoftwareRequest
9492
+
9493
+ UpdateClusterSoftwareResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: ClusterArn, required: true, location_name: "ClusterArn"))
9494
+ UpdateClusterSoftwareResponse.struct_class = Types::UpdateClusterSoftwareResponse
9495
+
9482
9496
  UpdateCodeRepositoryInput.add_member(:code_repository_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "CodeRepositoryName"))
9483
9497
  UpdateCodeRepositoryInput.add_member(:git_config, Shapes::ShapeRef.new(shape: GitConfigForUpdate, location_name: "GitConfig"))
9484
9498
  UpdateCodeRepositoryInput.struct_class = Types::UpdateCodeRepositoryInput
@@ -9636,6 +9650,8 @@ module Aws::SageMaker
9636
9650
  UpdateModelPackageInput.add_member(:customer_metadata_properties, Shapes::ShapeRef.new(shape: CustomerMetadataMap, location_name: "CustomerMetadataProperties"))
9637
9651
  UpdateModelPackageInput.add_member(:customer_metadata_properties_to_remove, Shapes::ShapeRef.new(shape: CustomerMetadataKeyList, location_name: "CustomerMetadataPropertiesToRemove"))
9638
9652
  UpdateModelPackageInput.add_member(:additional_inference_specifications_to_add, Shapes::ShapeRef.new(shape: AdditionalInferenceSpecifications, location_name: "AdditionalInferenceSpecificationsToAdd"))
9653
+ UpdateModelPackageInput.add_member(:inference_specification, Shapes::ShapeRef.new(shape: InferenceSpecification, location_name: "InferenceSpecification"))
9654
+ UpdateModelPackageInput.add_member(:source_uri, Shapes::ShapeRef.new(shape: ModelPackageSourceUri, location_name: "SourceUri"))
9639
9655
  UpdateModelPackageInput.struct_class = Types::UpdateModelPackageInput
9640
9656
 
9641
9657
  UpdateModelPackageOutput.add_member(:model_package_arn, Shapes::ShapeRef.new(shape: ModelPackageArn, required: true, location_name: "ModelPackageArn"))
@@ -12920,6 +12936,16 @@ module Aws::SageMaker
12920
12936
  o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12921
12937
  end)
12922
12938
 
12939
+ api.add_operation(:update_cluster_software, Seahorse::Model::Operation.new.tap do |o|
12940
+ o.name = "UpdateClusterSoftware"
12941
+ o.http_method = "POST"
12942
+ o.http_request_uri = "/"
12943
+ o.input = Shapes::ShapeRef.new(shape: UpdateClusterSoftwareRequest)
12944
+ o.output = Shapes::ShapeRef.new(shape: UpdateClusterSoftwareResponse)
12945
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFound)
12946
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
12947
+ end)
12948
+
12923
12949
  api.add_operation(:update_code_repository, Seahorse::Model::Operation.new.tap do |o|
12924
12950
  o.name = "UpdateCodeRepository"
12925
12951
  o.http_method = "POST"
@@ -4030,6 +4030,20 @@ module Aws::SageMaker
4030
4030
  end
4031
4031
  end
4032
4032
 
4033
+ class UpdateClusterSoftware
4034
+ def self.build(context)
4035
+ unless context.config.regional_endpoint
4036
+ endpoint = context.config.endpoint.to_s
4037
+ end
4038
+ Aws::SageMaker::EndpointParameters.new(
4039
+ region: context.config.region,
4040
+ use_dual_stack: context.config.use_dualstack_endpoint,
4041
+ use_fips: context.config.use_fips_endpoint,
4042
+ endpoint: endpoint,
4043
+ )
4044
+ end
4045
+ end
4046
+
4033
4047
  class UpdateCodeRepository
4034
4048
  def self.build(context)
4035
4049
  unless context.config.regional_endpoint
@@ -632,6 +632,8 @@ module Aws::SageMaker
632
632
  Aws::SageMaker::Endpoints::UpdateArtifact.build(context)
633
633
  when :update_cluster
634
634
  Aws::SageMaker::Endpoints::UpdateCluster.build(context)
635
+ when :update_cluster_software
636
+ Aws::SageMaker::Endpoints::UpdateClusterSoftware.build(context)
635
637
  when :update_code_repository
636
638
  Aws::SageMaker::Endpoints::UpdateCodeRepository.build(context)
637
639
  when :update_context
@@ -2313,14 +2313,13 @@ module Aws::SageMaker
2313
2313
  #
2314
2314
  # * List of available metrics:
2315
2315
  #
2316
- # * Regression: `InferenceLatency`, `MAE`, `MSE`, `R2`, `RMSE`
2316
+ # * Regression: `MAE`, `MSE`, `R2`, `RMSE`
2317
2317
  #
2318
2318
  # * Binary classification: `Accuracy`, `AUC`, `BalancedAccuracy`,
2319
- # `F1`, `InferenceLatency`, `LogLoss`, `Precision`, `Recall`
2319
+ # `F1`, `Precision`, `Recall`
2320
2320
  #
2321
2321
  # * Multiclass classification: `Accuracy`, `BalancedAccuracy`,
2322
- # `F1macro`, `InferenceLatency`, `LogLoss`, `PrecisionMacro`,
2323
- # `RecallMacro`
2322
+ # `F1macro`, `PrecisionMacro`, `RecallMacro`
2324
2323
  #
2325
2324
  # For a description of each metric, see [Autopilot metrics for
2326
2325
  # classification and regression][1].
@@ -4608,9 +4607,13 @@ module Aws::SageMaker
4608
4607
  # @return [Types::ModelDataSource]
4609
4608
  #
4610
4609
  # @!attribute [rw] environment
4611
- # The environment variables to set in the Docker container. Each key
4612
- # and value in the `Environment` string to string map can have length
4613
- # of up to 1024. We support up to 16 entries in the map.
4610
+ # The environment variables to set in the Docker container.
4611
+ #
4612
+ # The maximum length of each key and value in the `Environment` map is
4613
+ # 1024 bytes. The maximum length of all keys and values in the map,
4614
+ # combined, is 32 KB. If you pass multiple containers to a
4615
+ # `CreateModel` request, then the maximum length of all of their maps,
4616
+ # combined, is also 32 KB.
4614
4617
  # @return [Hash<String,String>]
4615
4618
  #
4616
4619
  # @!attribute [rw] model_package_name
@@ -5806,9 +5809,9 @@ module Aws::SageMaker
5806
5809
  # @return [String]
5807
5810
  #
5808
5811
  # @!attribute [rw] kms_key_id
5809
- # SageMaker uses Amazon Web Services KMS to encrypt the EFS volume
5810
- # attached to the domain with an Amazon Web Services managed key by
5811
- # default. For more control, specify a customer managed key.
5812
+ # SageMaker uses Amazon Web Services KMS to encrypt EFS and EBS
5813
+ # volumes attached to the domain with an Amazon Web Services managed
5814
+ # key by default. For more control, specify a customer managed key.
5812
5815
  # @return [String]
5813
5816
  #
5814
5817
  # @!attribute [rw] app_security_group_management
@@ -6244,13 +6247,14 @@ module Aws::SageMaker
6244
6247
 
6245
6248
  # @!attribute [rw] feature_group_name
6246
6249
  # The name of the `FeatureGroup`. The name must be unique within an
6247
- # Amazon Web Services Region in an Amazon Web Services account. The
6248
- # name:
6250
+ # Amazon Web Services Region in an Amazon Web Services account.
6251
+ #
6252
+ # The name:
6249
6253
  #
6250
6254
  # * Must start and end with an alphanumeric character.
6251
6255
  #
6252
- # * Can only contain alphanumeric character and hyphens. Spaces are
6253
- # not allowed.
6256
+ # * Can only include alphanumeric characters, underscores, and
6257
+ # hyphens. Spaces are not allowed.
6254
6258
  # @return [String]
6255
6259
  #
6256
6260
  # @!attribute [rw] record_identifier_feature_name
@@ -7778,8 +7782,8 @@ module Aws::SageMaker
7778
7782
  # @return [String]
7779
7783
  #
7780
7784
  # @!attribute [rw] inference_specification
7781
- # Specifies details about inference jobs that can be run with models
7782
- # based on this model package, including the following:
7785
+ # Specifies details about inference jobs that you can run with models
7786
+ # based on this model package, including the following information:
7783
7787
  #
7784
7788
  # * The Amazon ECR paths of containers that contain the inference code
7785
7789
  # and model artifacts.
@@ -7905,6 +7909,12 @@ module Aws::SageMaker
7905
7909
  # Indicates if you want to skip model validation.
7906
7910
  # @return [String]
7907
7911
  #
7912
+ # @!attribute [rw] source_uri
7913
+ # The URI of the source for the model package. If you want to clone a
7914
+ # model package, set it to the model package Amazon Resource Name
7915
+ # (ARN). If you want to register a model, set it to the model ARN.
7916
+ # @return [String]
7917
+ #
7908
7918
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateModelPackageInput AWS API Documentation
7909
7919
  #
7910
7920
  class CreateModelPackageInput < Struct.new(
@@ -7926,7 +7936,8 @@ module Aws::SageMaker
7926
7936
  :customer_metadata_properties,
7927
7937
  :drift_check_baselines,
7928
7938
  :additional_inference_specifications,
7929
- :skip_model_validation)
7939
+ :skip_model_validation,
7940
+ :source_uri)
7930
7941
  SENSITIVE = []
7931
7942
  include Aws::Structure
7932
7943
  end
@@ -11562,7 +11573,16 @@ module Aws::SageMaker
11562
11573
  # @return [Time]
11563
11574
  #
11564
11575
  # @!attribute [rw] creation_time
11565
- # The creation time.
11576
+ # The creation time of the application.
11577
+ #
11578
+ # <note markdown="1"> After an application has been shut down for 24 hours, SageMaker
11579
+ # deletes all metadata for the application. To be considered an update
11580
+ # and retain application metadata, applications must be restarted
11581
+ # within 24 hours after the previous application has been shut down.
11582
+ # After this time window, creation of an application is considered a
11583
+ # new application rather than an update of the previous application.
11584
+ #
11585
+ # </note>
11566
11586
  # @return [Time]
11567
11587
  #
11568
11588
  # @!attribute [rw] failure_reason
@@ -15160,7 +15180,7 @@ module Aws::SageMaker
15160
15180
  # @return [Time]
15161
15181
  #
15162
15182
  # @!attribute [rw] inference_specification
15163
- # Details about inference jobs that can be run with models based on
15183
+ # Details about inference jobs that you can run with models based on
15164
15184
  # this model package.
15165
15185
  # @return [Types::InferenceSpecification]
15166
15186
  #
@@ -15262,6 +15282,10 @@ module Aws::SageMaker
15262
15282
  # Indicates if you want to skip model validation.
15263
15283
  # @return [String]
15264
15284
  #
15285
+ # @!attribute [rw] source_uri
15286
+ # The URI of the source for the model package.
15287
+ # @return [String]
15288
+ #
15265
15289
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeModelPackageOutput AWS API Documentation
15266
15290
  #
15267
15291
  class DescribeModelPackageOutput < Struct.new(
@@ -15290,7 +15314,8 @@ module Aws::SageMaker
15290
15314
  :customer_metadata_properties,
15291
15315
  :drift_check_baselines,
15292
15316
  :additional_inference_specifications,
15293
- :skip_model_validation)
15317
+ :skip_model_validation,
15318
+ :source_uri)
15294
15319
  SENSITIVE = []
15295
15320
  include Aws::Structure
15296
15321
  end
@@ -19001,6 +19026,13 @@ module Aws::SageMaker
19001
19026
  # The name of a feature. The type must be a string. `FeatureName`
19002
19027
  # cannot be any of the following: `is_deleted`, `write_time`,
19003
19028
  # `api_invocation_time`.
19029
+ #
19030
+ # The name:
19031
+ #
19032
+ # * Must start and end with an alphanumeric character.
19033
+ #
19034
+ # * Can only include alphanumeric characters, underscores, and
19035
+ # hyphens. Spaces are not allowed.
19004
19036
  # @return [String]
19005
19037
  #
19006
19038
  # @!attribute [rw] feature_type
@@ -23730,7 +23762,8 @@ module Aws::SageMaker
23730
23762
  end
23731
23763
 
23732
23764
  # The configuration for the file system and kernels in a SageMaker image
23733
- # running as a JupyterLab app.
23765
+ # running as a JupyterLab app. The `FileSystemConfig` object is not
23766
+ # supported.
23734
23767
  #
23735
23768
  # @!attribute [rw] file_system_config
23736
23769
  # The Amazon Elastic File System storage configuration for a SageMaker
@@ -30287,9 +30320,12 @@ module Aws::SageMaker
30287
30320
  # Provides information about the location that is configured for storing
30288
30321
  # model artifacts.
30289
30322
  #
30290
- # Model artifacts are the output that results from training a model, and
30323
+ # Model artifacts are outputs that result from training a model. They
30291
30324
  # typically consist of trained parameters, a model definition that
30292
- # describes how to compute inferences, and other metadata.
30325
+ # describes how to compute inferences, and other metadata. A SageMaker
30326
+ # container stores your trained model artifacts in the `/opt/ml/model`
30327
+ # directory. After training has completed, by default, these artifacts
30328
+ # are uploaded to your Amazon S3 bucket as compressed files.
30293
30329
  #
30294
30330
  # @!attribute [rw] s3_model_artifacts
30295
30331
  # The path of the S3 object that contains the model artifacts. For
@@ -31265,7 +31301,7 @@ module Aws::SageMaker
31265
31301
  # @return [Types::ModelDataQuality]
31266
31302
  #
31267
31303
  # @!attribute [rw] bias
31268
- # Metrics that measure bais in a model.
31304
+ # Metrics that measure bias in a model.
31269
31305
  # @return [Types::Bias]
31270
31306
  #
31271
31307
  # @!attribute [rw] explainability
@@ -31416,6 +31452,10 @@ module Aws::SageMaker
31416
31452
  # An array of additional Inference Specification objects.
31417
31453
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
31418
31454
  #
31455
+ # @!attribute [rw] source_uri
31456
+ # The URI of the source for the model package.
31457
+ # @return [String]
31458
+ #
31419
31459
  # @!attribute [rw] tags
31420
31460
  # A list of the tags associated with the model package. For more
31421
31461
  # information, see [Tagging Amazon Web Services resources][1] in the
@@ -31465,6 +31505,7 @@ module Aws::SageMaker
31465
31505
  :task,
31466
31506
  :sample_payload_url,
31467
31507
  :additional_inference_specifications,
31508
+ :source_uri,
31468
31509
  :tags,
31469
31510
  :customer_metadata_properties,
31470
31511
  :drift_check_baselines,
@@ -31511,6 +31552,11 @@ module Aws::SageMaker
31511
31552
  # </note>
31512
31553
  # @return [String]
31513
31554
  #
31555
+ # @!attribute [rw] model_data_source
31556
+ # Specifies the location of ML model data to deploy during endpoint
31557
+ # creation.
31558
+ # @return [Types::ModelDataSource]
31559
+ #
31514
31560
  # @!attribute [rw] product_id
31515
31561
  # The Amazon Web Services Marketplace product ID of the model package.
31516
31562
  # @return [String]
@@ -31552,6 +31598,7 @@ module Aws::SageMaker
31552
31598
  :image,
31553
31599
  :image_digest,
31554
31600
  :model_data_url,
31601
+ :model_data_source,
31555
31602
  :product_id,
31556
31603
  :environment,
31557
31604
  :model_input,
@@ -37975,7 +38022,7 @@ module Aws::SageMaker
37975
38022
  include Aws::Structure
37976
38023
  end
37977
38024
 
37978
- # The Amazon Simple Storage (Amazon S3) location and and security
38025
+ # The Amazon Simple Storage (Amazon S3) location and security
37979
38026
  # configuration for `OfflineStore`.
37980
38027
  #
37981
38028
  # @!attribute [rw] s3_uri
@@ -38910,6 +38957,11 @@ module Aws::SageMaker
38910
38957
  # </note>
38911
38958
  # @return [String]
38912
38959
  #
38960
+ # @!attribute [rw] model_data_source
38961
+ # Specifies the location of ML model data to deploy during endpoint
38962
+ # creation.
38963
+ # @return [Types::ModelDataSource]
38964
+ #
38913
38965
  # @!attribute [rw] algorithm_name
38914
38966
  # The name of an algorithm that was used to create the model package.
38915
38967
  # The algorithm must be either an algorithm resource in your SageMaker
@@ -38921,6 +38973,7 @@ module Aws::SageMaker
38921
38973
  #
38922
38974
  class SourceAlgorithm < Struct.new(
38923
38975
  :model_data_url,
38976
+ :model_data_source,
38924
38977
  :algorithm_name)
38925
38978
  SENSITIVE = []
38926
38979
  include Aws::Structure
@@ -42821,6 +42874,32 @@ module Aws::SageMaker
42821
42874
  include Aws::Structure
42822
42875
  end
42823
42876
 
42877
+ # @!attribute [rw] cluster_name
42878
+ # Specify the name or the Amazon Resource Name (ARN) of the SageMaker
42879
+ # HyperPod cluster you want to update for security patching.
42880
+ # @return [String]
42881
+ #
42882
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateClusterSoftwareRequest AWS API Documentation
42883
+ #
42884
+ class UpdateClusterSoftwareRequest < Struct.new(
42885
+ :cluster_name)
42886
+ SENSITIVE = []
42887
+ include Aws::Structure
42888
+ end
42889
+
42890
+ # @!attribute [rw] cluster_arn
42891
+ # The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster
42892
+ # being updated for security patching.
42893
+ # @return [String]
42894
+ #
42895
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateClusterSoftwareResponse AWS API Documentation
42896
+ #
42897
+ class UpdateClusterSoftwareResponse < Struct.new(
42898
+ :cluster_arn)
42899
+ SENSITIVE = []
42900
+ include Aws::Structure
42901
+ end
42902
+
42824
42903
  # @!attribute [rw] code_repository_name
42825
42904
  # The name of the Git repository to update.
42826
42905
  # @return [String]
@@ -43641,6 +43720,24 @@ module Aws::SageMaker
43641
43720
  # Generally used with SageMaker Neo to store the compiled artifacts.
43642
43721
  # @return [Array<Types::AdditionalInferenceSpecificationDefinition>]
43643
43722
  #
43723
+ # @!attribute [rw] inference_specification
43724
+ # Specifies details about inference jobs that you can run with models
43725
+ # based on this model package, including the following information:
43726
+ #
43727
+ # * The Amazon ECR paths of containers that contain the inference code
43728
+ # and model artifacts.
43729
+ #
43730
+ # * The instance types that the model package supports for transform
43731
+ # jobs and real-time endpoints used for inference.
43732
+ #
43733
+ # * The input and output content formats that the model package
43734
+ # supports for inference.
43735
+ # @return [Types::InferenceSpecification]
43736
+ #
43737
+ # @!attribute [rw] source_uri
43738
+ # The URI of the source for the model package.
43739
+ # @return [String]
43740
+ #
43644
43741
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateModelPackageInput AWS API Documentation
43645
43742
  #
43646
43743
  class UpdateModelPackageInput < Struct.new(
@@ -43649,7 +43746,9 @@ module Aws::SageMaker
43649
43746
  :approval_description,
43650
43747
  :customer_metadata_properties,
43651
43748
  :customer_metadata_properties_to_remove,
43652
- :additional_inference_specifications_to_add)
43749
+ :additional_inference_specifications_to_add,
43750
+ :inference_specification,
43751
+ :source_uri)
43653
43752
  SENSITIVE = []
43654
43753
  include Aws::Structure
43655
43754
  end
@@ -44721,12 +44820,17 @@ module Aws::SageMaker
44721
44820
  include Aws::Structure
44722
44821
  end
44723
44822
 
44724
- # The list of key-value pairs that you specify for your resources.
44823
+ # The list of key-value pairs used to filter your search results. If a
44824
+ # search result contains a key from your list, it is included in the
44825
+ # final search response if the value associated with the key in the
44826
+ # result matches the value you specified. If the value doesn't match,
44827
+ # the result is excluded from the search response. Any resources that
44828
+ # don't have a key from the list that you've provided will also be
44829
+ # included in the search response.
44725
44830
  #
44726
44831
  # @!attribute [rw] key
44727
44832
  # The key that specifies the tag that you're using to filter the
44728
- # search results. It must be in the following format:
44729
- # `Tags.<key>/EqualsIfExists`.
44833
+ # search results. It must be in the following format: `Tags.<key>`.
44730
44834
  # @return [String]
44731
44835
  #
44732
44836
  # @!attribute [rw] value
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
53
53
  # @!group service
54
54
  module Aws::SageMaker
55
55
 
56
- GEM_VERSION = '1.231.0'
56
+ GEM_VERSION = '1.233.0'
57
57
 
58
58
  end