DataSourceConfig

Information about a data source.

Types

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

Properties

Link copied to clipboard

The location where your files are mounted in the container image.

Link copied to clipboard

The name of the data source.

Link copied to clipboard

The S3 bucket where the data files are located.

Link copied to clipboard

The list of S3 keys identifying the data source files.

Link copied to clipboard

The data type for the data source that you're using for your container image or simulation job. You can use this field to specify whether your data source is an Archive, an Amazon S3 prefix, or a file.

Functions

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