toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
ModelCardExportArtifacts
Model
Card
Export
Artifacts
class
ModelCardExportArtifacts
The artifacts of the model card export job.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
s3Export
Artifacts
Link copied to clipboard
val
s3ExportArtifacts
:
String
?
The Amazon S3 URI of the exported model artifacts.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ModelCardExportArtifacts.Builder
.
(
)
->
Unit
=
{}
)
:
ModelCardExportArtifacts
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