aws-sdk-sagemaker 1.99.0 → 1.100.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +32 -13
- data/lib/aws-sdk-sagemaker/client_api.rb +14 -0
- data/lib/aws-sdk-sagemaker/types.rb +104 -20
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0d84918a03225dc0d1b9c709bb0a939b30cc445ed2882bf6ecbe6d32887b58f8
|
|
4
|
+
data.tar.gz: cd6b44b4b47895338cd73449d520235a280018a81ae88b694aa85f688b83d6d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d16bb84d8d9f03be37116ca39983a6657abb08ff802175463a9f0c1d98e0ddaa92c05b58924568db5a48be15dc2280335cb01834d9c24413e50fa47ead910e32
|
|
7
|
+
data.tar.gz: 0ad2a789fc14cb6b71cbd9640edf8c0d6ae292f42f54eb97f2bfe4dcd1c821d59c0e608949656c77744fe3a3ef47c5affedd54fc842cb177b137dcc8a8661a92
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.100.0
|
|
@@ -1670,9 +1670,9 @@ module Aws::SageMaker
|
|
|
1670
1670
|
#
|
|
1671
1671
|
# SageMaker uses the Amazon Web Services Key Management Service (Amazon
|
|
1672
1672
|
# Web Services KMS) to encrypt the EFS volume attached to the domain
|
|
1673
|
-
# with an Amazon Web Services managed
|
|
1674
|
-
#
|
|
1675
|
-
#
|
|
1673
|
+
# with an Amazon Web Services managed key by default. For more control,
|
|
1674
|
+
# you can specify a customer managed key. For more information, see
|
|
1675
|
+
# [Protect Data at Rest Using Encryption][1].
|
|
1676
1676
|
#
|
|
1677
1677
|
# **VPC configuration**
|
|
1678
1678
|
#
|
|
@@ -1754,9 +1754,8 @@ module Aws::SageMaker
|
|
|
1754
1754
|
#
|
|
1755
1755
|
# @option params [String] :kms_key_id
|
|
1756
1756
|
# SageMaker uses Amazon Web Services KMS to encrypt the EFS volume
|
|
1757
|
-
# attached to the domain with an Amazon Web Services managed
|
|
1758
|
-
#
|
|
1759
|
-
# managed CMK.
|
|
1757
|
+
# attached to the domain with an Amazon Web Services managed key by
|
|
1758
|
+
# default. For more control, specify a customer managed key.
|
|
1760
1759
|
#
|
|
1761
1760
|
# @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1762
1761
|
#
|
|
@@ -1864,8 +1863,8 @@ module Aws::SageMaker
|
|
|
1864
1863
|
# Provides information about the output location for the packaged model.
|
|
1865
1864
|
#
|
|
1866
1865
|
# @option params [String] :resource_key
|
|
1867
|
-
# The
|
|
1868
|
-
# runs on.
|
|
1866
|
+
# The Amazon Web Services KMS key to use when encrypting the EBS volume
|
|
1867
|
+
# the edge packaging job runs on.
|
|
1869
1868
|
#
|
|
1870
1869
|
# @option params [Array<Types::Tag>] :tags
|
|
1871
1870
|
# Creates tags for the packaging job.
|
|
@@ -11000,7 +10999,7 @@ module Aws::SageMaker
|
|
|
11000
10999
|
# @example Request syntax with placeholder values
|
|
11001
11000
|
#
|
|
11002
11001
|
# resp = client.get_search_suggestions({
|
|
11003
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup
|
|
11002
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
|
|
11004
11003
|
# suggestion_query: {
|
|
11005
11004
|
# property_name_query: {
|
|
11006
11005
|
# property_name_hint: "PropertyNameHint", # required
|
|
@@ -13425,8 +13424,8 @@ module Aws::SageMaker
|
|
|
13425
13424
|
# The maximum number of models to return in the response.
|
|
13426
13425
|
#
|
|
13427
13426
|
# @option params [String] :name_contains
|
|
13428
|
-
# A string in the
|
|
13429
|
-
#
|
|
13427
|
+
# A string in the model name. This filter returns only models whose name
|
|
13428
|
+
# contains the specified string.
|
|
13430
13429
|
#
|
|
13431
13430
|
# @option params [Time,DateTime,Date,Integer,String] :creation_time_before
|
|
13432
13431
|
# A filter that returns only models created before the specified time
|
|
@@ -15259,7 +15258,7 @@ module Aws::SageMaker
|
|
|
15259
15258
|
# @example Request syntax with placeholder values
|
|
15260
15259
|
#
|
|
15261
15260
|
# resp = client.search({
|
|
15262
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup
|
|
15261
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
|
|
15263
15262
|
# search_expression: {
|
|
15264
15263
|
# filters: [
|
|
15265
15264
|
# {
|
|
@@ -15957,6 +15956,26 @@ module Aws::SageMaker
|
|
|
15957
15956
|
# resp.results[0].feature_group.tags #=> Array
|
|
15958
15957
|
# resp.results[0].feature_group.tags[0].key #=> String
|
|
15959
15958
|
# resp.results[0].feature_group.tags[0].value #=> String
|
|
15959
|
+
# resp.results[0].project.project_arn #=> String
|
|
15960
|
+
# resp.results[0].project.project_name #=> String
|
|
15961
|
+
# resp.results[0].project.project_id #=> String
|
|
15962
|
+
# resp.results[0].project.project_description #=> String
|
|
15963
|
+
# resp.results[0].project.service_catalog_provisioning_details.product_id #=> String
|
|
15964
|
+
# resp.results[0].project.service_catalog_provisioning_details.provisioning_artifact_id #=> String
|
|
15965
|
+
# resp.results[0].project.service_catalog_provisioning_details.path_id #=> String
|
|
15966
|
+
# resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters #=> Array
|
|
15967
|
+
# resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters[0].key #=> String
|
|
15968
|
+
# resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters[0].value #=> String
|
|
15969
|
+
# resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_id #=> String
|
|
15970
|
+
# resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_status_message #=> String
|
|
15971
|
+
# resp.results[0].project.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted"
|
|
15972
|
+
# resp.results[0].project.created_by.user_profile_arn #=> String
|
|
15973
|
+
# resp.results[0].project.created_by.user_profile_name #=> String
|
|
15974
|
+
# resp.results[0].project.created_by.domain_id #=> String
|
|
15975
|
+
# resp.results[0].project.creation_time #=> Time
|
|
15976
|
+
# resp.results[0].project.tags #=> Array
|
|
15977
|
+
# resp.results[0].project.tags[0].key #=> String
|
|
15978
|
+
# resp.results[0].project.tags[0].value #=> String
|
|
15960
15979
|
# resp.next_token #=> String
|
|
15961
15980
|
#
|
|
15962
15981
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
|
|
@@ -17976,7 +17995,7 @@ module Aws::SageMaker
|
|
|
17976
17995
|
params: params,
|
|
17977
17996
|
config: config)
|
|
17978
17997
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
17979
|
-
context[:gem_version] = '1.
|
|
17998
|
+
context[:gem_version] = '1.100.0'
|
|
17980
17999
|
Seahorse::Client::Request.new(handlers, context)
|
|
17981
18000
|
end
|
|
17982
18001
|
|
|
@@ -1138,6 +1138,7 @@ module Aws::SageMaker
|
|
|
1138
1138
|
ProfilingIntervalInMilliseconds = Shapes::IntegerShape.new(name: 'ProfilingIntervalInMilliseconds')
|
|
1139
1139
|
ProfilingParameters = Shapes::MapShape.new(name: 'ProfilingParameters')
|
|
1140
1140
|
ProfilingStatus = Shapes::StringShape.new(name: 'ProfilingStatus')
|
|
1141
|
+
Project = Shapes::StructureShape.new(name: 'Project')
|
|
1141
1142
|
ProjectArn = Shapes::StringShape.new(name: 'ProjectArn')
|
|
1142
1143
|
ProjectEntityName = Shapes::StringShape.new(name: 'ProjectEntityName')
|
|
1143
1144
|
ProjectId = Shapes::StringShape.new(name: 'ProjectId')
|
|
@@ -5552,6 +5553,18 @@ module Aws::SageMaker
|
|
|
5552
5553
|
ProfilingParameters.key = Shapes::ShapeRef.new(shape: ConfigKey)
|
|
5553
5554
|
ProfilingParameters.value = Shapes::ShapeRef.new(shape: ConfigValue)
|
|
5554
5555
|
|
|
5556
|
+
Project.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, location_name: "ProjectArn"))
|
|
5557
|
+
Project.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, location_name: "ProjectName"))
|
|
5558
|
+
Project.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "ProjectId"))
|
|
5559
|
+
Project.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
|
5560
|
+
Project.add_member(:service_catalog_provisioning_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisioningDetails, location_name: "ServiceCatalogProvisioningDetails"))
|
|
5561
|
+
Project.add_member(:service_catalog_provisioned_product_details, Shapes::ShapeRef.new(shape: ServiceCatalogProvisionedProductDetails, location_name: "ServiceCatalogProvisionedProductDetails"))
|
|
5562
|
+
Project.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "ProjectStatus"))
|
|
5563
|
+
Project.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
|
5564
|
+
Project.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreationTime"))
|
|
5565
|
+
Project.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
5566
|
+
Project.struct_class = Types::Project
|
|
5567
|
+
|
|
5555
5568
|
ProjectSummary.add_member(:project_name, Shapes::ShapeRef.new(shape: ProjectEntityName, required: true, location_name: "ProjectName"))
|
|
5556
5569
|
ProjectSummary.add_member(:project_description, Shapes::ShapeRef.new(shape: EntityDescription, location_name: "ProjectDescription"))
|
|
5557
5570
|
ProjectSummary.add_member(:project_arn, Shapes::ShapeRef.new(shape: ProjectArn, required: true, location_name: "ProjectArn"))
|
|
@@ -5702,6 +5715,7 @@ module Aws::SageMaker
|
|
|
5702
5715
|
SearchRecord.add_member(:pipeline, Shapes::ShapeRef.new(shape: Pipeline, location_name: "Pipeline"))
|
|
5703
5716
|
SearchRecord.add_member(:pipeline_execution, Shapes::ShapeRef.new(shape: PipelineExecution, location_name: "PipelineExecution"))
|
|
5704
5717
|
SearchRecord.add_member(:feature_group, Shapes::ShapeRef.new(shape: FeatureGroup, location_name: "FeatureGroup"))
|
|
5718
|
+
SearchRecord.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
|
5705
5719
|
SearchRecord.struct_class = Types::SearchRecord
|
|
5706
5720
|
|
|
5707
5721
|
SearchRequest.add_member(:resource, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "Resource"))
|
|
@@ -4738,9 +4738,8 @@ module Aws::SageMaker
|
|
|
4738
4738
|
#
|
|
4739
4739
|
# @!attribute [rw] kms_key_id
|
|
4740
4740
|
# SageMaker uses Amazon Web Services KMS to encrypt the EFS volume
|
|
4741
|
-
# attached to the domain with an Amazon Web Services managed
|
|
4742
|
-
#
|
|
4743
|
-
# managed CMK.
|
|
4741
|
+
# attached to the domain with an Amazon Web Services managed key by
|
|
4742
|
+
# default. For more control, specify a customer managed key.
|
|
4744
4743
|
# @return [String]
|
|
4745
4744
|
#
|
|
4746
4745
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateDomainRequest AWS API Documentation
|
|
@@ -4829,8 +4828,8 @@ module Aws::SageMaker
|
|
|
4829
4828
|
# @return [Types::EdgeOutputConfig]
|
|
4830
4829
|
#
|
|
4831
4830
|
# @!attribute [rw] resource_key
|
|
4832
|
-
# The
|
|
4833
|
-
# runs on.
|
|
4831
|
+
# The Amazon Web Services KMS key to use when encrypting the EBS
|
|
4832
|
+
# volume the edge packaging job runs on.
|
|
4834
4833
|
# @return [String]
|
|
4835
4834
|
#
|
|
4836
4835
|
# @!attribute [rw] tags
|
|
@@ -12032,7 +12031,7 @@ module Aws::SageMaker
|
|
|
12032
12031
|
# @return [String]
|
|
12033
12032
|
#
|
|
12034
12033
|
# @!attribute [rw] kms_key_id
|
|
12035
|
-
# The Amazon Web Services KMS customer managed
|
|
12034
|
+
# The Amazon Web Services KMS customer managed key used to encrypt the
|
|
12036
12035
|
# EFS volume attached to the domain.
|
|
12037
12036
|
# @return [String]
|
|
12038
12037
|
#
|
|
@@ -12110,7 +12109,8 @@ module Aws::SageMaker
|
|
|
12110
12109
|
# @return [Types::EdgeOutputConfig]
|
|
12111
12110
|
#
|
|
12112
12111
|
# @!attribute [rw] resource_key
|
|
12113
|
-
# The
|
|
12112
|
+
# The Amazon Web Services KMS key to use when encrypting the EBS
|
|
12113
|
+
# volume the job run on.
|
|
12114
12114
|
# @return [String]
|
|
12115
12115
|
#
|
|
12116
12116
|
# @!attribute [rw] edge_packaging_job_status
|
|
@@ -17071,7 +17071,7 @@ module Aws::SageMaker
|
|
|
17071
17071
|
# data as a hash:
|
|
17072
17072
|
#
|
|
17073
17073
|
# {
|
|
17074
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup
|
|
17074
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
|
|
17075
17075
|
# suggestion_query: {
|
|
17076
17076
|
# property_name_query: {
|
|
17077
17077
|
# property_name_hint: "PropertyNameHint", # required
|
|
@@ -19786,7 +19786,7 @@ module Aws::SageMaker
|
|
|
19786
19786
|
#
|
|
19787
19787
|
# @!attribute [rw] lifecycle_config_arns
|
|
19788
19788
|
# The Amazon Resource Name (ARN) of the Lifecycle Configurations
|
|
19789
|
-
# attached to the
|
|
19789
|
+
# attached to the the user profile or domain.
|
|
19790
19790
|
# @return [Array<String>]
|
|
19791
19791
|
#
|
|
19792
19792
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/KernelGatewayAppSettings AWS API Documentation
|
|
@@ -20239,10 +20239,10 @@ module Aws::SageMaker
|
|
|
20239
20239
|
# You can only specify a `VolumeKmsKeyId` when you create a labeling
|
|
20240
20240
|
# job with automated data labeling enabled using the API operation
|
|
20241
20241
|
# `CreateLabelingJob`. You cannot specify an Amazon Web Services KMS
|
|
20242
|
-
#
|
|
20243
|
-
#
|
|
20244
|
-
#
|
|
20245
|
-
#
|
|
20242
|
+
# key to encrypt the storage volume used for automated data labeling
|
|
20243
|
+
# model training and inference when you create a labeling job using
|
|
20244
|
+
# the console. To learn more, see [Output Data and Storage Volume
|
|
20245
|
+
# Encryption][1].
|
|
20246
20246
|
#
|
|
20247
20247
|
# The `VolumeKmsKeyId` can be any of the following formats:
|
|
20248
20248
|
#
|
|
@@ -23252,8 +23252,8 @@ module Aws::SageMaker
|
|
|
23252
23252
|
# @return [Integer]
|
|
23253
23253
|
#
|
|
23254
23254
|
# @!attribute [rw] name_contains
|
|
23255
|
-
# A string in the
|
|
23256
|
-
#
|
|
23255
|
+
# A string in the model name. This filter returns only models whose
|
|
23256
|
+
# name contains the specified string.
|
|
23257
23257
|
# @return [String]
|
|
23258
23258
|
#
|
|
23259
23259
|
# @!attribute [rw] creation_time_before
|
|
@@ -28363,7 +28363,7 @@ module Aws::SageMaker
|
|
|
28363
28363
|
#
|
|
28364
28364
|
# `"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"`
|
|
28365
28365
|
#
|
|
28366
|
-
# If you use a KMS key ID or an alias of your
|
|
28366
|
+
# If you use a KMS key ID or an alias of your KMS key, the Amazon
|
|
28367
28367
|
# SageMaker execution role must include permissions to call
|
|
28368
28368
|
# `kms:Encrypt`. If you don't provide a KMS key ID, Amazon SageMaker
|
|
28369
28369
|
# uses the default KMS key for Amazon S3 for your role's account.
|
|
@@ -29738,7 +29738,7 @@ module Aws::SageMaker
|
|
|
29738
29738
|
#
|
|
29739
29739
|
# `"arn:aws:kms:us-west-2:111122223333:alias/ExampleAlias"`
|
|
29740
29740
|
#
|
|
29741
|
-
# If you use a KMS key ID or an alias of your
|
|
29741
|
+
# If you use a KMS key ID or an alias of your KMS key, the Amazon
|
|
29742
29742
|
# SageMaker execution role must include permissions to call
|
|
29743
29743
|
# `kms:Encrypt`. If you don't provide a KMS key ID, Amazon SageMaker
|
|
29744
29744
|
# uses the default KMS key for Amazon S3 for your role's account.
|
|
@@ -30022,6 +30022,85 @@ module Aws::SageMaker
|
|
|
30022
30022
|
include Aws::Structure
|
|
30023
30023
|
end
|
|
30024
30024
|
|
|
30025
|
+
# The properties of a project as returned by the Search API.
|
|
30026
|
+
#
|
|
30027
|
+
# @!attribute [rw] project_arn
|
|
30028
|
+
# The Amazon Resource Name (ARN) of the project.
|
|
30029
|
+
# @return [String]
|
|
30030
|
+
#
|
|
30031
|
+
# @!attribute [rw] project_name
|
|
30032
|
+
# The name of the project.
|
|
30033
|
+
# @return [String]
|
|
30034
|
+
#
|
|
30035
|
+
# @!attribute [rw] project_id
|
|
30036
|
+
# The ID of the project.
|
|
30037
|
+
# @return [String]
|
|
30038
|
+
#
|
|
30039
|
+
# @!attribute [rw] project_description
|
|
30040
|
+
# The description of the project.
|
|
30041
|
+
# @return [String]
|
|
30042
|
+
#
|
|
30043
|
+
# @!attribute [rw] service_catalog_provisioning_details
|
|
30044
|
+
# Details that you specify to provision a service catalog product. For
|
|
30045
|
+
# information about service catalog, see .[What is Amazon Web Services
|
|
30046
|
+
# Service Catalog][1].
|
|
30047
|
+
#
|
|
30048
|
+
#
|
|
30049
|
+
#
|
|
30050
|
+
# [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
|
|
30051
|
+
# @return [Types::ServiceCatalogProvisioningDetails]
|
|
30052
|
+
#
|
|
30053
|
+
# @!attribute [rw] service_catalog_provisioned_product_details
|
|
30054
|
+
# Details of a provisioned service catalog product. For information
|
|
30055
|
+
# about service catalog, see [What is Amazon Web Services Service
|
|
30056
|
+
# Catalog][1].
|
|
30057
|
+
#
|
|
30058
|
+
#
|
|
30059
|
+
#
|
|
30060
|
+
# [1]: https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
|
|
30061
|
+
# @return [Types::ServiceCatalogProvisionedProductDetails]
|
|
30062
|
+
#
|
|
30063
|
+
# @!attribute [rw] project_status
|
|
30064
|
+
# The status of the project.
|
|
30065
|
+
# @return [String]
|
|
30066
|
+
#
|
|
30067
|
+
# @!attribute [rw] created_by
|
|
30068
|
+
# Information about the user who created or modified an experiment,
|
|
30069
|
+
# trial, or trial component.
|
|
30070
|
+
# @return [Types::UserContext]
|
|
30071
|
+
#
|
|
30072
|
+
# @!attribute [rw] creation_time
|
|
30073
|
+
# A timestamp specifying when the project was created.
|
|
30074
|
+
# @return [Time]
|
|
30075
|
+
#
|
|
30076
|
+
# @!attribute [rw] tags
|
|
30077
|
+
# An array of key-value pairs. You can use tags to categorize your
|
|
30078
|
+
# Amazon Web Services resources in different ways, for example, by
|
|
30079
|
+
# purpose, owner, or environment. For more information, see [Tagging
|
|
30080
|
+
# Amazon Web Services Resources][1].
|
|
30081
|
+
#
|
|
30082
|
+
#
|
|
30083
|
+
#
|
|
30084
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html
|
|
30085
|
+
# @return [Array<Types::Tag>]
|
|
30086
|
+
#
|
|
30087
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Project AWS API Documentation
|
|
30088
|
+
#
|
|
30089
|
+
class Project < Struct.new(
|
|
30090
|
+
:project_arn,
|
|
30091
|
+
:project_name,
|
|
30092
|
+
:project_id,
|
|
30093
|
+
:project_description,
|
|
30094
|
+
:service_catalog_provisioning_details,
|
|
30095
|
+
:service_catalog_provisioned_product_details,
|
|
30096
|
+
:project_status,
|
|
30097
|
+
:created_by,
|
|
30098
|
+
:creation_time,
|
|
30099
|
+
:tags)
|
|
30100
|
+
SENSITIVE = []
|
|
30101
|
+
include Aws::Structure
|
|
30102
|
+
end
|
|
30103
|
+
|
|
30025
30104
|
# Information about a project.
|
|
30026
30105
|
#
|
|
30027
30106
|
# @!attribute [rw] project_name
|
|
@@ -30897,7 +30976,7 @@ module Aws::SageMaker
|
|
|
30897
30976
|
# @return [String]
|
|
30898
30977
|
#
|
|
30899
30978
|
# @!attribute [rw] lifecycle_config_arn
|
|
30900
|
-
# The Amazon Resource Name (ARN) of the Lifecycle
|
|
30979
|
+
# The Amazon Resource Name (ARN) of the Lifecycle Configuration
|
|
30901
30980
|
# attached to the Resource.
|
|
30902
30981
|
# @return [String]
|
|
30903
30982
|
#
|
|
@@ -31338,6 +31417,10 @@ module Aws::SageMaker
|
|
|
31338
31417
|
# composed of features and values per features.
|
|
31339
31418
|
# @return [Types::FeatureGroup]
|
|
31340
31419
|
#
|
|
31420
|
+
# @!attribute [rw] project
|
|
31421
|
+
# The properties of a project.
|
|
31422
|
+
# @return [Types::Project]
|
|
31423
|
+
#
|
|
31341
31424
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRecord AWS API Documentation
|
|
31342
31425
|
#
|
|
31343
31426
|
class SearchRecord < Struct.new(
|
|
@@ -31350,7 +31433,8 @@ module Aws::SageMaker
|
|
|
31350
31433
|
:model_package_group,
|
|
31351
31434
|
:pipeline,
|
|
31352
31435
|
:pipeline_execution,
|
|
31353
|
-
:feature_group
|
|
31436
|
+
:feature_group,
|
|
31437
|
+
:project)
|
|
31354
31438
|
SENSITIVE = []
|
|
31355
31439
|
include Aws::Structure
|
|
31356
31440
|
end
|
|
@@ -31359,7 +31443,7 @@ module Aws::SageMaker
|
|
|
31359
31443
|
# data as a hash:
|
|
31360
31444
|
#
|
|
31361
31445
|
# {
|
|
31362
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup
|
|
31446
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
|
|
31363
31447
|
# search_expression: {
|
|
31364
31448
|
# filters: [
|
|
31365
31449
|
# {
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.100.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-09-
|
|
11
|
+
date: 2021-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|