toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
AutoMlDataSource
Auto
Ml
Data
Source
class
AutoMlDataSource
The data source for the Autopilot job.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
s3Data
Source
Link copied to clipboard
val
s3DataSource
:
AutoMls3DataSource
?
The Amazon S3 location of the input data.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
AutoMlDataSource.Builder
.
(
)
->
Unit
=
{}
)
:
AutoMlDataSource
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String