Skip to content

/AWS1/CL_LOVS3LOCATION

Information about the location of training output or the output of a model packaging job.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_BUCKET TYPE /AWS1/LOVS3BUCKETNAME /AWS1/LOVS3BUCKETNAME

The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.

Optional arguments:

IV_PREFIX TYPE /AWS1/LOVS3KEYPREFIX /AWS1/LOVS3KEYPREFIX

The path of the folder, within the S3 bucket, that contains the output.


Queryable Attributes

Bucket

The S3 bucket that contains the training or model packaging job output. If you are training a model, the bucket must in your AWS account. If you use an S3 bucket for a model packaging job, the S3 bucket must be in the same AWS Region and AWS account in which you use AWS IoT Greengrass.

Accessible with the following methods

Method Description
GET_BUCKET() Getter for BUCKET, with configurable default
ASK_BUCKET() Getter for BUCKET w/ exceptions if field has no value
HAS_BUCKET() Determine if BUCKET has a value

Prefix

The path of the folder, within the S3 bucket, that contains the output.

Accessible with the following methods

Method Description
GET_PREFIX() Getter for PREFIX, with configurable default
ASK_PREFIX() Getter for PREFIX w/ exceptions if field has no value
HAS_PREFIX() Determine if PREFIX has a value