_id
stringlengths 2
7
| title
stringlengths 1
118
| partition
stringclasses 3
values | text
stringlengths 52
85.5k
| language
stringclasses 1
value | meta_information
dict |
|---|---|---|---|---|---|
q3000
|
SetMalware
|
train
|
func (s *AwsSecurityFinding) SetMalware(v []*Malware) *AwsSecurityFinding {
s.Malware = v
return s
}
|
go
|
{
"resource": ""
}
|
q3001
|
SetRelatedFindings
|
train
|
func (s *AwsSecurityFinding) SetRelatedFindings(v []*RelatedFinding) *AwsSecurityFinding {
s.RelatedFindings = v
return s
}
|
go
|
{
"resource": ""
}
|
q3002
|
SetRemediation
|
train
|
func (s *AwsSecurityFinding) SetRemediation(v *Remediation) *AwsSecurityFinding {
s.Remediation = v
return s
}
|
go
|
{
"resource": ""
}
|
q3003
|
SetThreatIntelIndicators
|
train
|
func (s *AwsSecurityFinding) SetThreatIntelIndicators(v []*ThreatIntelIndicator) *AwsSecurityFinding {
s.ThreatIntelIndicators = v
return s
}
|
go
|
{
"resource": ""
}
|
q3004
|
SetCompanyName
|
train
|
func (s *AwsSecurityFindingFilters) SetCompanyName(v []*StringFilter) *AwsSecurityFindingFilters {
s.CompanyName = v
return s
}
|
go
|
{
"resource": ""
}
|
q3005
|
SetMalwareName
|
train
|
func (s *AwsSecurityFindingFilters) SetMalwareName(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareName = v
return s
}
|
go
|
{
"resource": ""
}
|
q3006
|
SetMalwarePath
|
train
|
func (s *AwsSecurityFindingFilters) SetMalwarePath(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwarePath = v
return s
}
|
go
|
{
"resource": ""
}
|
q3007
|
SetMalwareState
|
train
|
func (s *AwsSecurityFindingFilters) SetMalwareState(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareState = v
return s
}
|
go
|
{
"resource": ""
}
|
q3008
|
SetMalwareType
|
train
|
func (s *AwsSecurityFindingFilters) SetMalwareType(v []*StringFilter) *AwsSecurityFindingFilters {
s.MalwareType = v
return s
}
|
go
|
{
"resource": ""
}
|
q3009
|
SetNetworkDestinationDomain
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationDomain(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationDomain = v
return s
}
|
go
|
{
"resource": ""
}
|
q3010
|
SetNetworkDestinationIpV4
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV4(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationIpV4 = v
return s
}
|
go
|
{
"resource": ""
}
|
q3011
|
SetNetworkDestinationIpV6
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationIpV6(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationIpV6 = v
return s
}
|
go
|
{
"resource": ""
}
|
q3012
|
SetNetworkDestinationPort
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkDestinationPort(v []*NumberFilter) *AwsSecurityFindingFilters {
s.NetworkDestinationPort = v
return s
}
|
go
|
{
"resource": ""
}
|
q3013
|
SetNetworkDirection
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkDirection(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkDirection = v
return s
}
|
go
|
{
"resource": ""
}
|
q3014
|
SetNetworkProtocol
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkProtocol(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkProtocol = v
return s
}
|
go
|
{
"resource": ""
}
|
q3015
|
SetNetworkSourceDomain
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceDomain(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkSourceDomain = v
return s
}
|
go
|
{
"resource": ""
}
|
q3016
|
SetNetworkSourceIpV4
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV4(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkSourceIpV4 = v
return s
}
|
go
|
{
"resource": ""
}
|
q3017
|
SetNetworkSourceIpV6
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceIpV6(v []*IpFilter) *AwsSecurityFindingFilters {
s.NetworkSourceIpV6 = v
return s
}
|
go
|
{
"resource": ""
}
|
q3018
|
SetNetworkSourceMac
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkSourceMac(v []*StringFilter) *AwsSecurityFindingFilters {
s.NetworkSourceMac = v
return s
}
|
go
|
{
"resource": ""
}
|
q3019
|
SetNetworkSourcePort
|
train
|
func (s *AwsSecurityFindingFilters) SetNetworkSourcePort(v []*NumberFilter) *AwsSecurityFindingFilters {
s.NetworkSourcePort = v
return s
}
|
go
|
{
"resource": ""
}
|
q3020
|
SetNoteText
|
train
|
func (s *AwsSecurityFindingFilters) SetNoteText(v []*StringFilter) *AwsSecurityFindingFilters {
s.NoteText = v
return s
}
|
go
|
{
"resource": ""
}
|
q3021
|
SetNoteUpdatedAt
|
train
|
func (s *AwsSecurityFindingFilters) SetNoteUpdatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.NoteUpdatedAt = v
return s
}
|
go
|
{
"resource": ""
}
|
q3022
|
SetNoteUpdatedBy
|
train
|
func (s *AwsSecurityFindingFilters) SetNoteUpdatedBy(v []*StringFilter) *AwsSecurityFindingFilters {
s.NoteUpdatedBy = v
return s
}
|
go
|
{
"resource": ""
}
|
q3023
|
SetProcessLaunchedAt
|
train
|
func (s *AwsSecurityFindingFilters) SetProcessLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ProcessLaunchedAt = v
return s
}
|
go
|
{
"resource": ""
}
|
q3024
|
SetProcessParentPid
|
train
|
func (s *AwsSecurityFindingFilters) SetProcessParentPid(v []*NumberFilter) *AwsSecurityFindingFilters {
s.ProcessParentPid = v
return s
}
|
go
|
{
"resource": ""
}
|
q3025
|
SetProcessPath
|
train
|
func (s *AwsSecurityFindingFilters) SetProcessPath(v []*StringFilter) *AwsSecurityFindingFilters {
s.ProcessPath = v
return s
}
|
go
|
{
"resource": ""
}
|
q3026
|
SetProcessPid
|
train
|
func (s *AwsSecurityFindingFilters) SetProcessPid(v []*NumberFilter) *AwsSecurityFindingFilters {
s.ProcessPid = v
return s
}
|
go
|
{
"resource": ""
}
|
q3027
|
SetProcessTerminatedAt
|
train
|
func (s *AwsSecurityFindingFilters) SetProcessTerminatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ProcessTerminatedAt = v
return s
}
|
go
|
{
"resource": ""
}
|
q3028
|
SetProductName
|
train
|
func (s *AwsSecurityFindingFilters) SetProductName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ProductName = v
return s
}
|
go
|
{
"resource": ""
}
|
q3029
|
SetRecommendationText
|
train
|
func (s *AwsSecurityFindingFilters) SetRecommendationText(v []*StringFilter) *AwsSecurityFindingFilters {
s.RecommendationText = v
return s
}
|
go
|
{
"resource": ""
}
|
q3030
|
SetRelatedFindingsId
|
train
|
func (s *AwsSecurityFindingFilters) SetRelatedFindingsId(v []*StringFilter) *AwsSecurityFindingFilters {
s.RelatedFindingsId = v
return s
}
|
go
|
{
"resource": ""
}
|
q3031
|
SetRelatedFindingsProductArn
|
train
|
func (s *AwsSecurityFindingFilters) SetRelatedFindingsProductArn(v []*StringFilter) *AwsSecurityFindingFilters {
s.RelatedFindingsProductArn = v
return s
}
|
go
|
{
"resource": ""
}
|
q3032
|
SetResourceAwsEc2InstanceIamInstanceProfileArn
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIamInstanceProfileArn(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIamInstanceProfileArn = v
return s
}
|
go
|
{
"resource": ""
}
|
q3033
|
SetResourceAwsEc2InstanceImageId
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceImageId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceImageId = v
return s
}
|
go
|
{
"resource": ""
}
|
q3034
|
SetResourceAwsEc2InstanceIpV4Addresses
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV4Addresses(v []*IpFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIpV4Addresses = v
return s
}
|
go
|
{
"resource": ""
}
|
q3035
|
SetResourceAwsEc2InstanceIpV6Addresses
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceIpV6Addresses(v []*IpFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceIpV6Addresses = v
return s
}
|
go
|
{
"resource": ""
}
|
q3036
|
SetResourceAwsEc2InstanceKeyName
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceKeyName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceKeyName = v
return s
}
|
go
|
{
"resource": ""
}
|
q3037
|
SetResourceAwsEc2InstanceLaunchedAt
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceLaunchedAt = v
return s
}
|
go
|
{
"resource": ""
}
|
q3038
|
SetResourceAwsEc2InstanceSubnetId
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceSubnetId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceSubnetId = v
return s
}
|
go
|
{
"resource": ""
}
|
q3039
|
SetResourceAwsEc2InstanceType
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceType(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceType = v
return s
}
|
go
|
{
"resource": ""
}
|
q3040
|
SetResourceAwsEc2InstanceVpcId
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsEc2InstanceVpcId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsEc2InstanceVpcId = v
return s
}
|
go
|
{
"resource": ""
}
|
q3041
|
SetResourceAwsIamAccessKeyCreatedAt
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyCreatedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyCreatedAt = v
return s
}
|
go
|
{
"resource": ""
}
|
q3042
|
SetResourceAwsIamAccessKeyStatus
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyStatus(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyStatus = v
return s
}
|
go
|
{
"resource": ""
}
|
q3043
|
SetResourceAwsIamAccessKeyUserName
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsIamAccessKeyUserName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsIamAccessKeyUserName = v
return s
}
|
go
|
{
"resource": ""
}
|
q3044
|
SetResourceAwsS3BucketOwnerId
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsS3BucketOwnerId = v
return s
}
|
go
|
{
"resource": ""
}
|
q3045
|
SetResourceAwsS3BucketOwnerName
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceAwsS3BucketOwnerName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceAwsS3BucketOwnerName = v
return s
}
|
go
|
{
"resource": ""
}
|
q3046
|
SetResourceContainerImageId
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceContainerImageId(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerImageId = v
return s
}
|
go
|
{
"resource": ""
}
|
q3047
|
SetResourceContainerImageName
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceContainerImageName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerImageName = v
return s
}
|
go
|
{
"resource": ""
}
|
q3048
|
SetResourceContainerLaunchedAt
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceContainerLaunchedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ResourceContainerLaunchedAt = v
return s
}
|
go
|
{
"resource": ""
}
|
q3049
|
SetResourceContainerName
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceContainerName(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceContainerName = v
return s
}
|
go
|
{
"resource": ""
}
|
q3050
|
SetResourceDetailsOther
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceDetailsOther(v []*MapFilter) *AwsSecurityFindingFilters {
s.ResourceDetailsOther = v
return s
}
|
go
|
{
"resource": ""
}
|
q3051
|
SetResourcePartition
|
train
|
func (s *AwsSecurityFindingFilters) SetResourcePartition(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourcePartition = v
return s
}
|
go
|
{
"resource": ""
}
|
q3052
|
SetResourceRegion
|
train
|
func (s *AwsSecurityFindingFilters) SetResourceRegion(v []*StringFilter) *AwsSecurityFindingFilters {
s.ResourceRegion = v
return s
}
|
go
|
{
"resource": ""
}
|
q3053
|
SetSeverityLabel
|
train
|
func (s *AwsSecurityFindingFilters) SetSeverityLabel(v []*StringFilter) *AwsSecurityFindingFilters {
s.SeverityLabel = v
return s
}
|
go
|
{
"resource": ""
}
|
q3054
|
SetSeverityNormalized
|
train
|
func (s *AwsSecurityFindingFilters) SetSeverityNormalized(v []*NumberFilter) *AwsSecurityFindingFilters {
s.SeverityNormalized = v
return s
}
|
go
|
{
"resource": ""
}
|
q3055
|
SetSeverityProduct
|
train
|
func (s *AwsSecurityFindingFilters) SetSeverityProduct(v []*NumberFilter) *AwsSecurityFindingFilters {
s.SeverityProduct = v
return s
}
|
go
|
{
"resource": ""
}
|
q3056
|
SetThreatIntelIndicatorCategory
|
train
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorCategory(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorCategory = v
return s
}
|
go
|
{
"resource": ""
}
|
q3057
|
SetThreatIntelIndicatorLastObservedAt
|
train
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorLastObservedAt(v []*DateFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorLastObservedAt = v
return s
}
|
go
|
{
"resource": ""
}
|
q3058
|
SetThreatIntelIndicatorSource
|
train
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSource(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorSource = v
return s
}
|
go
|
{
"resource": ""
}
|
q3059
|
SetThreatIntelIndicatorSourceUrl
|
train
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorSourceUrl(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorSourceUrl = v
return s
}
|
go
|
{
"resource": ""
}
|
q3060
|
SetThreatIntelIndicatorType
|
train
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorType(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorType = v
return s
}
|
go
|
{
"resource": ""
}
|
q3061
|
SetThreatIntelIndicatorValue
|
train
|
func (s *AwsSecurityFindingFilters) SetThreatIntelIndicatorValue(v []*StringFilter) *AwsSecurityFindingFilters {
s.ThreatIntelIndicatorValue = v
return s
}
|
go
|
{
"resource": ""
}
|
q3062
|
SetStandardsSubscriptionRequests
|
train
|
func (s *BatchEnableStandardsInput) SetStandardsSubscriptionRequests(v []*StandardsSubscriptionRequest) *BatchEnableStandardsInput {
s.StandardsSubscriptionRequests = v
return s
}
|
go
|
{
"resource": ""
}
|
q3063
|
SetFailedFindings
|
train
|
func (s *BatchImportFindingsOutput) SetFailedFindings(v []*ImportFindingsError) *BatchImportFindingsOutput {
s.FailedFindings = v
return s
}
|
go
|
{
"resource": ""
}
|
q3064
|
SetDateRange
|
train
|
func (s *DateFilter) SetDateRange(v *DateRange) *DateFilter {
s.DateRange = v
return s
}
|
go
|
{
"resource": ""
}
|
q3065
|
SetInsightResults
|
train
|
func (s *GetInsightResultsOutput) SetInsightResults(v *InsightResults) *GetInsightResultsOutput {
s.InsightResults = v
return s
}
|
go
|
{
"resource": ""
}
|
q3066
|
SetInsightArns
|
train
|
func (s *GetInsightsInput) SetInsightArns(v []*string) *GetInsightsInput {
s.InsightArns = v
return s
}
|
go
|
{
"resource": ""
}
|
q3067
|
SetInsights
|
train
|
func (s *GetInsightsOutput) SetInsights(v []*Insight) *GetInsightsOutput {
s.Insights = v
return s
}
|
go
|
{
"resource": ""
}
|
q3068
|
SetGroupByAttributeValue
|
train
|
func (s *InsightResultValue) SetGroupByAttributeValue(v string) *InsightResultValue {
s.GroupByAttributeValue = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3069
|
SetResultValues
|
train
|
func (s *InsightResults) SetResultValues(v []*InsightResultValue) *InsightResults {
s.ResultValues = v
return s
}
|
go
|
{
"resource": ""
}
|
q3070
|
SetProductSubscriptions
|
train
|
func (s *ListEnabledProductsForImportOutput) SetProductSubscriptions(v []*string) *ListEnabledProductsForImportOutput {
s.ProductSubscriptions = v
return s
}
|
go
|
{
"resource": ""
}
|
q3071
|
SetDestinationDomain
|
train
|
func (s *Network) SetDestinationDomain(v string) *Network {
s.DestinationDomain = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3072
|
SetDestinationIpV4
|
train
|
func (s *Network) SetDestinationIpV4(v string) *Network {
s.DestinationIpV4 = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3073
|
SetDestinationIpV6
|
train
|
func (s *Network) SetDestinationIpV6(v string) *Network {
s.DestinationIpV6 = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3074
|
SetSourceDomain
|
train
|
func (s *Network) SetSourceDomain(v string) *Network {
s.SourceDomain = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3075
|
SetSourceIpV4
|
train
|
func (s *Network) SetSourceIpV4(v string) *Network {
s.SourceIpV4 = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3076
|
SetSourceIpV6
|
train
|
func (s *Network) SetSourceIpV6(v string) *Network {
s.SourceIpV6 = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3077
|
SetSourceMac
|
train
|
func (s *Network) SetSourceMac(v string) *Network {
s.SourceMac = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3078
|
SetSourcePort
|
train
|
func (s *Network) SetSourcePort(v int64) *Network {
s.SourcePort = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3079
|
SetParentPid
|
train
|
func (s *ProcessDetails) SetParentPid(v int64) *ProcessDetails {
s.ParentPid = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3080
|
SetTerminatedAt
|
train
|
func (s *ProcessDetails) SetTerminatedAt(v string) *ProcessDetails {
s.TerminatedAt = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3081
|
SetAwsEc2Instance
|
train
|
func (s *ResourceDetails) SetAwsEc2Instance(v *AwsEc2InstanceDetails) *ResourceDetails {
s.AwsEc2Instance = v
return s
}
|
go
|
{
"resource": ""
}
|
q3082
|
SetAwsIamAccessKey
|
train
|
func (s *ResourceDetails) SetAwsIamAccessKey(v *AwsIamAccessKeyDetails) *ResourceDetails {
s.AwsIamAccessKey = v
return s
}
|
go
|
{
"resource": ""
}
|
q3083
|
SetAwsS3Bucket
|
train
|
func (s *ResourceDetails) SetAwsS3Bucket(v *AwsS3BucketDetails) *ResourceDetails {
s.AwsS3Bucket = v
return s
}
|
go
|
{
"resource": ""
}
|
q3084
|
SetOther
|
train
|
func (s *ResourceDetails) SetOther(v map[string]*string) *ResourceDetails {
s.Other = v
return s
}
|
go
|
{
"resource": ""
}
|
q3085
|
SetProcessingResult
|
train
|
func (s *Result) SetProcessingResult(v string) *Result {
s.ProcessingResult = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3086
|
SetNormalized
|
train
|
func (s *Severity) SetNormalized(v int64) *Severity {
s.Normalized = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3087
|
SetStandardsStatus
|
train
|
func (s *StandardsSubscription) SetStandardsStatus(v string) *StandardsSubscription {
s.StandardsStatus = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3088
|
SetStandardsSubscriptionArn
|
train
|
func (s *StandardsSubscription) SetStandardsSubscriptionArn(v string) *StandardsSubscription {
s.StandardsSubscriptionArn = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3089
|
SetMean
|
train
|
func (s *FieldStats) SetMean(v string) *FieldStats {
s.Mean = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3090
|
SetMin
|
train
|
func (s *FieldStats) SetMin(v string) *FieldStats {
s.Min = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3091
|
SetMissing
|
train
|
func (s *FieldStats) SetMissing(v int64) *FieldStats {
s.Missing = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3092
|
SetStddev
|
train
|
func (s *FieldStats) SetStddev(v float64) *FieldStats {
s.Stddev = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3093
|
SetSumOfSquares
|
train
|
func (s *FieldStats) SetSumOfSquares(v float64) *FieldStats {
s.SumOfSquares = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3094
|
SetExprs
|
train
|
func (s *Hit) SetExprs(v map[string]*string) *Hit {
s.Exprs = v
return s
}
|
go
|
{
"resource": ""
}
|
q3095
|
SetHighlights
|
train
|
func (s *Hit) SetHighlights(v map[string]*string) *Hit {
s.Highlights = v
return s
}
|
go
|
{
"resource": ""
}
|
q3096
|
SetHit
|
train
|
func (s *Hits) SetHit(v []*Hit) *Hits {
s.Hit = v
return s
}
|
go
|
{
"resource": ""
}
|
q3097
|
SetExpr
|
train
|
func (s *SearchInput) SetExpr(v string) *SearchInput {
s.Expr = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3098
|
SetFilterQuery
|
train
|
func (s *SearchInput) SetFilterQuery(v string) *SearchInput {
s.FilterQuery = &v
return s
}
|
go
|
{
"resource": ""
}
|
q3099
|
SetHighlight
|
train
|
func (s *SearchInput) SetHighlight(v string) *SearchInput {
s.Highlight = &v
return s
}
|
go
|
{
"resource": ""
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.