| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.PipelineDefinitionS3Location
Description
Synopsis
- data PipelineDefinitionS3Location = PipelineDefinitionS3Location' {}
 - newPipelineDefinitionS3Location :: Text -> Text -> PipelineDefinitionS3Location
 - pipelineDefinitionS3Location_versionId :: Lens' PipelineDefinitionS3Location (Maybe Text)
 - pipelineDefinitionS3Location_bucket :: Lens' PipelineDefinitionS3Location Text
 - pipelineDefinitionS3Location_objectKey :: Lens' PipelineDefinitionS3Location Text
 
Documentation
data PipelineDefinitionS3Location Source #
The location of the pipeline definition stored in Amazon S3.
See: newPipelineDefinitionS3Location smart constructor.
Constructors
| PipelineDefinitionS3Location' | |
Instances
newPipelineDefinitionS3Location Source #
Arguments
| :: Text | |
| -> Text | |
| -> PipelineDefinitionS3Location | 
Create a value of PipelineDefinitionS3Location with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:versionId:PipelineDefinitionS3Location', pipelineDefinitionS3Location_versionId - Version Id of the pipeline definition file. If not specified, Amazon
 SageMaker will retrieve the latest version.
$sel:bucket:PipelineDefinitionS3Location', pipelineDefinitionS3Location_bucket - Name of the S3 bucket.
$sel:objectKey:PipelineDefinitionS3Location', pipelineDefinitionS3Location_objectKey - The object key (or key name) uniquely identifies the object in an S3
 bucket.
pipelineDefinitionS3Location_versionId :: Lens' PipelineDefinitionS3Location (Maybe Text) Source #
Version Id of the pipeline definition file. If not specified, Amazon SageMaker will retrieve the latest version.
pipelineDefinitionS3Location_bucket :: Lens' PipelineDefinitionS3Location Text Source #
Name of the S3 bucket.
pipelineDefinitionS3Location_objectKey :: Lens' PipelineDefinitionS3Location Text Source #
The object key (or key name) uniquely identifies the object in an S3 bucket.