Home
last modified time | relevance | path

Searched refs:HumanLoopDataAttributes (Results 1 – 25 of 137) sorted by relevance

123456

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-textract/include/aws/textract/model/
H A DHumanLoopDataAttributes.h34 class AWS_TEXTRACT_API HumanLoopDataAttributes
37 HumanLoopDataAttributes();
38 HumanLoopDataAttributes(Aws::Utils::Json::JsonView jsonValue);
39 HumanLoopDataAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
71 …inline HumanLoopDataAttributes& WithContentClassifiers(const Aws::Vector<ContentClassifier>& value… in WithContentClassifiers()
77 …inline HumanLoopDataAttributes& WithContentClassifiers(Aws::Vector<ContentClassifier>&& value) { S… in WithContentClassifiers()
83 …inline HumanLoopDataAttributes& AddContentClassifiers(const ContentClassifier& value) { m_contentC… in AddContentClassifiers()
89 …inline HumanLoopDataAttributes& AddContentClassifiers(ContentClassifier&& value) { m_contentClassi… in AddContentClassifiers()
H A DHumanLoopConfig.h136 inline const HumanLoopDataAttributes& GetDataAttributes() const{ return m_dataAttributes; } in GetDataAttributes()
146 …inline void SetDataAttributes(const HumanLoopDataAttributes& value) { m_dataAttributesHasBeenSet =… in SetDataAttributes()
151 …inline void SetDataAttributes(HumanLoopDataAttributes&& value) { m_dataAttributesHasBeenSet = true… in SetDataAttributes()
156 …inline HumanLoopConfig& WithDataAttributes(const HumanLoopDataAttributes& value) { SetDataAttribut… in WithDataAttributes()
161 …inline HumanLoopConfig& WithDataAttributes(HumanLoopDataAttributes&& value) { SetDataAttributes(st… in WithDataAttributes()
171 HumanLoopDataAttributes m_dataAttributes;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker-a2i-runtime/include/aws/sagemaker-a2i-runtime/model/
H A DHumanLoopDataAttributes.h33 class AWS_AUGMENTEDAIRUNTIME_API HumanLoopDataAttributes
36 HumanLoopDataAttributes();
37 HumanLoopDataAttributes(Aws::Utils::Json::JsonView jsonValue);
38 HumanLoopDataAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
75 …inline HumanLoopDataAttributes& WithContentClassifiers(const Aws::Vector<ContentClassifier>& value… in WithContentClassifiers()
82 …inline HumanLoopDataAttributes& WithContentClassifiers(Aws::Vector<ContentClassifier>&& value) { S… in WithContentClassifiers()
89 …inline HumanLoopDataAttributes& AddContentClassifiers(const ContentClassifier& value) { m_contentC… in AddContentClassifiers()
96 …inline HumanLoopDataAttributes& AddContentClassifiers(ContentClassifier&& value) { m_contentClassi… in AddContentClassifiers()
H A DStartHumanLoopRequest.h163 inline const HumanLoopDataAttributes& GetDataAttributes() const{ return m_dataAttributes; } in GetDataAttributes()
177 …inline void SetDataAttributes(const HumanLoopDataAttributes& value) { m_dataAttributesHasBeenSet =… in SetDataAttributes()
184 …inline void SetDataAttributes(HumanLoopDataAttributes&& value) { m_dataAttributesHasBeenSet = true… in SetDataAttributes()
191 …inline StartHumanLoopRequest& WithDataAttributes(const HumanLoopDataAttributes& value) { SetDataAt… in WithDataAttributes()
198 …inline StartHumanLoopRequest& WithDataAttributes(HumanLoopDataAttributes&& value) { SetDataAttribu… in WithDataAttributes()
211 HumanLoopDataAttributes m_dataAttributes;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/include/aws/rekognition/model/
H A DHumanLoopDataAttributes.h34 class AWS_REKOGNITION_API HumanLoopDataAttributes
37 HumanLoopDataAttributes();
38 HumanLoopDataAttributes(Aws::Utils::Json::JsonView jsonValue);
39 HumanLoopDataAttributes& operator=(Aws::Utils::Json::JsonView jsonValue);
71 …inline HumanLoopDataAttributes& WithContentClassifiers(const Aws::Vector<ContentClassifier>& value… in WithContentClassifiers()
77 …inline HumanLoopDataAttributes& WithContentClassifiers(Aws::Vector<ContentClassifier>&& value) { S… in WithContentClassifiers()
83 …inline HumanLoopDataAttributes& AddContentClassifiers(const ContentClassifier& value) { m_contentC… in AddContentClassifiers()
89 …inline HumanLoopDataAttributes& AddContentClassifiers(ContentClassifier&& value) { m_contentClassi… in AddContentClassifiers()
H A DHumanLoopConfig.h160 inline const HumanLoopDataAttributes& GetDataAttributes() const{ return m_dataAttributes; } in GetDataAttributes()
170 …inline void SetDataAttributes(const HumanLoopDataAttributes& value) { m_dataAttributesHasBeenSet =… in SetDataAttributes()
175 …inline void SetDataAttributes(HumanLoopDataAttributes&& value) { m_dataAttributesHasBeenSet = true… in SetDataAttributes()
180 …inline HumanLoopConfig& WithDataAttributes(const HumanLoopDataAttributes& value) { SetDataAttribut… in WithDataAttributes()
185 …inline HumanLoopConfig& WithDataAttributes(HumanLoopDataAttributes&& value) { SetDataAttributes(st… in WithDataAttributes()
195 HumanLoopDataAttributes m_dataAttributes;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-rekognition/source/model/
H A DHumanLoopDataAttributes.cpp21 HumanLoopDataAttributes::HumanLoopDataAttributes() : in HumanLoopDataAttributes() function in Aws::Rekognition::Model::HumanLoopDataAttributes
26 HumanLoopDataAttributes::HumanLoopDataAttributes(JsonView jsonValue) : in HumanLoopDataAttributes() function in Aws::Rekognition::Model::HumanLoopDataAttributes
32 HumanLoopDataAttributes& HumanLoopDataAttributes::operator =(JsonView jsonValue) in operator =()
47 JsonValue HumanLoopDataAttributes::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sagemaker-a2i-runtime/source/model/
H A DHumanLoopDataAttributes.cpp21 HumanLoopDataAttributes::HumanLoopDataAttributes() : in HumanLoopDataAttributes() function in Aws::AugmentedAIRuntime::Model::HumanLoopDataAttributes
26 HumanLoopDataAttributes::HumanLoopDataAttributes(JsonView jsonValue) : in HumanLoopDataAttributes() function in Aws::AugmentedAIRuntime::Model::HumanLoopDataAttributes
32 HumanLoopDataAttributes& HumanLoopDataAttributes::operator =(JsonView jsonValue) in operator =()
47 JsonValue HumanLoopDataAttributes::Jsonize() const in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-textract/source/model/
H A DHumanLoopDataAttributes.cpp21 HumanLoopDataAttributes::HumanLoopDataAttributes() : in HumanLoopDataAttributes() function in Aws::Textract::Model::HumanLoopDataAttributes
26 HumanLoopDataAttributes::HumanLoopDataAttributes(JsonView jsonValue) : in HumanLoopDataAttributes() function in Aws::Textract::Model::HumanLoopDataAttributes
32 HumanLoopDataAttributes& HumanLoopDataAttributes::operator =(JsonView jsonValue) in operator =()
47 JsonValue HumanLoopDataAttributes::Jsonize() const in Jsonize()
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/textract/types/
H A Dtypes.go255 DataAttributes *HumanLoopDataAttributes
260 type HumanLoopDataAttributes struct { struct
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/textract/types/
H A Dtypes.go255 DataAttributes *HumanLoopDataAttributes
260 type HumanLoopDataAttributes struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/textract/types/
H A Dtypes.go255 DataAttributes *HumanLoopDataAttributes
260 type HumanLoopDataAttributes struct { struct
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/textract/types/
H A Dtypes.go255 DataAttributes *HumanLoopDataAttributes
260 type HumanLoopDataAttributes struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/textract/types/
H A Dtypes.go255 DataAttributes *HumanLoopDataAttributes
260 type HumanLoopDataAttributes struct { struct
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/textract/types/
H A Dtypes.go255 DataAttributes *HumanLoopDataAttributes
260 type HumanLoopDataAttributes struct { struct
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/textract/types/
H A Dtypes.go255 DataAttributes *HumanLoopDataAttributes
260 type HumanLoopDataAttributes struct { struct
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/service/textract/types/
H A Dtypes.go339 DataAttributes *HumanLoopDataAttributes
346 type HumanLoopDataAttributes struct { struct
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aws/aws-sdk-go/service/augmentedairuntime/
H A Dapi.go783 type HumanLoopDataAttributes struct { struct
797 func (s HumanLoopDataAttributes) String() string { argument
802 func (s HumanLoopDataAttributes) GoString() string { argument
807 func (s *HumanLoopDataAttributes) Validate() error { argument
820 func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes { argument
1253 DataAttributes *HumanLoopDataAttributes `type:"structure"`
1315 func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput {
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.33.2/service/augmentedairuntime/
H A Dapi.go783 type HumanLoopDataAttributes struct { struct
797 func (s HumanLoopDataAttributes) String() string { argument
802 func (s HumanLoopDataAttributes) GoString() string { argument
807 func (s *HumanLoopDataAttributes) Validate() error { argument
820 func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes { argument
1253 DataAttributes *HumanLoopDataAttributes `type:"structure"`
1315 func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/aws/aws-sdk-go/service/augmentedairuntime/
H A Dapi.go783 type HumanLoopDataAttributes struct { struct
797 func (s HumanLoopDataAttributes) String() string { argument
802 func (s HumanLoopDataAttributes) GoString() string { argument
807 func (s *HumanLoopDataAttributes) Validate() error { argument
820 func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes { argument
1253 DataAttributes *HumanLoopDataAttributes `type:"structure"`
1315 func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/aws/aws-sdk-go/service/augmentedairuntime/
H A Dapi.go802 type HumanLoopDataAttributes struct { struct
816 func (s HumanLoopDataAttributes) String() string { argument
821 func (s HumanLoopDataAttributes) GoString() string { argument
826 func (s *HumanLoopDataAttributes) Validate() error { argument
839 func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes { argument
1280 DataAttributes *HumanLoopDataAttributes `type:"structure"`
1342 func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/aws/aws-sdk-go/service/augmentedairuntime/
H A Dapi.go802 type HumanLoopDataAttributes struct { struct
816 func (s HumanLoopDataAttributes) String() string { argument
821 func (s HumanLoopDataAttributes) GoString() string { argument
826 func (s *HumanLoopDataAttributes) Validate() error { argument
839 func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes { argument
1280 DataAttributes *HumanLoopDataAttributes `type:"structure"`
1342 func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput {
/dports/security/lego/lego-4.5.3/vendor/github.com/aws/aws-sdk-go/service/augmentedairuntime/
H A Dapi.go802 type HumanLoopDataAttributes struct { struct
816 func (s HumanLoopDataAttributes) String() string { argument
821 func (s HumanLoopDataAttributes) GoString() string { argument
826 func (s *HumanLoopDataAttributes) Validate() error { argument
839 func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes { argument
1280 DataAttributes *HumanLoopDataAttributes `type:"structure"`
1342 func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/github.com/aws/aws-sdk-go/aws-sdk-go-1.30.0/service/augmentedairuntime/
H A Dapi.go773 type HumanLoopDataAttributes struct { struct
787 func (s HumanLoopDataAttributes) String() string { argument
792 func (s HumanLoopDataAttributes) GoString() string { argument
797 func (s *HumanLoopDataAttributes) Validate() error { argument
810 func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes { argument
1241 DataAttributes *HumanLoopDataAttributes `type:"structure"`
1302 func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/aws/aws-sdk-go/service/augmentedairuntime/
H A Dapi.go783 type HumanLoopDataAttributes struct { struct
797 func (s HumanLoopDataAttributes) String() string { argument
802 func (s HumanLoopDataAttributes) GoString() string { argument
807 func (s *HumanLoopDataAttributes) Validate() error { argument
820 func (s *HumanLoopDataAttributes) SetContentClassifiers(v []*string) *HumanLoopDataAttributes { argument
1253 DataAttributes *HumanLoopDataAttributes `type:"structure"`
1315 func (s *StartHumanLoopInput) SetDataAttributes(v *HumanLoopDataAttributes) *StartHumanLoopInput {

123456