S3Location

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: S3Location.Builder.() -> Unit = {}): S3Location
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String