ApplicationInferenceProfileArgs

data class ApplicationInferenceProfileArgs(val description: Output<String>? = null, val inferenceProfileName: Output<String>? = null, val modelSource: Output<ApplicationInferenceProfileInferenceProfileModelSourcePropertiesArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ApplicationInferenceProfileArgs>

Definition of AWS::Bedrock::ApplicationInferenceProfile Resource Type

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, inferenceProfileName: Output<String>? = null, modelSource: Output<ApplicationInferenceProfileInferenceProfileModelSourcePropertiesArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

Description of the inference profile

Link copied to clipboard
val inferenceProfileName: Output<String>? = null

The name of the inference profile.

Link copied to clipboard

Contains configurations for the inference profile to copy as the resource.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

List of Tags

Functions

Link copied to clipboard
open override fun toJava(): ApplicationInferenceProfileArgs