Class: Aws::SageMaker::Types::PipelineDefinitionS3Location

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

Overview

The location of the pipeline definition stored in Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

Name of the S3 bucket.

Returns:

  • (String)


34394
34395
34396
34397
34398
34399
34400
# File 'lib/aws-sdk-sagemaker/types.rb', line 34394

class PipelineDefinitionS3Location < Struct.new(
  :bucket,
  :object_key,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#object_keyString

The object key (or key name) uniquely identifies the object in an S3 bucket.

Returns:

  • (String)


34394
34395
34396
34397
34398
34399
34400
# File 'lib/aws-sdk-sagemaker/types.rb', line 34394

class PipelineDefinitionS3Location < Struct.new(
  :bucket,
  :object_key,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.

Returns:

  • (String)


34394
34395
34396
34397
34398
34399
34400
# File 'lib/aws-sdk-sagemaker/types.rb', line 34394

class PipelineDefinitionS3Location < Struct.new(
  :bucket,
  :object_key,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end