Class: Aws::SageMaker::Types::ActionSummary

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

Overview

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_arnString

The Amazon Resource Name (ARN) of the action.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 72

class ActionSummary < Struct.new(
  :action_arn,
  :action_name,
  :source,
  :action_type,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#action_nameString

The name of the action.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 72

class ActionSummary < Struct.new(
  :action_arn,
  :action_name,
  :source,
  :action_type,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of the action.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 72

class ActionSummary < Struct.new(
  :action_arn,
  :action_name,
  :source,
  :action_type,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the action was created.

Returns:

  • (Time)


72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 72

class ActionSummary < Struct.new(
  :action_arn,
  :action_name,
  :source,
  :action_type,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the action was last modified.

Returns:

  • (Time)


72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 72

class ActionSummary < Struct.new(
  :action_arn,
  :action_name,
  :source,
  :action_type,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::ActionSource

The source of the action.

Returns:



72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 72

class ActionSummary < Struct.new(
  :action_arn,
  :action_name,
  :source,
  :action_type,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the action.

Returns:

  • (String)


72
73
74
75
76
77
78
79
80
81
82
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 72

class ActionSummary < Struct.new(
  :action_arn,
  :action_name,
  :source,
  :action_type,
  :status,
  :creation_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end