toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.bedrock.kotlin.outputs
/
GetCustomModelsModelSummary
Get
Custom
Models
Model
Summary
data
class
GetCustomModelsModelSummary
(
val
creationTime
:
String
,
val
modelArn
:
String
,
val
modelName
:
String
)
Members
Constructors
Get
Custom
Models
Model
Summary
Link copied to clipboard
constructor
(
creationTime
:
String
,
modelArn
:
String
,
modelName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
creation
Time
Link copied to clipboard
val
creationTime
:
String
Creation time of the model.
model
Arn
Link copied to clipboard
val
modelArn
:
String
The ARN of the custom model.
model
Name
Link copied to clipboard
val
modelName
:
String
The name of the custom model.