Documentation ¶
Index ¶
- type SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithAPIVersion(value string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithAnnotations(entries map[string]string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithCreationTimestamp(value metav1.Time) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithFinalizers(values ...string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithGenerateName(value string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithGeneration(value int64) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithKind(value string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithLabels(entries map[string]string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithName(value string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithNamespace(value string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithResourceVersion(value string) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithSpec(value *SuggestionSpecApplyConfiguration) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithStatus(value *SuggestionStatusApplyConfiguration) *SuggestionApplyConfiguration
- func (b *SuggestionApplyConfiguration) WithUID(value types.UID) *SuggestionApplyConfiguration
- type SuggestionConditionApplyConfiguration
- func (b *SuggestionConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *SuggestionConditionApplyConfiguration
- func (b *SuggestionConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *SuggestionConditionApplyConfiguration
- func (b *SuggestionConditionApplyConfiguration) WithMessage(value string) *SuggestionConditionApplyConfiguration
- func (b *SuggestionConditionApplyConfiguration) WithReason(value string) *SuggestionConditionApplyConfiguration
- func (b *SuggestionConditionApplyConfiguration) WithStatus(value v1.ConditionStatus) *SuggestionConditionApplyConfiguration
- func (b *SuggestionConditionApplyConfiguration) WithType(value v1beta1.SuggestionConditionType) *SuggestionConditionApplyConfiguration
- type SuggestionSpecApplyConfiguration
- func (b *SuggestionSpecApplyConfiguration) WithAlgorithm(value *v1beta1.AlgorithmSpecApplyConfiguration) *SuggestionSpecApplyConfiguration
- func (b *SuggestionSpecApplyConfiguration) WithEarlyStopping(value *v1beta1.EarlyStoppingSpecApplyConfiguration) *SuggestionSpecApplyConfiguration
- func (b *SuggestionSpecApplyConfiguration) WithRequests(value int32) *SuggestionSpecApplyConfiguration
- func (b *SuggestionSpecApplyConfiguration) WithResumePolicy(value experimentsv1beta1.ResumePolicyType) *SuggestionSpecApplyConfiguration
- type SuggestionStatusApplyConfiguration
- func (b *SuggestionStatusApplyConfiguration) WithAlgorithmSettings(values ...*v1beta1.AlgorithmSettingApplyConfiguration) *SuggestionStatusApplyConfiguration
- func (b *SuggestionStatusApplyConfiguration) WithCompletionTime(value v1.Time) *SuggestionStatusApplyConfiguration
- func (b *SuggestionStatusApplyConfiguration) WithConditions(values ...*SuggestionConditionApplyConfiguration) *SuggestionStatusApplyConfiguration
- func (b *SuggestionStatusApplyConfiguration) WithLastReconcileTime(value v1.Time) *SuggestionStatusApplyConfiguration
- func (b *SuggestionStatusApplyConfiguration) WithStartTime(value v1.Time) *SuggestionStatusApplyConfiguration
- func (b *SuggestionStatusApplyConfiguration) WithSuggestionCount(value int32) *SuggestionStatusApplyConfiguration
- func (b *SuggestionStatusApplyConfiguration) WithSuggestions(values ...*TrialAssignmentApplyConfiguration) *SuggestionStatusApplyConfiguration
- type TrialAssignmentApplyConfiguration
- func (b *TrialAssignmentApplyConfiguration) WithEarlyStoppingRules(values ...*v1beta1.EarlyStoppingRuleApplyConfiguration) *TrialAssignmentApplyConfiguration
- func (b *TrialAssignmentApplyConfiguration) WithLabels(entries map[string]string) *TrialAssignmentApplyConfiguration
- func (b *TrialAssignmentApplyConfiguration) WithName(value string) *TrialAssignmentApplyConfiguration
- func (b *TrialAssignmentApplyConfiguration) WithParameterAssignments(values ...*v1beta1.ParameterAssignmentApplyConfiguration) *TrialAssignmentApplyConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SuggestionApplyConfiguration ¶
type SuggestionApplyConfiguration struct { v1.TypeMetaApplyConfiguration `json:",inline"` *v1.ObjectMetaApplyConfiguration `json:"metadata,omitempty"` Spec *SuggestionSpecApplyConfiguration `json:"spec,omitempty"` Status *SuggestionStatusApplyConfiguration `json:"status,omitempty"` }
SuggestionApplyConfiguration represents an declarative configuration of the Suggestion type for use with apply.
func Suggestion ¶
func Suggestion(name, namespace string) *SuggestionApplyConfiguration
Suggestion constructs an declarative configuration of the Suggestion type for use with apply.
func (*SuggestionApplyConfiguration) WithAPIVersion ¶
func (b *SuggestionApplyConfiguration) WithAPIVersion(value string) *SuggestionApplyConfiguration
WithAPIVersion sets the APIVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the APIVersion field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithAnnotations ¶
func (b *SuggestionApplyConfiguration) WithAnnotations(entries map[string]string) *SuggestionApplyConfiguration
WithAnnotations puts the entries into the Annotations field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Annotations field, overwriting an existing map entries in Annotations field with the same key.
func (*SuggestionApplyConfiguration) WithCreationTimestamp ¶
func (b *SuggestionApplyConfiguration) WithCreationTimestamp(value metav1.Time) *SuggestionApplyConfiguration
WithCreationTimestamp sets the CreationTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CreationTimestamp field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithDeletionGracePeriodSeconds ¶
func (b *SuggestionApplyConfiguration) WithDeletionGracePeriodSeconds(value int64) *SuggestionApplyConfiguration
WithDeletionGracePeriodSeconds sets the DeletionGracePeriodSeconds field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionGracePeriodSeconds field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithDeletionTimestamp ¶
func (b *SuggestionApplyConfiguration) WithDeletionTimestamp(value metav1.Time) *SuggestionApplyConfiguration
WithDeletionTimestamp sets the DeletionTimestamp field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the DeletionTimestamp field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithFinalizers ¶
func (b *SuggestionApplyConfiguration) WithFinalizers(values ...string) *SuggestionApplyConfiguration
WithFinalizers adds the given value to the Finalizers field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Finalizers field.
func (*SuggestionApplyConfiguration) WithGenerateName ¶
func (b *SuggestionApplyConfiguration) WithGenerateName(value string) *SuggestionApplyConfiguration
WithGenerateName sets the GenerateName field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the GenerateName field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithGeneration ¶
func (b *SuggestionApplyConfiguration) WithGeneration(value int64) *SuggestionApplyConfiguration
WithGeneration sets the Generation field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Generation field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithKind ¶
func (b *SuggestionApplyConfiguration) WithKind(value string) *SuggestionApplyConfiguration
WithKind sets the Kind field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Kind field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithLabels ¶
func (b *SuggestionApplyConfiguration) WithLabels(entries map[string]string) *SuggestionApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*SuggestionApplyConfiguration) WithName ¶
func (b *SuggestionApplyConfiguration) WithName(value string) *SuggestionApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithNamespace ¶
func (b *SuggestionApplyConfiguration) WithNamespace(value string) *SuggestionApplyConfiguration
WithNamespace sets the Namespace field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Namespace field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithOwnerReferences ¶
func (b *SuggestionApplyConfiguration) WithOwnerReferences(values ...*v1.OwnerReferenceApplyConfiguration) *SuggestionApplyConfiguration
WithOwnerReferences adds the given value to the OwnerReferences field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the OwnerReferences field.
func (*SuggestionApplyConfiguration) WithResourceVersion ¶
func (b *SuggestionApplyConfiguration) WithResourceVersion(value string) *SuggestionApplyConfiguration
WithResourceVersion sets the ResourceVersion field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResourceVersion field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithSpec ¶
func (b *SuggestionApplyConfiguration) WithSpec(value *SuggestionSpecApplyConfiguration) *SuggestionApplyConfiguration
WithSpec sets the Spec field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Spec field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithStatus ¶
func (b *SuggestionApplyConfiguration) WithStatus(value *SuggestionStatusApplyConfiguration) *SuggestionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*SuggestionApplyConfiguration) WithUID ¶
func (b *SuggestionApplyConfiguration) WithUID(value types.UID) *SuggestionApplyConfiguration
WithUID sets the UID field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the UID field is set to the value of the last call.
type SuggestionConditionApplyConfiguration ¶
type SuggestionConditionApplyConfiguration struct { Type *v1beta1.SuggestionConditionType `json:"type,omitempty"` Status *v1.ConditionStatus `json:"status,omitempty"` Reason *string `json:"reason,omitempty"` Message *string `json:"message,omitempty"` LastUpdateTime *metav1.Time `json:"lastUpdateTime,omitempty"` LastTransitionTime *metav1.Time `json:"lastTransitionTime,omitempty"` }
SuggestionConditionApplyConfiguration represents an declarative configuration of the SuggestionCondition type for use with apply.
func SuggestionCondition ¶
func SuggestionCondition() *SuggestionConditionApplyConfiguration
SuggestionConditionApplyConfiguration constructs an declarative configuration of the SuggestionCondition type for use with apply.
func (*SuggestionConditionApplyConfiguration) WithLastTransitionTime ¶
func (b *SuggestionConditionApplyConfiguration) WithLastTransitionTime(value metav1.Time) *SuggestionConditionApplyConfiguration
WithLastTransitionTime sets the LastTransitionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastTransitionTime field is set to the value of the last call.
func (*SuggestionConditionApplyConfiguration) WithLastUpdateTime ¶
func (b *SuggestionConditionApplyConfiguration) WithLastUpdateTime(value metav1.Time) *SuggestionConditionApplyConfiguration
WithLastUpdateTime sets the LastUpdateTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastUpdateTime field is set to the value of the last call.
func (*SuggestionConditionApplyConfiguration) WithMessage ¶
func (b *SuggestionConditionApplyConfiguration) WithMessage(value string) *SuggestionConditionApplyConfiguration
WithMessage sets the Message field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Message field is set to the value of the last call.
func (*SuggestionConditionApplyConfiguration) WithReason ¶
func (b *SuggestionConditionApplyConfiguration) WithReason(value string) *SuggestionConditionApplyConfiguration
WithReason sets the Reason field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Reason field is set to the value of the last call.
func (*SuggestionConditionApplyConfiguration) WithStatus ¶
func (b *SuggestionConditionApplyConfiguration) WithStatus(value v1.ConditionStatus) *SuggestionConditionApplyConfiguration
WithStatus sets the Status field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Status field is set to the value of the last call.
func (*SuggestionConditionApplyConfiguration) WithType ¶
func (b *SuggestionConditionApplyConfiguration) WithType(value v1beta1.SuggestionConditionType) *SuggestionConditionApplyConfiguration
WithType sets the Type field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Type field is set to the value of the last call.
type SuggestionSpecApplyConfiguration ¶
type SuggestionSpecApplyConfiguration struct { Algorithm *v1beta1.AlgorithmSpecApplyConfiguration `json:"algorithm,omitempty"` EarlyStopping *v1beta1.EarlyStoppingSpecApplyConfiguration `json:"earlyStopping,omitempty"` Requests *int32 `json:"requests,omitempty"` ResumePolicy *experimentsv1beta1.ResumePolicyType `json:"resumePolicy,omitempty"` }
SuggestionSpecApplyConfiguration represents an declarative configuration of the SuggestionSpec type for use with apply.
func SuggestionSpec ¶
func SuggestionSpec() *SuggestionSpecApplyConfiguration
SuggestionSpecApplyConfiguration constructs an declarative configuration of the SuggestionSpec type for use with apply.
func (*SuggestionSpecApplyConfiguration) WithAlgorithm ¶
func (b *SuggestionSpecApplyConfiguration) WithAlgorithm(value *v1beta1.AlgorithmSpecApplyConfiguration) *SuggestionSpecApplyConfiguration
WithAlgorithm sets the Algorithm field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Algorithm field is set to the value of the last call.
func (*SuggestionSpecApplyConfiguration) WithEarlyStopping ¶
func (b *SuggestionSpecApplyConfiguration) WithEarlyStopping(value *v1beta1.EarlyStoppingSpecApplyConfiguration) *SuggestionSpecApplyConfiguration
WithEarlyStopping sets the EarlyStopping field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the EarlyStopping field is set to the value of the last call.
func (*SuggestionSpecApplyConfiguration) WithRequests ¶
func (b *SuggestionSpecApplyConfiguration) WithRequests(value int32) *SuggestionSpecApplyConfiguration
WithRequests sets the Requests field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Requests field is set to the value of the last call.
func (*SuggestionSpecApplyConfiguration) WithResumePolicy ¶
func (b *SuggestionSpecApplyConfiguration) WithResumePolicy(value experimentsv1beta1.ResumePolicyType) *SuggestionSpecApplyConfiguration
WithResumePolicy sets the ResumePolicy field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the ResumePolicy field is set to the value of the last call.
type SuggestionStatusApplyConfiguration ¶
type SuggestionStatusApplyConfiguration struct { AlgorithmSettings []v1beta1.AlgorithmSettingApplyConfiguration `json:"algorithmSettings,omitempty"` SuggestionCount *int32 `json:"suggestionCount,omitempty"` Suggestions []TrialAssignmentApplyConfiguration `json:"suggestions,omitempty"` StartTime *v1.Time `json:"startTime,omitempty"` CompletionTime *v1.Time `json:"completionTime,omitempty"` LastReconcileTime *v1.Time `json:"lastReconcileTime,omitempty"` Conditions []SuggestionConditionApplyConfiguration `json:"conditions,omitempty"` }
SuggestionStatusApplyConfiguration represents an declarative configuration of the SuggestionStatus type for use with apply.
func SuggestionStatus ¶
func SuggestionStatus() *SuggestionStatusApplyConfiguration
SuggestionStatusApplyConfiguration constructs an declarative configuration of the SuggestionStatus type for use with apply.
func (*SuggestionStatusApplyConfiguration) WithAlgorithmSettings ¶
func (b *SuggestionStatusApplyConfiguration) WithAlgorithmSettings(values ...*v1beta1.AlgorithmSettingApplyConfiguration) *SuggestionStatusApplyConfiguration
WithAlgorithmSettings adds the given value to the AlgorithmSettings field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the AlgorithmSettings field.
func (*SuggestionStatusApplyConfiguration) WithCompletionTime ¶
func (b *SuggestionStatusApplyConfiguration) WithCompletionTime(value v1.Time) *SuggestionStatusApplyConfiguration
WithCompletionTime sets the CompletionTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the CompletionTime field is set to the value of the last call.
func (*SuggestionStatusApplyConfiguration) WithConditions ¶
func (b *SuggestionStatusApplyConfiguration) WithConditions(values ...*SuggestionConditionApplyConfiguration) *SuggestionStatusApplyConfiguration
WithConditions adds the given value to the Conditions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Conditions field.
func (*SuggestionStatusApplyConfiguration) WithLastReconcileTime ¶
func (b *SuggestionStatusApplyConfiguration) WithLastReconcileTime(value v1.Time) *SuggestionStatusApplyConfiguration
WithLastReconcileTime sets the LastReconcileTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the LastReconcileTime field is set to the value of the last call.
func (*SuggestionStatusApplyConfiguration) WithStartTime ¶
func (b *SuggestionStatusApplyConfiguration) WithStartTime(value v1.Time) *SuggestionStatusApplyConfiguration
WithStartTime sets the StartTime field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the StartTime field is set to the value of the last call.
func (*SuggestionStatusApplyConfiguration) WithSuggestionCount ¶
func (b *SuggestionStatusApplyConfiguration) WithSuggestionCount(value int32) *SuggestionStatusApplyConfiguration
WithSuggestionCount sets the SuggestionCount field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the SuggestionCount field is set to the value of the last call.
func (*SuggestionStatusApplyConfiguration) WithSuggestions ¶
func (b *SuggestionStatusApplyConfiguration) WithSuggestions(values ...*TrialAssignmentApplyConfiguration) *SuggestionStatusApplyConfiguration
WithSuggestions adds the given value to the Suggestions field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the Suggestions field.
type TrialAssignmentApplyConfiguration ¶
type TrialAssignmentApplyConfiguration struct { ParameterAssignments []v1beta1.ParameterAssignmentApplyConfiguration `json:"parameterAssignments,omitempty"` Name *string `json:"name,omitempty"` EarlyStoppingRules []v1beta1.EarlyStoppingRuleApplyConfiguration `json:"earlyStoppingRules,omitempty"` Labels map[string]string `json:"labels,omitempty"` }
TrialAssignmentApplyConfiguration represents an declarative configuration of the TrialAssignment type for use with apply.
func TrialAssignment ¶
func TrialAssignment() *TrialAssignmentApplyConfiguration
TrialAssignmentApplyConfiguration constructs an declarative configuration of the TrialAssignment type for use with apply.
func (*TrialAssignmentApplyConfiguration) WithEarlyStoppingRules ¶
func (b *TrialAssignmentApplyConfiguration) WithEarlyStoppingRules(values ...*v1beta1.EarlyStoppingRuleApplyConfiguration) *TrialAssignmentApplyConfiguration
WithEarlyStoppingRules adds the given value to the EarlyStoppingRules field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the EarlyStoppingRules field.
func (*TrialAssignmentApplyConfiguration) WithLabels ¶
func (b *TrialAssignmentApplyConfiguration) WithLabels(entries map[string]string) *TrialAssignmentApplyConfiguration
WithLabels puts the entries into the Labels field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, the entries provided by each call will be put on the Labels field, overwriting an existing map entries in Labels field with the same key.
func (*TrialAssignmentApplyConfiguration) WithName ¶
func (b *TrialAssignmentApplyConfiguration) WithName(value string) *TrialAssignmentApplyConfiguration
WithName sets the Name field in the declarative configuration to the given value and returns the receiver, so that objects can be built by chaining "With" function invocations. If called multiple times, the Name field is set to the value of the last call.
func (*TrialAssignmentApplyConfiguration) WithParameterAssignments ¶
func (b *TrialAssignmentApplyConfiguration) WithParameterAssignments(values ...*v1beta1.ParameterAssignmentApplyConfiguration) *TrialAssignmentApplyConfiguration
WithParameterAssignments adds the given value to the ParameterAssignments field in the declarative configuration and returns the receiver, so that objects can be build by chaining "With" function invocations. If called multiple times, values provided by each call will be appended to the ParameterAssignments field.