Class: Aws::SageMaker::Types::CreateStudioLifecycleConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#studio_lifecycle_config_app_typeString

The App type that the Lifecycle Configuration is attached to.

Returns:

  • (String)


8772
8773
8774
8775
8776
8777
8778
8779
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8772

class CreateStudioLifecycleConfigRequest < Struct.new(
  :studio_lifecycle_config_name,
  :studio_lifecycle_config_content,
  :studio_lifecycle_config_app_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#studio_lifecycle_config_contentString

The content of your Amazon SageMaker Studio Lifecycle Configuration script. This content must be base64 encoded.

Returns:

  • (String)


8772
8773
8774
8775
8776
8777
8778
8779
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8772

class CreateStudioLifecycleConfigRequest < Struct.new(
  :studio_lifecycle_config_name,
  :studio_lifecycle_config_content,
  :studio_lifecycle_config_app_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#studio_lifecycle_config_nameString

The name of the Amazon SageMaker Studio Lifecycle Configuration to create.

Returns:

  • (String)


8772
8773
8774
8775
8776
8777
8778
8779
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8772

class CreateStudioLifecycleConfigRequest < Struct.new(
  :studio_lifecycle_config_name,
  :studio_lifecycle_config_content,
  :studio_lifecycle_config_app_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Tags to be associated with the Lifecycle Configuration. Each tag consists of a key and an optional value. Tag keys must be unique per resource. Tags are searchable using the Search API.

Returns:



8772
8773
8774
8775
8776
8777
8778
8779
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 8772

class CreateStudioLifecycleConfigRequest < Struct.new(
  :studio_lifecycle_config_name,
  :studio_lifecycle_config_content,
  :studio_lifecycle_config_app_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end