Application Inference Profile Args
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
Description of the inference profile
Link copied to clipboard
The name of the inference profile.
Link copied to clipboard
val modelSource: Output<ApplicationInferenceProfileInferenceProfileModelSourcePropertiesArgs>? = null
Contains configurations for the inference profile to copy as the resource.