Class: Aws::Neptunedata::Types::CancelMLModelTrainingJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::CancelMLModelTrainingJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clean ⇒ Boolean
If set to ‘TRUE`, this flag specifies that all Amazon S3 artifacts should be deleted when the job is stopped.
-
#id ⇒ String
The unique identifier of the model-training job to be canceled.
-
#neptune_iam_role_arn ⇒ String
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources.
Instance Attribute Details
#clean ⇒ Boolean
If set to ‘TRUE`, this flag specifies that all Amazon S3 artifacts should be deleted when the job is stopped. The default is `FALSE`.
188 189 190 191 192 193 194 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 188 class CancelMLModelTrainingJobInput < Struct.new( :id, :neptune_iam_role_arn, :clean) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the model-training job to be canceled.
188 189 190 191 192 193 194 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 188 class CancelMLModelTrainingJobInput < Struct.new( :id, :neptune_iam_role_arn, :clean) SENSITIVE = [] include Aws::Structure end |
#neptune_iam_role_arn ⇒ String
The ARN of an IAM role that provides Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will occur.
188 189 190 191 192 193 194 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 188 class CancelMLModelTrainingJobInput < Struct.new( :id, :neptune_iam_role_arn, :clean) SENSITIVE = [] include Aws::Structure end |