Class: Aws::SageMaker::Types::PipelineDefinitionS3Location
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::PipelineDefinitionS3Location
 
- 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
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the S3 bucket. 
- 
  
    
      #object_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The object key (or key name) uniquely identifies the object in an S3 bucket. 
- 
  
    
      #version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Version Id of the pipeline definition file. 
Instance Attribute Details
#bucket ⇒ String
Name of the S3 bucket.
| 40565 40566 40567 40568 40569 40570 40571 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40565 class PipelineDefinitionS3Location < Struct.new( :bucket, :object_key, :version_id) SENSITIVE = [] include Aws::Structure end | 
#object_key ⇒ String
The object key (or key name) uniquely identifies the object in an S3 bucket.
| 40565 40566 40567 40568 40569 40570 40571 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40565 class PipelineDefinitionS3Location < Struct.new( :bucket, :object_key, :version_id) SENSITIVE = [] include Aws::Structure end | 
#version_id ⇒ String
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
| 40565 40566 40567 40568 40569 40570 40571 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 40565 class PipelineDefinitionS3Location < Struct.new( :bucket, :object_key, :version_id) SENSITIVE = [] include Aws::Structure end |