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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


34388
34389
34390
34391
34392
34393
34394
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34388

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)


34388
34389
34390
34391
34392
34393
34394
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34388

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)


34388
34389
34390
34391
34392
34393
34394
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 34388

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