toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
AutoMlJobArtifacts
Auto
Ml
Job
Artifacts
class
AutoMlJobArtifacts
The artifacts that are generated during an AutoML job.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
candidate
Definition
Notebook
Location
Link copied to clipboard
val
candidateDefinitionNotebookLocation
:
String
?
The URL of the notebook location.
data
Exploration
Notebook
Location
Link copied to clipboard
val
dataExplorationNotebookLocation
:
String
?
The URL of the notebook location.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
AutoMlJobArtifacts.Builder
.
(
)
->
Unit
=
{}
)
:
AutoMlJobArtifacts
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