Class: Aws::SageMaker::Types::StartPipelineExecutionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


39459
39460
39461
39462
39463
39464
39465
39466
39467
39468
39469
# File 'lib/aws-sdk-sagemaker/types.rb', line 39459

class StartPipelineExecutionRequest < Struct.new(
  :pipeline_name,
  :pipeline_execution_display_name,
  :pipeline_parameters,
  :pipeline_execution_description,
  :client_request_token,
  :parallelism_configuration,
  :selective_execution_config)
  SENSITIVE = []
  include Aws::Structure
end

#parallelism_configurationTypes::ParallelismConfiguration

This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.



39459
39460
39461
39462
39463
39464
39465
39466
39467
39468
39469
# File 'lib/aws-sdk-sagemaker/types.rb', line 39459

class StartPipelineExecutionRequest < Struct.new(
  :pipeline_name,
  :pipeline_execution_display_name,
  :pipeline_parameters,
  :pipeline_execution_description,
  :client_request_token,
  :parallelism_configuration,
  :selective_execution_config)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_descriptionString

The description of the pipeline execution.

Returns:

  • (String)


39459
39460
39461
39462
39463
39464
39465
39466
39467
39468
39469
# File 'lib/aws-sdk-sagemaker/types.rb', line 39459

class StartPipelineExecutionRequest < Struct.new(
  :pipeline_name,
  :pipeline_execution_display_name,
  :pipeline_parameters,
  :pipeline_execution_description,
  :client_request_token,
  :parallelism_configuration,
  :selective_execution_config)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_display_nameString

The display name of the pipeline execution.

Returns:

  • (String)


39459
39460
39461
39462
39463
39464
39465
39466
39467
39468
39469
# File 'lib/aws-sdk-sagemaker/types.rb', line 39459

class StartPipelineExecutionRequest < Struct.new(
  :pipeline_name,
  :pipeline_execution_display_name,
  :pipeline_parameters,
  :pipeline_execution_description,
  :client_request_token,
  :parallelism_configuration,
  :selective_execution_config)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name or Amazon Resource Name (ARN) of the pipeline.

Returns:

  • (String)


39459
39460
39461
39462
39463
39464
39465
39466
39467
39468
39469
# File 'lib/aws-sdk-sagemaker/types.rb', line 39459

class StartPipelineExecutionRequest < Struct.new(
  :pipeline_name,
  :pipeline_execution_display_name,
  :pipeline_parameters,
  :pipeline_execution_description,
  :client_request_token,
  :parallelism_configuration,
  :selective_execution_config)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_parametersArray<Types::Parameter>

Contains a list of pipeline parameters. This list can be empty.

Returns:



39459
39460
39461
39462
39463
39464
39465
39466
39467
39468
39469
# File 'lib/aws-sdk-sagemaker/types.rb', line 39459

class StartPipelineExecutionRequest < Struct.new(
  :pipeline_name,
  :pipeline_execution_display_name,
  :pipeline_parameters,
  :pipeline_execution_description,
  :client_request_token,
  :parallelism_configuration,
  :selective_execution_config)
  SENSITIVE = []
  include Aws::Structure
end

#selective_execution_configTypes::SelectiveExecutionConfig

The selective execution configuration applied to the pipeline run.



39459
39460
39461
39462
39463
39464
39465
39466
39467
39468
39469
# File 'lib/aws-sdk-sagemaker/types.rb', line 39459

class StartPipelineExecutionRequest < Struct.new(
  :pipeline_name,
  :pipeline_execution_display_name,
  :pipeline_parameters,
  :pipeline_execution_description,
  :client_request_token,
  :parallelism_configuration,
  :selective_execution_config)
  SENSITIVE = []
  include Aws::Structure
end