Class CfnAIGuardrailVersionProps
Properties for defining a CfnAIGuardrailVersion
.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAIGuardrailVersionProps : Object, ICfnAIGuardrailVersionProps
Syntax (vb)
Public Class CfnAIGuardrailVersionProps
Inherits Object
Implements ICfnAIGuardrailVersionProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Wisdom;
var cfnAIGuardrailVersionProps = new CfnAIGuardrailVersionProps {
AiGuardrailId = "aiGuardrailId",
AssistantId = "assistantId",
// the properties below are optional
ModifiedTimeSeconds = 123
};
Synopsis
Constructors
Cfn |
Properties
Ai |
The ID of the AI guardrail version. |
Assistant |
The ID of the AI guardrail version assistant. |
Modified |
The modified time of the AI guardrail version in seconds. |
Constructors
CfnAIGuardrailVersionProps()
public CfnAIGuardrailVersionProps()
Properties
AiGuardrailId
The ID of the AI guardrail version.
public string AiGuardrailId { get; set; }
Property Value
System.
Remarks
AssistantId
The ID of the AI guardrail version assistant.
public string AssistantId { get; set; }
Property Value
System.
Remarks
ModifiedTimeSeconds
The modified time of the AI guardrail version in seconds.
public Nullable<double> ModifiedTimeSeconds { get; set; }
Property Value
System.