_id stringlengths 2 7 | title stringlengths 1 118 | partition stringclasses 3
values | text stringlengths 52 85.5k | language stringclasses 1
value | meta_information dict |
|---|---|---|---|---|---|
q166800 | SetTableMaxWriteCapacityUnits | train | func (s *DescribeLimitsOutput) SetTableMaxWriteCapacityUnits(v int64) *DescribeLimitsOutput {
s.TableMaxWriteCapacityUnits = &v
return s
} | go | {
"resource": ""
} |
q166801 | SetCachePeriodInMinutes | train | func (s *Endpoint) SetCachePeriodInMinutes(v int64) *Endpoint {
s.CachePeriodInMinutes = &v
return s
} | go | {
"resource": ""
} |
q166802 | SetBackfilling | train | func (s *GlobalSecondaryIndexDescription) SetBackfilling(v bool) *GlobalSecondaryIndexDescription {
s.Backfilling = &v
return s
} | go | {
"resource": ""
} |
q166803 | SetGlobalTableArn | train | func (s *GlobalTableDescription) SetGlobalTableArn(v string) *GlobalTableDescription {
s.GlobalTableArn = &v
return s
} | go | {
"resource": ""
} |
q166804 | SetGlobalTableStatus | train | func (s *GlobalTableDescription) SetGlobalTableStatus(v string) *GlobalTableDescription {
s.GlobalTableStatus = &v
return s
} | go | {
"resource": ""
} |
q166805 | SetProvisionedWriteCapacityAutoScalingSettingsUpdate | train | func (s *GlobalTableGlobalSecondaryIndexSettingsUpdate) SetProvisionedWriteCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *GlobalTableGlobalSecondaryIndexSettingsUpdate {
s.ProvisionedWriteCapacityAutoScalingSettingsUpdate = v
return s
} | go | {
"resource": ""
} |
q166806 | SetItemCollectionKey | train | func (s *ItemCollectionMetrics) SetItemCollectionKey(v map[string]*AttributeValue) *ItemCollectionMetrics {
s.ItemCollectionKey = v
return s
} | go | {
"resource": ""
} |
q166807 | SetSizeEstimateRangeGB | train | func (s *ItemCollectionMetrics) SetSizeEstimateRangeGB(v []*float64) *ItemCollectionMetrics {
s.SizeEstimateRangeGB = v
return s
} | go | {
"resource": ""
} |
q166808 | SetExclusiveStartBackupArn | train | func (s *ListBackupsInput) SetExclusiveStartBackupArn(v string) *ListBackupsInput {
s.ExclusiveStartBackupArn = &v
return s
} | go | {
"resource": ""
} |
q166809 | SetTimeRangeLowerBound | train | func (s *ListBackupsInput) SetTimeRangeLowerBound(v time.Time) *ListBackupsInput {
s.TimeRangeLowerBound = &v
return s
} | go | {
"resource": ""
} |
q166810 | SetTimeRangeUpperBound | train | func (s *ListBackupsInput) SetTimeRangeUpperBound(v time.Time) *ListBackupsInput {
s.TimeRangeUpperBound = &v
return s
} | go | {
"resource": ""
} |
q166811 | SetBackupSummaries | train | func (s *ListBackupsOutput) SetBackupSummaries(v []*BackupSummary) *ListBackupsOutput {
s.BackupSummaries = v
return s
} | go | {
"resource": ""
} |
q166812 | SetLastEvaluatedBackupArn | train | func (s *ListBackupsOutput) SetLastEvaluatedBackupArn(v string) *ListBackupsOutput {
s.LastEvaluatedBackupArn = &v
return s
} | go | {
"resource": ""
} |
q166813 | SetExclusiveStartGlobalTableName | train | func (s *ListGlobalTablesInput) SetExclusiveStartGlobalTableName(v string) *ListGlobalTablesInput {
s.ExclusiveStartGlobalTableName = &v
return s
} | go | {
"resource": ""
} |
q166814 | SetGlobalTables | train | func (s *ListGlobalTablesOutput) SetGlobalTables(v []*GlobalTable) *ListGlobalTablesOutput {
s.GlobalTables = v
return s
} | go | {
"resource": ""
} |
q166815 | SetLastEvaluatedGlobalTableName | train | func (s *ListGlobalTablesOutput) SetLastEvaluatedGlobalTableName(v string) *ListGlobalTablesOutput {
s.LastEvaluatedGlobalTableName = &v
return s
} | go | {
"resource": ""
} |
q166816 | SetExclusiveStartTableName | train | func (s *ListTablesInput) SetExclusiveStartTableName(v string) *ListTablesInput {
s.ExclusiveStartTableName = &v
return s
} | go | {
"resource": ""
} |
q166817 | SetLastEvaluatedTableName | train | func (s *ListTablesOutput) SetLastEvaluatedTableName(v string) *ListTablesOutput {
s.LastEvaluatedTableName = &v
return s
} | go | {
"resource": ""
} |
q166818 | SetTableNames | train | func (s *ListTablesOutput) SetTableNames(v []*string) *ListTablesOutput {
s.TableNames = v
return s
} | go | {
"resource": ""
} |
q166819 | SetEarliestRestorableDateTime | train | func (s *PointInTimeRecoveryDescription) SetEarliestRestorableDateTime(v time.Time) *PointInTimeRecoveryDescription {
s.EarliestRestorableDateTime = &v
return s
} | go | {
"resource": ""
} |
q166820 | SetPointInTimeRecoveryStatus | train | func (s *PointInTimeRecoveryDescription) SetPointInTimeRecoveryStatus(v string) *PointInTimeRecoveryDescription {
s.PointInTimeRecoveryStatus = &v
return s
} | go | {
"resource": ""
} |
q166821 | SetPointInTimeRecoveryEnabled | train | func (s *PointInTimeRecoverySpecification) SetPointInTimeRecoveryEnabled(v bool) *PointInTimeRecoverySpecification {
s.PointInTimeRecoveryEnabled = &v
return s
} | go | {
"resource": ""
} |
q166822 | SetNonKeyAttributes | train | func (s *Projection) SetNonKeyAttributes(v []*string) *Projection {
s.NonKeyAttributes = v
return s
} | go | {
"resource": ""
} |
q166823 | SetProjectionType | train | func (s *Projection) SetProjectionType(v string) *Projection {
s.ProjectionType = &v
return s
} | go | {
"resource": ""
} |
q166824 | SetLastDecreaseDateTime | train | func (s *ProvisionedThroughputDescription) SetLastDecreaseDateTime(v time.Time) *ProvisionedThroughputDescription {
s.LastDecreaseDateTime = &v
return s
} | go | {
"resource": ""
} |
q166825 | SetLastIncreaseDateTime | train | func (s *ProvisionedThroughputDescription) SetLastIncreaseDateTime(v time.Time) *ProvisionedThroughputDescription {
s.LastIncreaseDateTime = &v
return s
} | go | {
"resource": ""
} |
q166826 | SetNumberOfDecreasesToday | train | func (s *ProvisionedThroughputDescription) SetNumberOfDecreasesToday(v int64) *ProvisionedThroughputDescription {
s.NumberOfDecreasesToday = &v
return s
} | go | {
"resource": ""
} |
q166827 | SetKeyConditionExpression | train | func (s *QueryInput) SetKeyConditionExpression(v string) *QueryInput {
s.KeyConditionExpression = &v
return s
} | go | {
"resource": ""
} |
q166828 | SetKeyConditions | train | func (s *QueryInput) SetKeyConditions(v map[string]*Condition) *QueryInput {
s.KeyConditions = v
return s
} | go | {
"resource": ""
} |
q166829 | SetQueryFilter | train | func (s *QueryInput) SetQueryFilter(v map[string]*Condition) *QueryInput {
s.QueryFilter = v
return s
} | go | {
"resource": ""
} |
q166830 | SetScanIndexForward | train | func (s *QueryInput) SetScanIndexForward(v bool) *QueryInput {
s.ScanIndexForward = &v
return s
} | go | {
"resource": ""
} |
q166831 | SetProvisionedReadCapacityAutoScalingSettings | train | func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexSettingsDescription {
s.ProvisionedReadCapacityAutoScalingSettings = v
return s
} | go | {
"resource": ""
} |
q166832 | SetProvisionedWriteCapacityAutoScalingSettings | train | func (s *ReplicaGlobalSecondaryIndexSettingsDescription) SetProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaGlobalSecondaryIndexSettingsDescription {
s.ProvisionedWriteCapacityAutoScalingSettings = v
return s
} | go | {
"resource": ""
} |
q166833 | SetProvisionedReadCapacityAutoScalingSettingsUpdate | train | func (s *ReplicaGlobalSecondaryIndexSettingsUpdate) SetProvisionedReadCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *ReplicaGlobalSecondaryIndexSettingsUpdate {
s.ProvisionedReadCapacityAutoScalingSettingsUpdate = v
return s
} | go | {
"resource": ""
} |
q166834 | SetReplicaBillingModeSummary | train | func (s *ReplicaSettingsDescription) SetReplicaBillingModeSummary(v *BillingModeSummary) *ReplicaSettingsDescription {
s.ReplicaBillingModeSummary = v
return s
} | go | {
"resource": ""
} |
q166835 | SetReplicaGlobalSecondaryIndexSettings | train | func (s *ReplicaSettingsDescription) SetReplicaGlobalSecondaryIndexSettings(v []*ReplicaGlobalSecondaryIndexSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaGlobalSecondaryIndexSettings = v
return s
} | go | {
"resource": ""
} |
q166836 | SetReplicaProvisionedReadCapacityAutoScalingSettings | train | func (s *ReplicaSettingsDescription) SetReplicaProvisionedReadCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaProvisionedReadCapacityAutoScalingSettings = v
return s
} | go | {
"resource": ""
} |
q166837 | SetReplicaProvisionedWriteCapacityAutoScalingSettings | train | func (s *ReplicaSettingsDescription) SetReplicaProvisionedWriteCapacityAutoScalingSettings(v *AutoScalingSettingsDescription) *ReplicaSettingsDescription {
s.ReplicaProvisionedWriteCapacityAutoScalingSettings = v
return s
} | go | {
"resource": ""
} |
q166838 | SetReplicaProvisionedWriteCapacityUnits | train | func (s *ReplicaSettingsDescription) SetReplicaProvisionedWriteCapacityUnits(v int64) *ReplicaSettingsDescription {
s.ReplicaProvisionedWriteCapacityUnits = &v
return s
} | go | {
"resource": ""
} |
q166839 | SetReplicaStatus | train | func (s *ReplicaSettingsDescription) SetReplicaStatus(v string) *ReplicaSettingsDescription {
s.ReplicaStatus = &v
return s
} | go | {
"resource": ""
} |
q166840 | SetReplicaGlobalSecondaryIndexSettingsUpdate | train | func (s *ReplicaSettingsUpdate) SetReplicaGlobalSecondaryIndexSettingsUpdate(v []*ReplicaGlobalSecondaryIndexSettingsUpdate) *ReplicaSettingsUpdate {
s.ReplicaGlobalSecondaryIndexSettingsUpdate = v
return s
} | go | {
"resource": ""
} |
q166841 | SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate | train | func (s *ReplicaSettingsUpdate) SetReplicaProvisionedReadCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *ReplicaSettingsUpdate {
s.ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate = v
return s
} | go | {
"resource": ""
} |
q166842 | SetRestoreInProgress | train | func (s *RestoreSummary) SetRestoreInProgress(v bool) *RestoreSummary {
s.RestoreInProgress = &v
return s
} | go | {
"resource": ""
} |
q166843 | SetSourceBackupArn | train | func (s *RestoreSummary) SetSourceBackupArn(v string) *RestoreSummary {
s.SourceBackupArn = &v
return s
} | go | {
"resource": ""
} |
q166844 | SetSourceTableArn | train | func (s *RestoreSummary) SetSourceTableArn(v string) *RestoreSummary {
s.SourceTableArn = &v
return s
} | go | {
"resource": ""
} |
q166845 | SetKMSMasterKeyArn | train | func (s *SSEDescription) SetKMSMasterKeyArn(v string) *SSEDescription {
s.KMSMasterKeyArn = &v
return s
} | go | {
"resource": ""
} |
q166846 | SetKMSMasterKeyId | train | func (s *SSESpecification) SetKMSMasterKeyId(v string) *SSESpecification {
s.KMSMasterKeyId = &v
return s
} | go | {
"resource": ""
} |
q166847 | SetScanFilter | train | func (s *ScanInput) SetScanFilter(v map[string]*Condition) *ScanInput {
s.ScanFilter = v
return s
} | go | {
"resource": ""
} |
q166848 | SetTableCreationDateTime | train | func (s *SourceTableDetails) SetTableCreationDateTime(v time.Time) *SourceTableDetails {
s.TableCreationDateTime = &v
return s
} | go | {
"resource": ""
} |
q166849 | SetStreamEnabled | train | func (s *StreamSpecification) SetStreamEnabled(v bool) *StreamSpecification {
s.StreamEnabled = &v
return s
} | go | {
"resource": ""
} |
q166850 | SetBillingModeSummary | train | func (s *TableDescription) SetBillingModeSummary(v *BillingModeSummary) *TableDescription {
s.BillingModeSummary = v
return s
} | go | {
"resource": ""
} |
q166851 | SetRestoreSummary | train | func (s *TableDescription) SetRestoreSummary(v *RestoreSummary) *TableDescription {
s.RestoreSummary = v
return s
} | go | {
"resource": ""
} |
q166852 | SetTableStatus | train | func (s *TableDescription) SetTableStatus(v string) *TableDescription {
s.TableStatus = &v
return s
} | go | {
"resource": ""
} |
q166853 | SetTimeToLiveStatus | train | func (s *TimeToLiveDescription) SetTimeToLiveStatus(v string) *TimeToLiveDescription {
s.TimeToLiveStatus = &v
return s
} | go | {
"resource": ""
} |
q166854 | SetGet | train | func (s *TransactGetItem) SetGet(v *Get) *TransactGetItem {
s.Get = v
return s
} | go | {
"resource": ""
} |
q166855 | SetConditionCheck | train | func (s *TransactWriteItem) SetConditionCheck(v *ConditionCheck) *TransactWriteItem {
s.ConditionCheck = v
return s
} | go | {
"resource": ""
} |
q166856 | SetPut | train | func (s *TransactWriteItem) SetPut(v *Put) *TransactWriteItem {
s.Put = v
return s
} | go | {
"resource": ""
} |
q166857 | SetPointInTimeRecoverySpecification | train | func (s *UpdateContinuousBackupsInput) SetPointInTimeRecoverySpecification(v *PointInTimeRecoverySpecification) *UpdateContinuousBackupsInput {
s.PointInTimeRecoverySpecification = v
return s
} | go | {
"resource": ""
} |
q166858 | SetReplicaUpdates | train | func (s *UpdateGlobalTableInput) SetReplicaUpdates(v []*ReplicaUpdate) *UpdateGlobalTableInput {
s.ReplicaUpdates = v
return s
} | go | {
"resource": ""
} |
q166859 | SetGlobalTableBillingMode | train | func (s *UpdateGlobalTableSettingsInput) SetGlobalTableBillingMode(v string) *UpdateGlobalTableSettingsInput {
s.GlobalTableBillingMode = &v
return s
} | go | {
"resource": ""
} |
q166860 | SetGlobalTableGlobalSecondaryIndexSettingsUpdate | train | func (s *UpdateGlobalTableSettingsInput) SetGlobalTableGlobalSecondaryIndexSettingsUpdate(v []*GlobalTableGlobalSecondaryIndexSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.GlobalTableGlobalSecondaryIndexSettingsUpdate = v
return s
} | go | {
"resource": ""
} |
q166861 | SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate | train | func (s *UpdateGlobalTableSettingsInput) SetGlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate(v *AutoScalingSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate = v
return s
} | go | {
"resource": ""
} |
q166862 | SetGlobalTableProvisionedWriteCapacityUnits | train | func (s *UpdateGlobalTableSettingsInput) SetGlobalTableProvisionedWriteCapacityUnits(v int64) *UpdateGlobalTableSettingsInput {
s.GlobalTableProvisionedWriteCapacityUnits = &v
return s
} | go | {
"resource": ""
} |
q166863 | SetReplicaSettingsUpdate | train | func (s *UpdateGlobalTableSettingsInput) SetReplicaSettingsUpdate(v []*ReplicaSettingsUpdate) *UpdateGlobalTableSettingsInput {
s.ReplicaSettingsUpdate = v
return s
} | go | {
"resource": ""
} |
q166864 | SetGlobalSecondaryIndexUpdates | train | func (s *UpdateTableInput) SetGlobalSecondaryIndexUpdates(v []*GlobalSecondaryIndexUpdate) *UpdateTableInput {
s.GlobalSecondaryIndexUpdates = v
return s
} | go | {
"resource": ""
} |
q166865 | SetDeleteRequest | train | func (s *WriteRequest) SetDeleteRequest(v *DeleteRequest) *WriteRequest {
s.DeleteRequest = v
return s
} | go | {
"resource": ""
} |
q166866 | SetPutRequest | train | func (s *WriteRequest) SetPutRequest(v *PutRequest) *WriteRequest {
s.PutRequest = v
return s
} | go | {
"resource": ""
} |
q166867 | Close | train | func (o *offsetReader) Close() error {
o.lock.Lock()
defer o.lock.Unlock()
o.closed = true
return nil
} | go | {
"resource": ""
} |
q166868 | Read | train | func (o *offsetReader) Read(p []byte) (int, error) {
o.lock.Lock()
defer o.lock.Unlock()
if o.closed {
return 0, io.EOF
}
return o.buf.Read(p)
} | go | {
"resource": ""
} |
q166869 | Seek | train | func (o *offsetReader) Seek(offset int64, whence int) (int64, error) {
o.lock.Lock()
defer o.lock.Unlock()
return o.buf.Seek(offset, whence)
} | go | {
"resource": ""
} |
q166870 | CloseAndCopy | train | func (o *offsetReader) CloseAndCopy(offset int64) *offsetReader {
o.Close()
return newOffsetReader(o.buf, offset)
} | go | {
"resource": ""
} |
q166871 | SetUnprocessedJobs | train | func (s *BatchDescribeSimulationJobOutput) SetUnprocessedJobs(v []*string) *BatchDescribeSimulationJobOutput {
s.UnprocessedJobs = v
return s
} | go | {
"resource": ""
} |
q166872 | SetConcurrentDeploymentPercentage | train | func (s *DeploymentConfig) SetConcurrentDeploymentPercentage(v int64) *DeploymentConfig {
s.ConcurrentDeploymentPercentage = &v
return s
} | go | {
"resource": ""
} |
q166873 | SetFailureThresholdPercentage | train | func (s *DeploymentConfig) SetFailureThresholdPercentage(v int64) *DeploymentConfig {
s.FailureThresholdPercentage = &v
return s
} | go | {
"resource": ""
} |
q166874 | SetPostLaunchFile | train | func (s *DeploymentLaunchConfig) SetPostLaunchFile(v string) *DeploymentLaunchConfig {
s.PostLaunchFile = &v
return s
} | go | {
"resource": ""
} |
q166875 | SetPreLaunchFile | train | func (s *DeploymentLaunchConfig) SetPreLaunchFile(v string) *DeploymentLaunchConfig {
s.PreLaunchFile = &v
return s
} | go | {
"resource": ""
} |
q166876 | SetRobotDeploymentSummary | train | func (s *DescribeDeploymentJobOutput) SetRobotDeploymentSummary(v []*RobotDeployment) *DescribeDeploymentJobOutput {
s.RobotDeploymentSummary = v
return s
} | go | {
"resource": ""
} |
q166877 | SetDeploymentJobs | train | func (s *ListDeploymentJobsOutput) SetDeploymentJobs(v []*DeploymentJob) *ListDeploymentJobsOutput {
s.DeploymentJobs = v
return s
} | go | {
"resource": ""
} |
q166878 | SetFleetDetails | train | func (s *ListFleetsOutput) SetFleetDetails(v []*Fleet) *ListFleetsOutput {
s.FleetDetails = v
return s
} | go | {
"resource": ""
} |
q166879 | SetRobotApplicationSummaries | train | func (s *ListRobotApplicationsOutput) SetRobotApplicationSummaries(v []*RobotApplicationSummary) *ListRobotApplicationsOutput {
s.RobotApplicationSummaries = v
return s
} | go | {
"resource": ""
} |
q166880 | SetSimulationApplicationSummaries | train | func (s *ListSimulationApplicationsOutput) SetSimulationApplicationSummaries(v []*SimulationApplicationSummary) *ListSimulationApplicationsOutput {
s.SimulationApplicationSummaries = v
return s
} | go | {
"resource": ""
} |
q166881 | SetSimulationJobSummaries | train | func (s *ListSimulationJobsOutput) SetSimulationJobSummaries(v []*SimulationJobSummary) *ListSimulationJobsOutput {
s.SimulationJobSummaries = v
return s
} | go | {
"resource": ""
} |
q166882 | SetCurrentProgress | train | func (s *ProgressDetail) SetCurrentProgress(v string) *ProgressDetail {
s.CurrentProgress = &v
return s
} | go | {
"resource": ""
} |
q166883 | SetEstimatedTimeRemainingSeconds | train | func (s *ProgressDetail) SetEstimatedTimeRemainingSeconds(v int64) *ProgressDetail {
s.EstimatedTimeRemainingSeconds = &v
return s
} | go | {
"resource": ""
} |
q166884 | SetGreenGrassGroupId | train | func (s *Robot) SetGreenGrassGroupId(v string) *Robot {
s.GreenGrassGroupId = &v
return s
} | go | {
"resource": ""
} |
q166885 | SetDeploymentFinishTime | train | func (s *RobotDeployment) SetDeploymentFinishTime(v time.Time) *RobotDeployment {
s.DeploymentFinishTime = &v
return s
} | go | {
"resource": ""
} |
q166886 | SetDeploymentStartTime | train | func (s *RobotDeployment) SetDeploymentStartTime(v time.Time) *RobotDeployment {
s.DeploymentStartTime = &v
return s
} | go | {
"resource": ""
} |
q166887 | SetProgressDetail | train | func (s *RobotDeployment) SetProgressDetail(v *ProgressDetail) *RobotDeployment {
s.ProgressDetail = v
return s
} | go | {
"resource": ""
} |
q166888 | SetRobotApplicationNames | train | func (s *SimulationJobSummary) SetRobotApplicationNames(v []*string) *SimulationJobSummary {
s.RobotApplicationNames = v
return s
} | go | {
"resource": ""
} |
q166889 | SetSimulationApplicationNames | train | func (s *SimulationJobSummary) SetSimulationApplicationNames(v []*string) *SimulationJobSummary {
s.SimulationApplicationNames = v
return s
} | go | {
"resource": ""
} |
q166890 | SetEtag | train | func (s *Source) SetEtag(v string) *Source {
s.Etag = &v
return s
} | go | {
"resource": ""
} |
q166891 | SetTerms | train | func (s *AppliedTerminology) SetTerms(v []*Term) *AppliedTerminology {
s.Terms = v
return s
} | go | {
"resource": ""
} |
q166892 | SetTerminologyDataFormat | train | func (s *GetTerminologyInput) SetTerminologyDataFormat(v string) *GetTerminologyInput {
s.TerminologyDataFormat = &v
return s
} | go | {
"resource": ""
} |
q166893 | SetTerminologyDataLocation | train | func (s *GetTerminologyOutput) SetTerminologyDataLocation(v *TerminologyDataLocation) *GetTerminologyOutput {
s.TerminologyDataLocation = v
return s
} | go | {
"resource": ""
} |
q166894 | SetTerminologyData | train | func (s *ImportTerminologyInput) SetTerminologyData(v *TerminologyData) *ImportTerminologyInput {
s.TerminologyData = v
return s
} | go | {
"resource": ""
} |
q166895 | SetTerminologyPropertiesList | train | func (s *ListTerminologiesOutput) SetTerminologyPropertiesList(v []*TerminologyProperties) *ListTerminologiesOutput {
s.TerminologyPropertiesList = v
return s
} | go | {
"resource": ""
} |
q166896 | SetSourceText | train | func (s *Term) SetSourceText(v string) *Term {
s.SourceText = &v
return s
} | go | {
"resource": ""
} |
q166897 | SetTargetText | train | func (s *Term) SetTargetText(v string) *Term {
s.TargetText = &v
return s
} | go | {
"resource": ""
} |
q166898 | SetTargetLanguageCodes | train | func (s *TerminologyProperties) SetTargetLanguageCodes(v []*string) *TerminologyProperties {
s.TargetLanguageCodes = v
return s
} | go | {
"resource": ""
} |
q166899 | SetTermCount | train | func (s *TerminologyProperties) SetTermCount(v int64) *TerminologyProperties {
s.TermCount = &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.