S3ModelDataSource

Specifies the S3 location of ML model data to deploy.

Types

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

Properties

Link copied to clipboard

Specifies how the ML model data is prepared.

Link copied to clipboard
val eTag: String?

The ETag associated with S3 URI.

Link copied to clipboard

Configuration information for hub access.

Link copied to clipboard

The ETag associated with Manifest S3 URI.

Link copied to clipboard

The Amazon S3 URI of the manifest file. The manifest file is a CSV file that stores the artifact locations.

Link copied to clipboard

Specifies the access configuration file for the ML model. You can explicitly accept the model end-user license agreement (EULA) within the ModelAccessConfig. You are responsible for reviewing and complying with any applicable license terms and making sure they are acceptable for your use case before downloading or using a model.

Link copied to clipboard

Specifies the type of ML model data to deploy.

Link copied to clipboard

Specifies the S3 path of ML model data to deploy.

Functions

Link copied to clipboard
inline fun copy(block: S3ModelDataSource.Builder.() -> Unit = {}): S3ModelDataSource
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