Class: Aws::SageMaker::Types::CreateActionRequest

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

#action_nameString

The name of the action. Must be unique to your account in an Amazon Web Services Region.

Returns:

  • (String)


6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6776

class CreateActionRequest < Struct.new(
  :action_name,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The action type.

Returns:

  • (String)


6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6776

class CreateActionRequest < Struct.new(
  :action_name,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the action.

Returns:

  • (String)


6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6776

class CreateActionRequest < Struct.new(
  :action_name,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#metadata_propertiesTypes::MetadataProperties

Metadata properties of the tracking entity, trial, or trial component.



6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6776

class CreateActionRequest < Struct.new(
  :action_name,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesHash<String,String>

A list of properties to add to the action.

Returns:

  • (Hash<String,String>)


6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6776

class CreateActionRequest < Struct.new(
  :action_name,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ActionSource

The source type, ID, and URI.

Returns:



6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6776

class CreateActionRequest < Struct.new(
  :action_name,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the action.

Returns:

  • (String)


6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6776

class CreateActionRequest < Struct.new(
  :action_name,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags to apply to the action.

Returns:



6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 6776

class CreateActionRequest < Struct.new(
  :action_name,
  :source,
  :action_type,
  :description,
  :status,
  :properties,
  :metadata_properties,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end