Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks.
Index ¶
- type CheckInstanceDatasourceRequest
- func (s CheckInstanceDatasourceRequest) GoString() string
- func (s *CheckInstanceDatasourceRequest) SetConfig(v string) *CheckInstanceDatasourceRequest
- func (s *CheckInstanceDatasourceRequest) SetType(v string) *CheckInstanceDatasourceRequest
- func (s *CheckInstanceDatasourceRequest) SetUri(v string) *CheckInstanceDatasourceRequest
- func (s CheckInstanceDatasourceRequest) String() string
- type CheckInstanceDatasourceResponse
- func (s CheckInstanceDatasourceResponse) GoString() string
- func (s *CheckInstanceDatasourceResponse) SetBody(v *CheckInstanceDatasourceResponseBody) *CheckInstanceDatasourceResponse
- func (s *CheckInstanceDatasourceResponse) SetHeaders(v map[string]*string) *CheckInstanceDatasourceResponse
- func (s *CheckInstanceDatasourceResponse) SetStatusCode(v int32) *CheckInstanceDatasourceResponse
- func (s CheckInstanceDatasourceResponse) String() string
- type CheckInstanceDatasourceResponseBody
- func (s CheckInstanceDatasourceResponseBody) GoString() string
- func (s *CheckInstanceDatasourceResponseBody) SetRequestId(v string) *CheckInstanceDatasourceResponseBody
- func (s *CheckInstanceDatasourceResponseBody) SetStatus(v string) *CheckInstanceDatasourceResponseBody
- func (s CheckInstanceDatasourceResponseBody) String() string
- type Client
- func (client *Client) CheckInstanceDatasource(InstanceId *string, request *CheckInstanceDatasourceRequest) (_result *CheckInstanceDatasourceResponse, _err error)
- func (client *Client) CheckInstanceDatasourceWithOptions(InstanceId *string, request *CheckInstanceDatasourceRequest, ...) (_result *CheckInstanceDatasourceResponse, _err error)
- func (client *Client) CreateDatasource(InstanceId *string, request *CreateDatasourceRequest) (_result *CreateDatasourceResponse, _err error)
- func (client *Client) CreateDatasourceWithOptions(InstanceId *string, request *CreateDatasourceRequest, ...) (_result *CreateDatasourceResponse, _err error)
- func (client *Client) CreateFeatureEntity(InstanceId *string, request *CreateFeatureEntityRequest) (_result *CreateFeatureEntityResponse, _err error)
- func (client *Client) CreateFeatureEntityWithOptions(InstanceId *string, request *CreateFeatureEntityRequest, ...) (_result *CreateFeatureEntityResponse, _err error)
- func (client *Client) CreateFeatureView(InstanceId *string, request *CreateFeatureViewRequest) (_result *CreateFeatureViewResponse, _err error)
- func (client *Client) CreateFeatureViewWithOptions(InstanceId *string, request *CreateFeatureViewRequest, ...) (_result *CreateFeatureViewResponse, _err error)
- func (client *Client) CreateInstance(request *CreateInstanceRequest) (_result *CreateInstanceResponse, _err error)
- func (client *Client) CreateInstanceWithOptions(request *CreateInstanceRequest, headers map[string]*string, ...) (_result *CreateInstanceResponse, _err error)
- func (client *Client) CreateLabelTable(InstanceId *string, request *CreateLabelTableRequest) (_result *CreateLabelTableResponse, _err error)
- func (client *Client) CreateLabelTableWithOptions(InstanceId *string, request *CreateLabelTableRequest, ...) (_result *CreateLabelTableResponse, _err error)
- func (client *Client) CreateModelFeature(InstanceId *string, request *CreateModelFeatureRequest) (_result *CreateModelFeatureResponse, _err error)
- func (client *Client) CreateModelFeatureTrainingSetFGTable(InstanceId *string, ModelFeatureId *string) (_result *CreateModelFeatureTrainingSetFGTableResponse, _err error)
- func (client *Client) CreateModelFeatureTrainingSetFGTableWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, ...) (_result *CreateModelFeatureTrainingSetFGTableResponse, _err error)
- func (client *Client) CreateModelFeatureWithOptions(InstanceId *string, request *CreateModelFeatureRequest, ...) (_result *CreateModelFeatureResponse, _err error)
- func (client *Client) CreateProject(InstanceId *string, request *CreateProjectRequest) (_result *CreateProjectResponse, _err error)
- func (client *Client) CreateProjectWithOptions(InstanceId *string, request *CreateProjectRequest, headers map[string]*string, ...) (_result *CreateProjectResponse, _err error)
- func (client *Client) CreateServiceIdentityRole(request *CreateServiceIdentityRoleRequest) (_result *CreateServiceIdentityRoleResponse, _err error)
- func (client *Client) CreateServiceIdentityRoleWithOptions(request *CreateServiceIdentityRoleRequest, headers map[string]*string, ...) (_result *CreateServiceIdentityRoleResponse, _err error)
- func (client *Client) DeleteDatasource(InstanceId *string, DatasourceId *string) (_result *DeleteDatasourceResponse, _err error)
- func (client *Client) DeleteDatasourceWithOptions(InstanceId *string, DatasourceId *string, headers map[string]*string, ...) (_result *DeleteDatasourceResponse, _err error)
- func (client *Client) DeleteFeatureEntity(InstanceId *string, FeatureEntityId *string) (_result *DeleteFeatureEntityResponse, _err error)
- func (client *Client) DeleteFeatureEntityWithOptions(InstanceId *string, FeatureEntityId *string, headers map[string]*string, ...) (_result *DeleteFeatureEntityResponse, _err error)
- func (client *Client) DeleteFeatureView(InstanceId *string, FeatureViewId *string) (_result *DeleteFeatureViewResponse, _err error)
- func (client *Client) DeleteFeatureViewWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, ...) (_result *DeleteFeatureViewResponse, _err error)
- func (client *Client) DeleteLabelTable(InstanceId *string, LabelTableId *string) (_result *DeleteLabelTableResponse, _err error)
- func (client *Client) DeleteLabelTableWithOptions(InstanceId *string, LabelTableId *string, headers map[string]*string, ...) (_result *DeleteLabelTableResponse, _err error)
- func (client *Client) DeleteModelFeature(InstanceId *string, ModelFeatureId *string) (_result *DeleteModelFeatureResponse, _err error)
- func (client *Client) DeleteModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, ...) (_result *DeleteModelFeatureResponse, _err error)
- func (client *Client) DeleteProject(InstanceId *string, ProjectId *string) (_result *DeleteProjectResponse, _err error)
- func (client *Client) DeleteProjectWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, ...) (_result *DeleteProjectResponse, _err error)
- func (client *Client) ExportModelFeatureTrainingSetFGTable(InstanceId *string, ModelFeatureId *string, ...) (_result *ExportModelFeatureTrainingSetFGTableResponse, _err error)
- func (client *Client) ExportModelFeatureTrainingSetFGTableWithOptions(InstanceId *string, ModelFeatureId *string, ...) (_result *ExportModelFeatureTrainingSetFGTableResponse, _err error)
- func (client *Client) ExportModelFeatureTrainingSetTable(InstanceId *string, ModelFeatureId *string, ...) (_result *ExportModelFeatureTrainingSetTableResponse, _err error)
- func (client *Client) ExportModelFeatureTrainingSetTableWithOptions(InstanceId *string, ModelFeatureId *string, ...) (_result *ExportModelFeatureTrainingSetTableResponse, _err error)
- func (client *Client) GetDatasource(InstanceId *string, DatasourceId *string) (_result *GetDatasourceResponse, _err error)
- func (client *Client) GetDatasourceTable(InstanceId *string, DatasourceId *string, TableName *string) (_result *GetDatasourceTableResponse, _err error)
- func (client *Client) GetDatasourceTableWithOptions(InstanceId *string, DatasourceId *string, TableName *string, ...) (_result *GetDatasourceTableResponse, _err error)
- func (client *Client) GetDatasourceWithOptions(InstanceId *string, DatasourceId *string, headers map[string]*string, ...) (_result *GetDatasourceResponse, _err error)
- func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error)
- func (client *Client) GetFeatureEntity(InstanceId *string, FeatureEntityId *string) (_result *GetFeatureEntityResponse, _err error)
- func (client *Client) GetFeatureEntityWithOptions(InstanceId *string, FeatureEntityId *string, headers map[string]*string, ...) (_result *GetFeatureEntityResponse, _err error)
- func (client *Client) GetFeatureView(InstanceId *string, FeatureViewId *string) (_result *GetFeatureViewResponse, _err error)
- func (client *Client) GetFeatureViewWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, ...) (_result *GetFeatureViewResponse, _err error)
- func (client *Client) GetInstance(InstanceId *string) (_result *GetInstanceResponse, _err error)
- func (client *Client) GetInstanceWithOptions(InstanceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetInstanceResponse, _err error)
- func (client *Client) GetLabelTable(InstanceId *string, LabelTableId *string) (_result *GetLabelTableResponse, _err error)
- func (client *Client) GetLabelTableWithOptions(InstanceId *string, LabelTableId *string, headers map[string]*string, ...) (_result *GetLabelTableResponse, _err error)
- func (client *Client) GetModelFeature(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureResponse, _err error)
- func (client *Client) GetModelFeatureFGFeature(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureFGFeatureResponse, _err error)
- func (client *Client) GetModelFeatureFGFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, ...) (_result *GetModelFeatureFGFeatureResponse, _err error)
- func (client *Client) GetModelFeatureFGInfo(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureFGInfoResponse, _err error)
- func (client *Client) GetModelFeatureFGInfoWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, ...) (_result *GetModelFeatureFGInfoResponse, _err error)
- func (client *Client) GetModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, ...) (_result *GetModelFeatureResponse, _err error)
- func (client *Client) GetProject(InstanceId *string, ProjectId *string) (_result *GetProjectResponse, _err error)
- func (client *Client) GetProjectFeatureEntity(InstanceId *string, ProjectId *string, FeatureEntityName *string) (_result *GetProjectFeatureEntityResponse, _err error)
- func (client *Client) GetProjectFeatureEntityWithOptions(InstanceId *string, ProjectId *string, FeatureEntityName *string, ...) (_result *GetProjectFeatureEntityResponse, _err error)
- func (client *Client) GetProjectWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, ...) (_result *GetProjectResponse, _err error)
- func (client *Client) GetServiceIdentityRole(RoleName *string) (_result *GetServiceIdentityRoleResponse, _err error)
- func (client *Client) GetServiceIdentityRoleWithOptions(RoleName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceIdentityRoleResponse, _err error)
- func (client *Client) GetTask(InstanceId *string, TaskId *string) (_result *GetTaskResponse, _err error)
- func (client *Client) GetTaskWithOptions(InstanceId *string, TaskId *string, headers map[string]*string, ...) (_result *GetTaskResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListDatasourceTables(InstanceId *string, DatasourceId *string, request *ListDatasourceTablesRequest) (_result *ListDatasourceTablesResponse, _err error)
- func (client *Client) ListDatasourceTablesWithOptions(InstanceId *string, DatasourceId *string, request *ListDatasourceTablesRequest, ...) (_result *ListDatasourceTablesResponse, _err error)
- func (client *Client) ListDatasources(InstanceId *string, request *ListDatasourcesRequest) (_result *ListDatasourcesResponse, _err error)
- func (client *Client) ListDatasourcesWithOptions(InstanceId *string, request *ListDatasourcesRequest, ...) (_result *ListDatasourcesResponse, _err error)
- func (client *Client) ListFeatureEntities(InstanceId *string, request *ListFeatureEntitiesRequest) (_result *ListFeatureEntitiesResponse, _err error)
- func (client *Client) ListFeatureEntitiesWithOptions(InstanceId *string, tmpReq *ListFeatureEntitiesRequest, ...) (_result *ListFeatureEntitiesResponse, _err error)
- func (client *Client) ListFeatureViewFieldRelationships(InstanceId *string, FeatureViewId *string, FieldName *string) (_result *ListFeatureViewFieldRelationshipsResponse, _err error)
- func (client *Client) ListFeatureViewFieldRelationshipsWithOptions(InstanceId *string, FeatureViewId *string, FieldName *string, ...) (_result *ListFeatureViewFieldRelationshipsResponse, _err error)
- func (client *Client) ListFeatureViewOnlineFeatures(InstanceId *string, FeatureViewId *string, ...) (_result *ListFeatureViewOnlineFeaturesResponse, _err error)
- func (client *Client) ListFeatureViewOnlineFeaturesWithOptions(InstanceId *string, FeatureViewId *string, ...) (_result *ListFeatureViewOnlineFeaturesResponse, _err error)
- func (client *Client) ListFeatureViewRelationships(InstanceId *string, FeatureViewId *string) (_result *ListFeatureViewRelationshipsResponse, _err error)
- func (client *Client) ListFeatureViewRelationshipsWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, ...) (_result *ListFeatureViewRelationshipsResponse, _err error)
- func (client *Client) ListFeatureViews(InstanceId *string, request *ListFeatureViewsRequest) (_result *ListFeatureViewsResponse, _err error)
- func (client *Client) ListFeatureViewsWithOptions(InstanceId *string, tmpReq *ListFeatureViewsRequest, ...) (_result *ListFeatureViewsResponse, _err error)
- func (client *Client) ListInstances(request *ListInstancesRequest) (_result *ListInstancesResponse, _err error)
- func (client *Client) ListInstancesWithOptions(request *ListInstancesRequest, headers map[string]*string, ...) (_result *ListInstancesResponse, _err error)
- func (client *Client) ListLabelTables(InstanceId *string, request *ListLabelTablesRequest) (_result *ListLabelTablesResponse, _err error)
- func (client *Client) ListLabelTablesWithOptions(InstanceId *string, tmpReq *ListLabelTablesRequest, headers map[string]*string, ...) (_result *ListLabelTablesResponse, _err error)
- func (client *Client) ListModelFeatureAvailableFeatures(InstanceId *string, ModelFeatureId *string, ...) (_result *ListModelFeatureAvailableFeaturesResponse, _err error)
- func (client *Client) ListModelFeatureAvailableFeaturesWithOptions(InstanceId *string, ModelFeatureId *string, ...) (_result *ListModelFeatureAvailableFeaturesResponse, _err error)
- func (client *Client) ListModelFeatures(InstanceId *string, request *ListModelFeaturesRequest) (_result *ListModelFeaturesResponse, _err error)
- func (client *Client) ListModelFeaturesWithOptions(InstanceId *string, tmpReq *ListModelFeaturesRequest, ...) (_result *ListModelFeaturesResponse, _err error)
- func (client *Client) ListProjectFeatureViews(InstanceId *string, ProjectId *string) (_result *ListProjectFeatureViewsResponse, _err error)
- func (client *Client) ListProjectFeatureViewsWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, ...) (_result *ListProjectFeatureViewsResponse, _err error)
- func (client *Client) ListProjects(InstanceId *string, request *ListProjectsRequest) (_result *ListProjectsResponse, _err error)
- func (client *Client) ListProjectsWithOptions(InstanceId *string, tmpReq *ListProjectsRequest, headers map[string]*string, ...) (_result *ListProjectsResponse, _err error)
- func (client *Client) ListTaskLogs(InstanceId *string, TaskId *string, request *ListTaskLogsRequest) (_result *ListTaskLogsResponse, _err error)
- func (client *Client) ListTaskLogsWithOptions(InstanceId *string, TaskId *string, request *ListTaskLogsRequest, ...) (_result *ListTaskLogsResponse, _err error)
- func (client *Client) ListTasks(InstanceId *string, request *ListTasksRequest) (_result *ListTasksResponse, _err error)
- func (client *Client) ListTasksWithOptions(InstanceId *string, tmpReq *ListTasksRequest, headers map[string]*string, ...) (_result *ListTasksResponse, _err error)
- func (client *Client) PublishFeatureViewTable(InstanceId *string, FeatureViewId *string, ...) (_result *PublishFeatureViewTableResponse, _err error)
- func (client *Client) PublishFeatureViewTableWithOptions(InstanceId *string, FeatureViewId *string, ...) (_result *PublishFeatureViewTableResponse, _err error)
- func (client *Client) UpdateDatasource(InstanceId *string, DatasourceId *string, request *UpdateDatasourceRequest) (_result *UpdateDatasourceResponse, _err error)
- func (client *Client) UpdateDatasourceWithOptions(InstanceId *string, DatasourceId *string, request *UpdateDatasourceRequest, ...) (_result *UpdateDatasourceResponse, _err error)
- func (client *Client) UpdateLabelTable(InstanceId *string, LabelTableId *string, request *UpdateLabelTableRequest) (_result *UpdateLabelTableResponse, _err error)
- func (client *Client) UpdateLabelTableWithOptions(InstanceId *string, LabelTableId *string, request *UpdateLabelTableRequest, ...) (_result *UpdateLabelTableResponse, _err error)
- func (client *Client) UpdateModelFeature(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureRequest) (_result *UpdateModelFeatureResponse, _err error)
- func (client *Client) UpdateModelFeatureFGFeature(InstanceId *string, ModelFeatureId *string, ...) (_result *UpdateModelFeatureFGFeatureResponse, _err error)
- func (client *Client) UpdateModelFeatureFGFeatureWithOptions(InstanceId *string, ModelFeatureId *string, ...) (_result *UpdateModelFeatureFGFeatureResponse, _err error)
- func (client *Client) UpdateModelFeatureFGInfo(InstanceId *string, ModelFeatureId *string, ...) (_result *UpdateModelFeatureFGInfoResponse, _err error)
- func (client *Client) UpdateModelFeatureFGInfoWithOptions(InstanceId *string, ModelFeatureId *string, ...) (_result *UpdateModelFeatureFGInfoResponse, _err error)
- func (client *Client) UpdateModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureRequest, ...) (_result *UpdateModelFeatureResponse, _err error)
- func (client *Client) UpdateProject(InstanceId *string, ProjectId *string, request *UpdateProjectRequest) (_result *UpdateProjectResponse, _err error)
- func (client *Client) UpdateProjectWithOptions(InstanceId *string, ProjectId *string, request *UpdateProjectRequest, ...) (_result *UpdateProjectResponse, _err error)
- func (client *Client) WriteFeatureViewTable(InstanceId *string, FeatureViewId *string, ...) (_result *WriteFeatureViewTableResponse, _err error)
- func (client *Client) WriteFeatureViewTableWithOptions(InstanceId *string, FeatureViewId *string, ...) (_result *WriteFeatureViewTableResponse, _err error)
- type CreateDatasourceRequest
- func (s CreateDatasourceRequest) GoString() string
- func (s *CreateDatasourceRequest) SetConfig(v string) *CreateDatasourceRequest
- func (s *CreateDatasourceRequest) SetName(v string) *CreateDatasourceRequest
- func (s *CreateDatasourceRequest) SetType(v string) *CreateDatasourceRequest
- func (s *CreateDatasourceRequest) SetUri(v string) *CreateDatasourceRequest
- func (s *CreateDatasourceRequest) SetWorkspaceId(v string) *CreateDatasourceRequest
- func (s CreateDatasourceRequest) String() string
- type CreateDatasourceResponse
- func (s CreateDatasourceResponse) GoString() string
- func (s *CreateDatasourceResponse) SetBody(v *CreateDatasourceResponseBody) *CreateDatasourceResponse
- func (s *CreateDatasourceResponse) SetHeaders(v map[string]*string) *CreateDatasourceResponse
- func (s *CreateDatasourceResponse) SetStatusCode(v int32) *CreateDatasourceResponse
- func (s CreateDatasourceResponse) String() string
- type CreateDatasourceResponseBody
- type CreateFeatureEntityRequest
- func (s CreateFeatureEntityRequest) GoString() string
- func (s *CreateFeatureEntityRequest) SetJoinId(v string) *CreateFeatureEntityRequest
- func (s *CreateFeatureEntityRequest) SetName(v string) *CreateFeatureEntityRequest
- func (s *CreateFeatureEntityRequest) SetProjectId(v string) *CreateFeatureEntityRequest
- func (s CreateFeatureEntityRequest) String() string
- type CreateFeatureEntityResponse
- func (s CreateFeatureEntityResponse) GoString() string
- func (s *CreateFeatureEntityResponse) SetBody(v *CreateFeatureEntityResponseBody) *CreateFeatureEntityResponse
- func (s *CreateFeatureEntityResponse) SetHeaders(v map[string]*string) *CreateFeatureEntityResponse
- func (s *CreateFeatureEntityResponse) SetStatusCode(v int32) *CreateFeatureEntityResponse
- func (s CreateFeatureEntityResponse) String() string
- type CreateFeatureEntityResponseBody
- func (s CreateFeatureEntityResponseBody) GoString() string
- func (s *CreateFeatureEntityResponseBody) SetFeatureEntityId(v string) *CreateFeatureEntityResponseBody
- func (s *CreateFeatureEntityResponseBody) SetRequestId(v string) *CreateFeatureEntityResponseBody
- func (s CreateFeatureEntityResponseBody) String() string
- type CreateFeatureViewRequest
- func (s CreateFeatureViewRequest) GoString() string
- func (s *CreateFeatureViewRequest) SetConfig(v string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetFeatureEntityId(v string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetFields(v []*CreateFeatureViewRequestFields) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetName(v string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetProjectId(v string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetRegisterDatasourceId(v string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetRegisterTable(v string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetSyncOnlineTable(v bool) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetTTL(v int32) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetTags(v []*string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetType(v string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetWriteMethod(v string) *CreateFeatureViewRequest
- func (s *CreateFeatureViewRequest) SetWriteToFeatureDB(v bool) *CreateFeatureViewRequest
- func (s CreateFeatureViewRequest) String() string
- type CreateFeatureViewRequestFields
- func (s CreateFeatureViewRequestFields) GoString() string
- func (s *CreateFeatureViewRequestFields) SetAttributes(v []*string) *CreateFeatureViewRequestFields
- func (s *CreateFeatureViewRequestFields) SetName(v string) *CreateFeatureViewRequestFields
- func (s *CreateFeatureViewRequestFields) SetType(v string) *CreateFeatureViewRequestFields
- func (s CreateFeatureViewRequestFields) String() string
- type CreateFeatureViewResponse
- func (s CreateFeatureViewResponse) GoString() string
- func (s *CreateFeatureViewResponse) SetBody(v *CreateFeatureViewResponseBody) *CreateFeatureViewResponse
- func (s *CreateFeatureViewResponse) SetHeaders(v map[string]*string) *CreateFeatureViewResponse
- func (s *CreateFeatureViewResponse) SetStatusCode(v int32) *CreateFeatureViewResponse
- func (s CreateFeatureViewResponse) String() string
- type CreateFeatureViewResponseBody
- func (s CreateFeatureViewResponseBody) GoString() string
- func (s *CreateFeatureViewResponseBody) SetFeatureViewId(v string) *CreateFeatureViewResponseBody
- func (s *CreateFeatureViewResponseBody) SetRequestId(v string) *CreateFeatureViewResponseBody
- func (s CreateFeatureViewResponseBody) String() string
- type CreateInstanceRequest
- type CreateInstanceResponse
- func (s CreateInstanceResponse) GoString() string
- func (s *CreateInstanceResponse) SetBody(v *CreateInstanceResponseBody) *CreateInstanceResponse
- func (s *CreateInstanceResponse) SetHeaders(v map[string]*string) *CreateInstanceResponse
- func (s *CreateInstanceResponse) SetStatusCode(v int32) *CreateInstanceResponse
- func (s CreateInstanceResponse) String() string
- type CreateInstanceResponseBody
- func (s CreateInstanceResponseBody) GoString() string
- func (s *CreateInstanceResponseBody) SetCode(v string) *CreateInstanceResponseBody
- func (s *CreateInstanceResponseBody) SetInstanceId(v string) *CreateInstanceResponseBody
- func (s *CreateInstanceResponseBody) SetRequestId(v string) *CreateInstanceResponseBody
- func (s CreateInstanceResponseBody) String() string
- type CreateLabelTableRequest
- func (s CreateLabelTableRequest) GoString() string
- func (s *CreateLabelTableRequest) SetDatasourceId(v string) *CreateLabelTableRequest
- func (s *CreateLabelTableRequest) SetFields(v []*CreateLabelTableRequestFields) *CreateLabelTableRequest
- func (s *CreateLabelTableRequest) SetName(v string) *CreateLabelTableRequest
- func (s *CreateLabelTableRequest) SetProjectId(v string) *CreateLabelTableRequest
- func (s CreateLabelTableRequest) String() string
- type CreateLabelTableRequestFields
- func (s CreateLabelTableRequestFields) GoString() string
- func (s *CreateLabelTableRequestFields) SetAttributes(v []*string) *CreateLabelTableRequestFields
- func (s *CreateLabelTableRequestFields) SetName(v string) *CreateLabelTableRequestFields
- func (s *CreateLabelTableRequestFields) SetType(v string) *CreateLabelTableRequestFields
- func (s CreateLabelTableRequestFields) String() string
- type CreateLabelTableResponse
- func (s CreateLabelTableResponse) GoString() string
- func (s *CreateLabelTableResponse) SetBody(v *CreateLabelTableResponseBody) *CreateLabelTableResponse
- func (s *CreateLabelTableResponse) SetHeaders(v map[string]*string) *CreateLabelTableResponse
- func (s *CreateLabelTableResponse) SetStatusCode(v int32) *CreateLabelTableResponse
- func (s CreateLabelTableResponse) String() string
- type CreateLabelTableResponseBody
- type CreateModelFeatureRequest
- func (s CreateModelFeatureRequest) GoString() string
- func (s *CreateModelFeatureRequest) SetFeatures(v []*CreateModelFeatureRequestFeatures) *CreateModelFeatureRequest
- func (s *CreateModelFeatureRequest) SetLabelPriorityLevel(v int64) *CreateModelFeatureRequest
- func (s *CreateModelFeatureRequest) SetLabelTableId(v string) *CreateModelFeatureRequest
- func (s *CreateModelFeatureRequest) SetName(v string) *CreateModelFeatureRequest
- func (s *CreateModelFeatureRequest) SetProjectId(v string) *CreateModelFeatureRequest
- func (s *CreateModelFeatureRequest) SetSequenceFeatureViewIds(v []*string) *CreateModelFeatureRequest
- func (s CreateModelFeatureRequest) String() string
- type CreateModelFeatureRequestFeatures
- func (s CreateModelFeatureRequestFeatures) GoString() string
- func (s *CreateModelFeatureRequestFeatures) SetAliasName(v string) *CreateModelFeatureRequestFeatures
- func (s *CreateModelFeatureRequestFeatures) SetFeatureViewId(v string) *CreateModelFeatureRequestFeatures
- func (s *CreateModelFeatureRequestFeatures) SetName(v string) *CreateModelFeatureRequestFeatures
- func (s *CreateModelFeatureRequestFeatures) SetType(v string) *CreateModelFeatureRequestFeatures
- func (s CreateModelFeatureRequestFeatures) String() string
- type CreateModelFeatureResponse
- func (s CreateModelFeatureResponse) GoString() string
- func (s *CreateModelFeatureResponse) SetBody(v *CreateModelFeatureResponseBody) *CreateModelFeatureResponse
- func (s *CreateModelFeatureResponse) SetHeaders(v map[string]*string) *CreateModelFeatureResponse
- func (s *CreateModelFeatureResponse) SetStatusCode(v int32) *CreateModelFeatureResponse
- func (s CreateModelFeatureResponse) String() string
- type CreateModelFeatureResponseBody
- func (s CreateModelFeatureResponseBody) GoString() string
- func (s *CreateModelFeatureResponseBody) SetModelFeatureId(v string) *CreateModelFeatureResponseBody
- func (s *CreateModelFeatureResponseBody) SetRequestId(v string) *CreateModelFeatureResponseBody
- func (s CreateModelFeatureResponseBody) String() string
- type CreateModelFeatureTrainingSetFGTableResponse
- func (s CreateModelFeatureTrainingSetFGTableResponse) GoString() string
- func (s *CreateModelFeatureTrainingSetFGTableResponse) SetBody(v *CreateModelFeatureTrainingSetFGTableResponseBody) *CreateModelFeatureTrainingSetFGTableResponse
- func (s *CreateModelFeatureTrainingSetFGTableResponse) SetHeaders(v map[string]*string) *CreateModelFeatureTrainingSetFGTableResponse
- func (s *CreateModelFeatureTrainingSetFGTableResponse) SetStatusCode(v int32) *CreateModelFeatureTrainingSetFGTableResponse
- func (s CreateModelFeatureTrainingSetFGTableResponse) String() string
- type CreateModelFeatureTrainingSetFGTableResponseBody
- func (s CreateModelFeatureTrainingSetFGTableResponseBody) GoString() string
- func (s *CreateModelFeatureTrainingSetFGTableResponseBody) SetRequestId(v string) *CreateModelFeatureTrainingSetFGTableResponseBody
- func (s *CreateModelFeatureTrainingSetFGTableResponseBody) SetTrainingSetFGTableName(v string) *CreateModelFeatureTrainingSetFGTableResponseBody
- func (s CreateModelFeatureTrainingSetFGTableResponseBody) String() string
- type CreateProjectRequest
- func (s CreateProjectRequest) GoString() string
- func (s *CreateProjectRequest) SetDescription(v string) *CreateProjectRequest
- func (s *CreateProjectRequest) SetName(v string) *CreateProjectRequest
- func (s *CreateProjectRequest) SetOfflineDatasourceId(v string) *CreateProjectRequest
- func (s *CreateProjectRequest) SetOfflineLifeCycle(v int32) *CreateProjectRequest
- func (s *CreateProjectRequest) SetOnlineDatasourceId(v string) *CreateProjectRequest
- func (s *CreateProjectRequest) SetWorkspaceId(v string) *CreateProjectRequest
- func (s CreateProjectRequest) String() string
- type CreateProjectResponse
- func (s CreateProjectResponse) GoString() string
- func (s *CreateProjectResponse) SetBody(v *CreateProjectResponseBody) *CreateProjectResponse
- func (s *CreateProjectResponse) SetHeaders(v map[string]*string) *CreateProjectResponse
- func (s *CreateProjectResponse) SetStatusCode(v int32) *CreateProjectResponse
- func (s CreateProjectResponse) String() string
- type CreateProjectResponseBody
- type CreateServiceIdentityRoleRequest
- type CreateServiceIdentityRoleResponse
- func (s CreateServiceIdentityRoleResponse) GoString() string
- func (s *CreateServiceIdentityRoleResponse) SetBody(v *CreateServiceIdentityRoleResponseBody) *CreateServiceIdentityRoleResponse
- func (s *CreateServiceIdentityRoleResponse) SetHeaders(v map[string]*string) *CreateServiceIdentityRoleResponse
- func (s *CreateServiceIdentityRoleResponse) SetStatusCode(v int32) *CreateServiceIdentityRoleResponse
- func (s CreateServiceIdentityRoleResponse) String() string
- type CreateServiceIdentityRoleResponseBody
- func (s CreateServiceIdentityRoleResponseBody) GoString() string
- func (s *CreateServiceIdentityRoleResponseBody) SetCode(v string) *CreateServiceIdentityRoleResponseBody
- func (s *CreateServiceIdentityRoleResponseBody) SetRequestId(v string) *CreateServiceIdentityRoleResponseBody
- func (s *CreateServiceIdentityRoleResponseBody) SetRoleName(v string) *CreateServiceIdentityRoleResponseBody
- func (s CreateServiceIdentityRoleResponseBody) String() string
- type DeleteDatasourceResponse
- func (s DeleteDatasourceResponse) GoString() string
- func (s *DeleteDatasourceResponse) SetBody(v *DeleteDatasourceResponseBody) *DeleteDatasourceResponse
- func (s *DeleteDatasourceResponse) SetHeaders(v map[string]*string) *DeleteDatasourceResponse
- func (s *DeleteDatasourceResponse) SetStatusCode(v int32) *DeleteDatasourceResponse
- func (s DeleteDatasourceResponse) String() string
- type DeleteDatasourceResponseBody
- type DeleteFeatureEntityResponse
- func (s DeleteFeatureEntityResponse) GoString() string
- func (s *DeleteFeatureEntityResponse) SetBody(v *DeleteFeatureEntityResponseBody) *DeleteFeatureEntityResponse
- func (s *DeleteFeatureEntityResponse) SetHeaders(v map[string]*string) *DeleteFeatureEntityResponse
- func (s *DeleteFeatureEntityResponse) SetStatusCode(v int32) *DeleteFeatureEntityResponse
- func (s DeleteFeatureEntityResponse) String() string
- type DeleteFeatureEntityResponseBody
- type DeleteFeatureViewResponse
- func (s DeleteFeatureViewResponse) GoString() string
- func (s *DeleteFeatureViewResponse) SetBody(v *DeleteFeatureViewResponseBody) *DeleteFeatureViewResponse
- func (s *DeleteFeatureViewResponse) SetHeaders(v map[string]*string) *DeleteFeatureViewResponse
- func (s *DeleteFeatureViewResponse) SetStatusCode(v int32) *DeleteFeatureViewResponse
- func (s DeleteFeatureViewResponse) String() string
- type DeleteFeatureViewResponseBody
- type DeleteLabelTableResponse
- func (s DeleteLabelTableResponse) GoString() string
- func (s *DeleteLabelTableResponse) SetBody(v *DeleteLabelTableResponseBody) *DeleteLabelTableResponse
- func (s *DeleteLabelTableResponse) SetHeaders(v map[string]*string) *DeleteLabelTableResponse
- func (s *DeleteLabelTableResponse) SetStatusCode(v int32) *DeleteLabelTableResponse
- func (s DeleteLabelTableResponse) String() string
- type DeleteLabelTableResponseBody
- type DeleteModelFeatureResponse
- func (s DeleteModelFeatureResponse) GoString() string
- func (s *DeleteModelFeatureResponse) SetBody(v *DeleteModelFeatureResponseBody) *DeleteModelFeatureResponse
- func (s *DeleteModelFeatureResponse) SetHeaders(v map[string]*string) *DeleteModelFeatureResponse
- func (s *DeleteModelFeatureResponse) SetStatusCode(v int32) *DeleteModelFeatureResponse
- func (s DeleteModelFeatureResponse) String() string
- type DeleteModelFeatureResponseBody
- type DeleteProjectResponse
- func (s DeleteProjectResponse) GoString() string
- func (s *DeleteProjectResponse) SetBody(v *DeleteProjectResponseBody) *DeleteProjectResponse
- func (s *DeleteProjectResponse) SetHeaders(v map[string]*string) *DeleteProjectResponse
- func (s *DeleteProjectResponse) SetStatusCode(v int32) *DeleteProjectResponse
- func (s DeleteProjectResponse) String() string
- type DeleteProjectResponseBody
- type ExportModelFeatureTrainingSetFGTableRequest
- func (s ExportModelFeatureTrainingSetFGTableRequest) GoString() string
- func (s *ExportModelFeatureTrainingSetFGTableRequest) SetTrainingSetFgConfig(v *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) *ExportModelFeatureTrainingSetFGTableRequest
- func (s ExportModelFeatureTrainingSetFGTableRequest) String() string
- type ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig
- func (s ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) GoString() string
- func (s *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetFgJsonName(v string) *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig
- func (s *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetJarName(v string) *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig
- func (s *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetPartitions(v map[string]map[string]interface{}) *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig
- func (s ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) String() string
- type ExportModelFeatureTrainingSetFGTableResponse
- func (s ExportModelFeatureTrainingSetFGTableResponse) GoString() string
- func (s *ExportModelFeatureTrainingSetFGTableResponse) SetBody(v *ExportModelFeatureTrainingSetFGTableResponseBody) *ExportModelFeatureTrainingSetFGTableResponse
- func (s *ExportModelFeatureTrainingSetFGTableResponse) SetHeaders(v map[string]*string) *ExportModelFeatureTrainingSetFGTableResponse
- func (s *ExportModelFeatureTrainingSetFGTableResponse) SetStatusCode(v int32) *ExportModelFeatureTrainingSetFGTableResponse
- func (s ExportModelFeatureTrainingSetFGTableResponse) String() string
- type ExportModelFeatureTrainingSetFGTableResponseBody
- func (s ExportModelFeatureTrainingSetFGTableResponseBody) GoString() string
- func (s *ExportModelFeatureTrainingSetFGTableResponseBody) SetRequestId(v string) *ExportModelFeatureTrainingSetFGTableResponseBody
- func (s *ExportModelFeatureTrainingSetFGTableResponseBody) SetTaskId(v string) *ExportModelFeatureTrainingSetFGTableResponseBody
- func (s ExportModelFeatureTrainingSetFGTableResponseBody) String() string
- type ExportModelFeatureTrainingSetTableRequest
- func (s ExportModelFeatureTrainingSetTableRequest) GoString() string
- func (s *ExportModelFeatureTrainingSetTableRequest) SetFeatureViewConfig(v map[string]*FeatureViewConfigValue) *ExportModelFeatureTrainingSetTableRequest
- func (s *ExportModelFeatureTrainingSetTableRequest) SetLabelInputConfig(v *ExportModelFeatureTrainingSetTableRequestLabelInputConfig) *ExportModelFeatureTrainingSetTableRequest
- func (s *ExportModelFeatureTrainingSetTableRequest) SetRealTimeIterateInterval(v int64) *ExportModelFeatureTrainingSetTableRequest
- func (s *ExportModelFeatureTrainingSetTableRequest) SetRealTimePartitionCountValue(v int64) *ExportModelFeatureTrainingSetTableRequest
- func (s *ExportModelFeatureTrainingSetTableRequest) SetTrainingSetConfig(v *ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) *ExportModelFeatureTrainingSetTableRequest
- func (s ExportModelFeatureTrainingSetTableRequest) String() string
- type ExportModelFeatureTrainingSetTableRequestLabelInputConfig
- func (s ExportModelFeatureTrainingSetTableRequestLabelInputConfig) GoString() string
- func (s *ExportModelFeatureTrainingSetTableRequestLabelInputConfig) SetEventTime(v string) *ExportModelFeatureTrainingSetTableRequestLabelInputConfig
- func (s *ExportModelFeatureTrainingSetTableRequestLabelInputConfig) SetPartitions(v map[string]map[string]interface{}) *ExportModelFeatureTrainingSetTableRequestLabelInputConfig
- func (s ExportModelFeatureTrainingSetTableRequestLabelInputConfig) String() string
- type ExportModelFeatureTrainingSetTableRequestTrainingSetConfig
- func (s ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) GoString() string
- func (s *ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) SetPartitions(v map[string]map[string]interface{}) *ExportModelFeatureTrainingSetTableRequestTrainingSetConfig
- func (s ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) String() string
- type ExportModelFeatureTrainingSetTableResponse
- func (s ExportModelFeatureTrainingSetTableResponse) GoString() string
- func (s *ExportModelFeatureTrainingSetTableResponse) SetBody(v *ExportModelFeatureTrainingSetTableResponseBody) *ExportModelFeatureTrainingSetTableResponse
- func (s *ExportModelFeatureTrainingSetTableResponse) SetHeaders(v map[string]*string) *ExportModelFeatureTrainingSetTableResponse
- func (s *ExportModelFeatureTrainingSetTableResponse) SetStatusCode(v int32) *ExportModelFeatureTrainingSetTableResponse
- func (s ExportModelFeatureTrainingSetTableResponse) String() string
- type ExportModelFeatureTrainingSetTableResponseBody
- func (s ExportModelFeatureTrainingSetTableResponseBody) GoString() string
- func (s *ExportModelFeatureTrainingSetTableResponseBody) SetRequestId(v string) *ExportModelFeatureTrainingSetTableResponseBody
- func (s *ExportModelFeatureTrainingSetTableResponseBody) SetTaskId(v string) *ExportModelFeatureTrainingSetTableResponseBody
- func (s ExportModelFeatureTrainingSetTableResponseBody) String() string
- type FeatureViewConfigValue
- func (s FeatureViewConfigValue) GoString() string
- func (s *FeatureViewConfigValue) SetEqual(v bool) *FeatureViewConfigValue
- func (s *FeatureViewConfigValue) SetEventTime(v string) *FeatureViewConfigValue
- func (s *FeatureViewConfigValue) SetPartitions(v map[string]*FeatureViewConfigValuePartitionsValue) *FeatureViewConfigValue
- func (s FeatureViewConfigValue) String() string
- type FeatureViewConfigValuePartitionsValue
- func (s FeatureViewConfigValuePartitionsValue) GoString() string
- func (s *FeatureViewConfigValuePartitionsValue) SetEndValue(v string) *FeatureViewConfigValuePartitionsValue
- func (s *FeatureViewConfigValuePartitionsValue) SetStartValue(v string) *FeatureViewConfigValuePartitionsValue
- func (s *FeatureViewConfigValuePartitionsValue) SetValue(v string) *FeatureViewConfigValuePartitionsValue
- func (s *FeatureViewConfigValuePartitionsValue) SetValues(v []*string) *FeatureViewConfigValuePartitionsValue
- func (s FeatureViewConfigValuePartitionsValue) String() string
- type GetDatasourceResponse
- func (s GetDatasourceResponse) GoString() string
- func (s *GetDatasourceResponse) SetBody(v *GetDatasourceResponseBody) *GetDatasourceResponse
- func (s *GetDatasourceResponse) SetHeaders(v map[string]*string) *GetDatasourceResponse
- func (s *GetDatasourceResponse) SetStatusCode(v int32) *GetDatasourceResponse
- func (s GetDatasourceResponse) String() string
- type GetDatasourceResponseBody
- func (s GetDatasourceResponseBody) GoString() string
- func (s *GetDatasourceResponseBody) SetConfig(v string) *GetDatasourceResponseBody
- func (s *GetDatasourceResponseBody) SetDatasourceId(v string) *GetDatasourceResponseBody
- func (s *GetDatasourceResponseBody) SetGmtCreateTime(v string) *GetDatasourceResponseBody
- func (s *GetDatasourceResponseBody) SetGmtModifiedTime(v string) *GetDatasourceResponseBody
- func (s *GetDatasourceResponseBody) SetName(v string) *GetDatasourceResponseBody
- func (s *GetDatasourceResponseBody) SetRequestId(v string) *GetDatasourceResponseBody
- func (s *GetDatasourceResponseBody) SetType(v string) *GetDatasourceResponseBody
- func (s *GetDatasourceResponseBody) SetUri(v string) *GetDatasourceResponseBody
- func (s *GetDatasourceResponseBody) SetWorkspaceId(v string) *GetDatasourceResponseBody
- func (s GetDatasourceResponseBody) String() string
- type GetDatasourceTableResponse
- func (s GetDatasourceTableResponse) GoString() string
- func (s *GetDatasourceTableResponse) SetBody(v *GetDatasourceTableResponseBody) *GetDatasourceTableResponse
- func (s *GetDatasourceTableResponse) SetHeaders(v map[string]*string) *GetDatasourceTableResponse
- func (s *GetDatasourceTableResponse) SetStatusCode(v int32) *GetDatasourceTableResponse
- func (s GetDatasourceTableResponse) String() string
- type GetDatasourceTableResponseBody
- func (s GetDatasourceTableResponseBody) GoString() string
- func (s *GetDatasourceTableResponseBody) SetFields(v []*GetDatasourceTableResponseBodyFields) *GetDatasourceTableResponseBody
- func (s *GetDatasourceTableResponseBody) SetRequestId(v string) *GetDatasourceTableResponseBody
- func (s *GetDatasourceTableResponseBody) SetTableName(v string) *GetDatasourceTableResponseBody
- func (s GetDatasourceTableResponseBody) String() string
- type GetDatasourceTableResponseBodyFields
- func (s GetDatasourceTableResponseBodyFields) GoString() string
- func (s *GetDatasourceTableResponseBodyFields) SetAttributes(v []*string) *GetDatasourceTableResponseBodyFields
- func (s *GetDatasourceTableResponseBodyFields) SetName(v string) *GetDatasourceTableResponseBodyFields
- func (s *GetDatasourceTableResponseBodyFields) SetType(v string) *GetDatasourceTableResponseBodyFields
- func (s GetDatasourceTableResponseBodyFields) String() string
- type GetFeatureEntityResponse
- func (s GetFeatureEntityResponse) GoString() string
- func (s *GetFeatureEntityResponse) SetBody(v *GetFeatureEntityResponseBody) *GetFeatureEntityResponse
- func (s *GetFeatureEntityResponse) SetHeaders(v map[string]*string) *GetFeatureEntityResponse
- func (s *GetFeatureEntityResponse) SetStatusCode(v int32) *GetFeatureEntityResponse
- func (s GetFeatureEntityResponse) String() string
- type GetFeatureEntityResponseBody
- func (s GetFeatureEntityResponseBody) GoString() string
- func (s *GetFeatureEntityResponseBody) SetGmtCreateTime(v string) *GetFeatureEntityResponseBody
- func (s *GetFeatureEntityResponseBody) SetJoinId(v string) *GetFeatureEntityResponseBody
- func (s *GetFeatureEntityResponseBody) SetName(v string) *GetFeatureEntityResponseBody
- func (s *GetFeatureEntityResponseBody) SetOwner(v string) *GetFeatureEntityResponseBody
- func (s *GetFeatureEntityResponseBody) SetProjectId(v string) *GetFeatureEntityResponseBody
- func (s *GetFeatureEntityResponseBody) SetProjectName(v string) *GetFeatureEntityResponseBody
- func (s *GetFeatureEntityResponseBody) SetRequestId(v string) *GetFeatureEntityResponseBody
- func (s GetFeatureEntityResponseBody) String() string
- type GetFeatureViewResponse
- func (s GetFeatureViewResponse) GoString() string
- func (s *GetFeatureViewResponse) SetBody(v *GetFeatureViewResponseBody) *GetFeatureViewResponse
- func (s *GetFeatureViewResponse) SetHeaders(v map[string]*string) *GetFeatureViewResponse
- func (s *GetFeatureViewResponse) SetStatusCode(v int32) *GetFeatureViewResponse
- func (s GetFeatureViewResponse) String() string
- type GetFeatureViewResponseBody
- func (s GetFeatureViewResponseBody) GoString() string
- func (s *GetFeatureViewResponseBody) SetConfig(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetFeatureEntityId(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetFeatureEntityName(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetFields(v []*GetFeatureViewResponseBodyFields) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetGmtCreateTime(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetGmtModifiedTime(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetGmtSyncTime(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetJoinId(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetLastSyncConfig(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetName(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetOwner(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetProjectId(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetProjectName(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetPublishTableScript(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetRegisterDatasourceId(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetRegisterDatasourceName(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetRegisterTable(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetRequestId(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetSyncOnlineTable(v bool) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetTTL(v int32) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetTags(v []*string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetType(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetWriteMethod(v string) *GetFeatureViewResponseBody
- func (s *GetFeatureViewResponseBody) SetWriteToFeatureDB(v bool) *GetFeatureViewResponseBody
- func (s GetFeatureViewResponseBody) String() string
- type GetFeatureViewResponseBodyFields
- func (s GetFeatureViewResponseBodyFields) GoString() string
- func (s *GetFeatureViewResponseBodyFields) SetAttributes(v []*string) *GetFeatureViewResponseBodyFields
- func (s *GetFeatureViewResponseBodyFields) SetName(v string) *GetFeatureViewResponseBodyFields
- func (s *GetFeatureViewResponseBodyFields) SetType(v string) *GetFeatureViewResponseBodyFields
- func (s GetFeatureViewResponseBodyFields) String() string
- type GetInstanceResponse
- func (s GetInstanceResponse) GoString() string
- func (s *GetInstanceResponse) SetBody(v *GetInstanceResponseBody) *GetInstanceResponse
- func (s *GetInstanceResponse) SetHeaders(v map[string]*string) *GetInstanceResponse
- func (s *GetInstanceResponse) SetStatusCode(v int32) *GetInstanceResponse
- func (s GetInstanceResponse) String() string
- type GetInstanceResponseBody
- func (s GetInstanceResponseBody) GoString() string
- func (s *GetInstanceResponseBody) SetFeatureDBInstanceInfo(v *GetInstanceResponseBodyFeatureDBInstanceInfo) *GetInstanceResponseBody
- func (s *GetInstanceResponseBody) SetGmtCreateTime(v string) *GetInstanceResponseBody
- func (s *GetInstanceResponseBody) SetGmtModifiedTime(v string) *GetInstanceResponseBody
- func (s *GetInstanceResponseBody) SetMessage(v string) *GetInstanceResponseBody
- func (s *GetInstanceResponseBody) SetProgress(v float64) *GetInstanceResponseBody
- func (s *GetInstanceResponseBody) SetRegionId(v string) *GetInstanceResponseBody
- func (s *GetInstanceResponseBody) SetRequestId(v string) *GetInstanceResponseBody
- func (s *GetInstanceResponseBody) SetStatus(v string) *GetInstanceResponseBody
- func (s *GetInstanceResponseBody) SetType(v string) *GetInstanceResponseBody
- func (s GetInstanceResponseBody) String() string
- type GetInstanceResponseBodyFeatureDBInstanceInfo
- type GetLabelTableResponse
- func (s GetLabelTableResponse) GoString() string
- func (s *GetLabelTableResponse) SetBody(v *GetLabelTableResponseBody) *GetLabelTableResponse
- func (s *GetLabelTableResponse) SetHeaders(v map[string]*string) *GetLabelTableResponse
- func (s *GetLabelTableResponse) SetStatusCode(v int32) *GetLabelTableResponse
- func (s GetLabelTableResponse) String() string
- type GetLabelTableResponseBody
- func (s GetLabelTableResponseBody) GoString() string
- func (s *GetLabelTableResponseBody) SetDatasourceId(v string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetDatasourceName(v string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetFields(v []*GetLabelTableResponseBodyFields) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetGmtCreateTime(v string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetGmtModifiedTime(v string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetName(v string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetOwner(v string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetProjectId(v string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetProjectName(v string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetRelatedModelFeatures(v []*string) *GetLabelTableResponseBody
- func (s *GetLabelTableResponseBody) SetRequestId(v string) *GetLabelTableResponseBody
- func (s GetLabelTableResponseBody) String() string
- type GetLabelTableResponseBodyFields
- func (s GetLabelTableResponseBodyFields) GoString() string
- func (s *GetLabelTableResponseBodyFields) SetAttributes(v []*string) *GetLabelTableResponseBodyFields
- func (s *GetLabelTableResponseBodyFields) SetName(v string) *GetLabelTableResponseBodyFields
- func (s *GetLabelTableResponseBodyFields) SetType(v string) *GetLabelTableResponseBodyFields
- func (s GetLabelTableResponseBodyFields) String() string
- type GetModelFeatureFGFeatureResponse
- func (s GetModelFeatureFGFeatureResponse) GoString() string
- func (s *GetModelFeatureFGFeatureResponse) SetBody(v *GetModelFeatureFGFeatureResponseBody) *GetModelFeatureFGFeatureResponse
- func (s *GetModelFeatureFGFeatureResponse) SetHeaders(v map[string]*string) *GetModelFeatureFGFeatureResponse
- func (s *GetModelFeatureFGFeatureResponse) SetStatusCode(v int32) *GetModelFeatureFGFeatureResponse
- func (s GetModelFeatureFGFeatureResponse) String() string
- type GetModelFeatureFGFeatureResponseBody
- func (s GetModelFeatureFGFeatureResponseBody) GoString() string
- func (s *GetModelFeatureFGFeatureResponseBody) SetLookupFeatures(v []*GetModelFeatureFGFeatureResponseBodyLookupFeatures) *GetModelFeatureFGFeatureResponseBody
- func (s *GetModelFeatureFGFeatureResponseBody) SetRawFeatures(v []*GetModelFeatureFGFeatureResponseBodyRawFeatures) *GetModelFeatureFGFeatureResponseBody
- func (s *GetModelFeatureFGFeatureResponseBody) SetRequestId(v string) *GetModelFeatureFGFeatureResponseBody
- func (s *GetModelFeatureFGFeatureResponseBody) SetReserves(v []*string) *GetModelFeatureFGFeatureResponseBody
- func (s *GetModelFeatureFGFeatureResponseBody) SetSequenceFeatures(v []*GetModelFeatureFGFeatureResponseBodySequenceFeatures) *GetModelFeatureFGFeatureResponseBody
- func (s GetModelFeatureFGFeatureResponseBody) String() string
- type GetModelFeatureFGFeatureResponseBodyLookupFeatures
- func (s GetModelFeatureFGFeatureResponseBodyLookupFeatures) GoString() string
- func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetDefaultValue(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetKeyFeatureDomain(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetKeyFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetMapFeatureDomain(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetMapFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetValueType(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
- func (s GetModelFeatureFGFeatureResponseBodyLookupFeatures) String() string
- type GetModelFeatureFGFeatureResponseBodyRawFeatures
- func (s GetModelFeatureFGFeatureResponseBodyRawFeatures) GoString() string
- func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetDefaultValue(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureDomain(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureType(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetInputFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
- func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetValueType(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
- func (s GetModelFeatureFGFeatureResponseBodyRawFeatures) String() string
- type GetModelFeatureFGFeatureResponseBodySequenceFeatures
- func (s GetModelFeatureFGFeatureResponseBodySequenceFeatures) GoString() string
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetAttributeDelim(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetFeatureName(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSequenceDelim(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSequenceLength(v int64) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSubFeatures(v []*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
- func (s GetModelFeatureFGFeatureResponseBodySequenceFeatures) String() string
- type GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
- func (s GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) GoString() string
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetDefaultValue(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureDomain(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureName(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureType(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetInputFeatureName(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
- func (s *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetValueType(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
- func (s GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) String() string
- type GetModelFeatureFGInfoResponse
- func (s GetModelFeatureFGInfoResponse) GoString() string
- func (s *GetModelFeatureFGInfoResponse) SetBody(v *GetModelFeatureFGInfoResponseBody) *GetModelFeatureFGInfoResponse
- func (s *GetModelFeatureFGInfoResponse) SetHeaders(v map[string]*string) *GetModelFeatureFGInfoResponse
- func (s *GetModelFeatureFGInfoResponse) SetStatusCode(v int32) *GetModelFeatureFGInfoResponse
- func (s GetModelFeatureFGInfoResponse) String() string
- type GetModelFeatureFGInfoResponseBody
- func (s GetModelFeatureFGInfoResponseBody) GoString() string
- func (s *GetModelFeatureFGInfoResponseBody) SetContent(v string) *GetModelFeatureFGInfoResponseBody
- func (s *GetModelFeatureFGInfoResponseBody) SetRequestId(v string) *GetModelFeatureFGInfoResponseBody
- func (s GetModelFeatureFGInfoResponseBody) String() string
- type GetModelFeatureResponse
- func (s GetModelFeatureResponse) GoString() string
- func (s *GetModelFeatureResponse) SetBody(v *GetModelFeatureResponseBody) *GetModelFeatureResponse
- func (s *GetModelFeatureResponse) SetHeaders(v map[string]*string) *GetModelFeatureResponse
- func (s *GetModelFeatureResponse) SetStatusCode(v int32) *GetModelFeatureResponse
- func (s GetModelFeatureResponse) String() string
- type GetModelFeatureResponseBody
- func (s GetModelFeatureResponseBody) GoString() string
- func (s *GetModelFeatureResponseBody) SetExportTrainingSetTableScript(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetFeatures(v []*GetModelFeatureResponseBodyFeatures) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetGmtCreateTime(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetGmtModifiedTime(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetLabelPriorityLevel(v int64) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetLabelTableId(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetLabelTableName(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetName(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetOwner(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetProjectId(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetProjectName(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetRelations(v *GetModelFeatureResponseBodyRelations) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetRequestId(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetTrainingSetFGTable(v string) *GetModelFeatureResponseBody
- func (s *GetModelFeatureResponseBody) SetTrainingSetTable(v string) *GetModelFeatureResponseBody
- func (s GetModelFeatureResponseBody) String() string
- type GetModelFeatureResponseBodyFeatures
- func (s GetModelFeatureResponseBodyFeatures) GoString() string
- func (s *GetModelFeatureResponseBodyFeatures) SetAliasName(v string) *GetModelFeatureResponseBodyFeatures
- func (s *GetModelFeatureResponseBodyFeatures) SetFeatureViewId(v string) *GetModelFeatureResponseBodyFeatures
- func (s *GetModelFeatureResponseBodyFeatures) SetFeatureViewName(v string) *GetModelFeatureResponseBodyFeatures
- func (s *GetModelFeatureResponseBodyFeatures) SetName(v string) *GetModelFeatureResponseBodyFeatures
- func (s *GetModelFeatureResponseBodyFeatures) SetType(v string) *GetModelFeatureResponseBodyFeatures
- func (s GetModelFeatureResponseBodyFeatures) String() string
- type GetModelFeatureResponseBodyRelations
- func (s GetModelFeatureResponseBodyRelations) GoString() string
- func (s *GetModelFeatureResponseBodyRelations) SetDomains(v []*GetModelFeatureResponseBodyRelationsDomains) *GetModelFeatureResponseBodyRelations
- func (s *GetModelFeatureResponseBodyRelations) SetLinks(v []*GetModelFeatureResponseBodyRelationsLinks) *GetModelFeatureResponseBodyRelations
- func (s GetModelFeatureResponseBodyRelations) String() string
- type GetModelFeatureResponseBodyRelationsDomains
- func (s GetModelFeatureResponseBodyRelationsDomains) GoString() string
- func (s *GetModelFeatureResponseBodyRelationsDomains) SetDomainType(v string) *GetModelFeatureResponseBodyRelationsDomains
- func (s *GetModelFeatureResponseBodyRelationsDomains) SetId(v string) *GetModelFeatureResponseBodyRelationsDomains
- func (s *GetModelFeatureResponseBodyRelationsDomains) SetName(v string) *GetModelFeatureResponseBodyRelationsDomains
- func (s GetModelFeatureResponseBodyRelationsDomains) String() string
- type GetModelFeatureResponseBodyRelationsLinks
- func (s GetModelFeatureResponseBodyRelationsLinks) GoString() string
- func (s *GetModelFeatureResponseBodyRelationsLinks) SetFrom(v string) *GetModelFeatureResponseBodyRelationsLinks
- func (s *GetModelFeatureResponseBodyRelationsLinks) SetLink(v string) *GetModelFeatureResponseBodyRelationsLinks
- func (s *GetModelFeatureResponseBodyRelationsLinks) SetTo(v string) *GetModelFeatureResponseBodyRelationsLinks
- func (s GetModelFeatureResponseBodyRelationsLinks) String() string
- type GetProjectFeatureEntityResponse
- func (s GetProjectFeatureEntityResponse) GoString() string
- func (s *GetProjectFeatureEntityResponse) SetBody(v *GetProjectFeatureEntityResponseBody) *GetProjectFeatureEntityResponse
- func (s *GetProjectFeatureEntityResponse) SetHeaders(v map[string]*string) *GetProjectFeatureEntityResponse
- func (s *GetProjectFeatureEntityResponse) SetStatusCode(v int32) *GetProjectFeatureEntityResponse
- func (s GetProjectFeatureEntityResponse) String() string
- type GetProjectFeatureEntityResponseBody
- func (s GetProjectFeatureEntityResponseBody) GoString() string
- func (s *GetProjectFeatureEntityResponseBody) SetFeatureEntityId(v string) *GetProjectFeatureEntityResponseBody
- func (s *GetProjectFeatureEntityResponseBody) SetJoinId(v string) *GetProjectFeatureEntityResponseBody
- func (s *GetProjectFeatureEntityResponseBody) SetName(v string) *GetProjectFeatureEntityResponseBody
- func (s *GetProjectFeatureEntityResponseBody) SetProjectName(v string) *GetProjectFeatureEntityResponseBody
- func (s *GetProjectFeatureEntityResponseBody) SetRequestId(v string) *GetProjectFeatureEntityResponseBody
- func (s *GetProjectFeatureEntityResponseBody) SetWorkspaceId(v string) *GetProjectFeatureEntityResponseBody
- func (s GetProjectFeatureEntityResponseBody) String() string
- type GetProjectResponse
- func (s GetProjectResponse) GoString() string
- func (s *GetProjectResponse) SetBody(v *GetProjectResponseBody) *GetProjectResponse
- func (s *GetProjectResponse) SetHeaders(v map[string]*string) *GetProjectResponse
- func (s *GetProjectResponse) SetStatusCode(v int32) *GetProjectResponse
- func (s GetProjectResponse) String() string
- type GetProjectResponseBody
- func (s GetProjectResponseBody) GoString() string
- func (s *GetProjectResponseBody) SetDescription(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetFeatureEntityCount(v int32) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetFeatureViewCount(v int32) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetGmtCreateTime(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetGmtModifiedTime(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetModelCount(v int32) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetName(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetOfflineDatasourceId(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetOfflineDatasourceName(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetOfflineDatasourceType(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetOfflineLifecycle(v int32) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetOnlineDatasourceId(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetOnlineDatasourceName(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetOnlineDatasourceType(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetOwner(v string) *GetProjectResponseBody
- func (s *GetProjectResponseBody) SetRequestId(v string) *GetProjectResponseBody
- func (s GetProjectResponseBody) String() string
- type GetServiceIdentityRoleResponse
- func (s GetServiceIdentityRoleResponse) GoString() string
- func (s *GetServiceIdentityRoleResponse) SetBody(v *GetServiceIdentityRoleResponseBody) *GetServiceIdentityRoleResponse
- func (s *GetServiceIdentityRoleResponse) SetHeaders(v map[string]*string) *GetServiceIdentityRoleResponse
- func (s *GetServiceIdentityRoleResponse) SetStatusCode(v int32) *GetServiceIdentityRoleResponse
- func (s GetServiceIdentityRoleResponse) String() string
- type GetServiceIdentityRoleResponseBody
- func (s GetServiceIdentityRoleResponseBody) GoString() string
- func (s *GetServiceIdentityRoleResponseBody) SetPolicy(v string) *GetServiceIdentityRoleResponseBody
- func (s *GetServiceIdentityRoleResponseBody) SetRequestId(v string) *GetServiceIdentityRoleResponseBody
- func (s *GetServiceIdentityRoleResponseBody) SetRoleName(v string) *GetServiceIdentityRoleResponseBody
- func (s GetServiceIdentityRoleResponseBody) String() string
- type GetTaskResponse
- func (s GetTaskResponse) GoString() string
- func (s *GetTaskResponse) SetBody(v *GetTaskResponseBody) *GetTaskResponse
- func (s *GetTaskResponse) SetHeaders(v map[string]*string) *GetTaskResponse
- func (s *GetTaskResponse) SetStatusCode(v int32) *GetTaskResponse
- func (s GetTaskResponse) String() string
- type GetTaskResponseBody
- func (s GetTaskResponseBody) GoString() string
- func (s *GetTaskResponseBody) SetConfig(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetGmtCreateTime(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetGmtExecutedTime(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetGmtFinishedTime(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetGmtModifiedTime(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetObjectId(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetObjectType(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetProjectId(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetProjectName(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetRequestId(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetRunningConfig(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetStatus(v string) *GetTaskResponseBody
- func (s *GetTaskResponseBody) SetType(v string) *GetTaskResponseBody
- func (s GetTaskResponseBody) String() string
- type ListDatasourceTablesRequest
- type ListDatasourceTablesResponse
- func (s ListDatasourceTablesResponse) GoString() string
- func (s *ListDatasourceTablesResponse) SetBody(v *ListDatasourceTablesResponseBody) *ListDatasourceTablesResponse
- func (s *ListDatasourceTablesResponse) SetHeaders(v map[string]*string) *ListDatasourceTablesResponse
- func (s *ListDatasourceTablesResponse) SetStatusCode(v int32) *ListDatasourceTablesResponse
- func (s ListDatasourceTablesResponse) String() string
- type ListDatasourceTablesResponseBody
- func (s ListDatasourceTablesResponseBody) GoString() string
- func (s *ListDatasourceTablesResponseBody) SetRequestId(v string) *ListDatasourceTablesResponseBody
- func (s *ListDatasourceTablesResponseBody) SetTables(v []*string) *ListDatasourceTablesResponseBody
- func (s *ListDatasourceTablesResponseBody) SetTotalCount(v int64) *ListDatasourceTablesResponseBody
- func (s ListDatasourceTablesResponseBody) String() string
- type ListDatasourcesRequest
- func (s ListDatasourcesRequest) GoString() string
- func (s *ListDatasourcesRequest) SetName(v string) *ListDatasourcesRequest
- func (s *ListDatasourcesRequest) SetOrder(v string) *ListDatasourcesRequest
- func (s *ListDatasourcesRequest) SetPageNumber(v int32) *ListDatasourcesRequest
- func (s *ListDatasourcesRequest) SetPageSize(v int32) *ListDatasourcesRequest
- func (s *ListDatasourcesRequest) SetSortBy(v string) *ListDatasourcesRequest
- func (s *ListDatasourcesRequest) SetType(v string) *ListDatasourcesRequest
- func (s *ListDatasourcesRequest) SetWorkspaceId(v string) *ListDatasourcesRequest
- func (s ListDatasourcesRequest) String() string
- type ListDatasourcesResponse
- func (s ListDatasourcesResponse) GoString() string
- func (s *ListDatasourcesResponse) SetBody(v *ListDatasourcesResponseBody) *ListDatasourcesResponse
- func (s *ListDatasourcesResponse) SetHeaders(v map[string]*string) *ListDatasourcesResponse
- func (s *ListDatasourcesResponse) SetStatusCode(v int32) *ListDatasourcesResponse
- func (s ListDatasourcesResponse) String() string
- type ListDatasourcesResponseBody
- func (s ListDatasourcesResponseBody) GoString() string
- func (s *ListDatasourcesResponseBody) SetDatasources(v []*ListDatasourcesResponseBodyDatasources) *ListDatasourcesResponseBody
- func (s *ListDatasourcesResponseBody) SetRequestId(v string) *ListDatasourcesResponseBody
- func (s *ListDatasourcesResponseBody) SetTotalCount(v int64) *ListDatasourcesResponseBody
- func (s ListDatasourcesResponseBody) String() string
- type ListDatasourcesResponseBodyDatasources
- func (s ListDatasourcesResponseBodyDatasources) GoString() string
- func (s *ListDatasourcesResponseBodyDatasources) SetConfig(v string) *ListDatasourcesResponseBodyDatasources
- func (s *ListDatasourcesResponseBodyDatasources) SetDatasourceId(v string) *ListDatasourcesResponseBodyDatasources
- func (s *ListDatasourcesResponseBodyDatasources) SetGmtCreateTime(v string) *ListDatasourcesResponseBodyDatasources
- func (s *ListDatasourcesResponseBodyDatasources) SetGmtModifiedTime(v string) *ListDatasourcesResponseBodyDatasources
- func (s *ListDatasourcesResponseBodyDatasources) SetName(v string) *ListDatasourcesResponseBodyDatasources
- func (s *ListDatasourcesResponseBodyDatasources) SetType(v string) *ListDatasourcesResponseBodyDatasources
- func (s *ListDatasourcesResponseBodyDatasources) SetUri(v string) *ListDatasourcesResponseBodyDatasources
- func (s *ListDatasourcesResponseBodyDatasources) SetWorkspaceId(v string) *ListDatasourcesResponseBodyDatasources
- func (s ListDatasourcesResponseBodyDatasources) String() string
- type ListFeatureEntitiesRequest
- func (s ListFeatureEntitiesRequest) GoString() string
- func (s *ListFeatureEntitiesRequest) SetFeatureEntityIds(v []*string) *ListFeatureEntitiesRequest
- func (s *ListFeatureEntitiesRequest) SetName(v string) *ListFeatureEntitiesRequest
- func (s *ListFeatureEntitiesRequest) SetOrder(v string) *ListFeatureEntitiesRequest
- func (s *ListFeatureEntitiesRequest) SetOwner(v string) *ListFeatureEntitiesRequest
- func (s *ListFeatureEntitiesRequest) SetPageNumber(v int32) *ListFeatureEntitiesRequest
- func (s *ListFeatureEntitiesRequest) SetPageSize(v int32) *ListFeatureEntitiesRequest
- func (s *ListFeatureEntitiesRequest) SetProjectId(v string) *ListFeatureEntitiesRequest
- func (s *ListFeatureEntitiesRequest) SetSortBy(v string) *ListFeatureEntitiesRequest
- func (s ListFeatureEntitiesRequest) String() string
- type ListFeatureEntitiesResponse
- func (s ListFeatureEntitiesResponse) GoString() string
- func (s *ListFeatureEntitiesResponse) SetBody(v *ListFeatureEntitiesResponseBody) *ListFeatureEntitiesResponse
- func (s *ListFeatureEntitiesResponse) SetHeaders(v map[string]*string) *ListFeatureEntitiesResponse
- func (s *ListFeatureEntitiesResponse) SetStatusCode(v int32) *ListFeatureEntitiesResponse
- func (s ListFeatureEntitiesResponse) String() string
- type ListFeatureEntitiesResponseBody
- func (s ListFeatureEntitiesResponseBody) GoString() string
- func (s *ListFeatureEntitiesResponseBody) SetFeatureEntities(v []*ListFeatureEntitiesResponseBodyFeatureEntities) *ListFeatureEntitiesResponseBody
- func (s *ListFeatureEntitiesResponseBody) SetRequestId(v string) *ListFeatureEntitiesResponseBody
- func (s *ListFeatureEntitiesResponseBody) SetTotalCount(v int32) *ListFeatureEntitiesResponseBody
- func (s ListFeatureEntitiesResponseBody) String() string
- type ListFeatureEntitiesResponseBodyFeatureEntities
- func (s ListFeatureEntitiesResponseBodyFeatureEntities) GoString() string
- func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetFeatureEntityId(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
- func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetGmtCreateTime(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
- func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetJoinId(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
- func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetName(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
- func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetOwner(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
- func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetProjectId(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
- func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetProjectName(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
- func (s ListFeatureEntitiesResponseBodyFeatureEntities) String() string
- type ListFeatureEntitiesShrinkRequest
- func (s ListFeatureEntitiesShrinkRequest) GoString() string
- func (s *ListFeatureEntitiesShrinkRequest) SetFeatureEntityIdsShrink(v string) *ListFeatureEntitiesShrinkRequest
- func (s *ListFeatureEntitiesShrinkRequest) SetName(v string) *ListFeatureEntitiesShrinkRequest
- func (s *ListFeatureEntitiesShrinkRequest) SetOrder(v string) *ListFeatureEntitiesShrinkRequest
- func (s *ListFeatureEntitiesShrinkRequest) SetOwner(v string) *ListFeatureEntitiesShrinkRequest
- func (s *ListFeatureEntitiesShrinkRequest) SetPageNumber(v int32) *ListFeatureEntitiesShrinkRequest
- func (s *ListFeatureEntitiesShrinkRequest) SetPageSize(v int32) *ListFeatureEntitiesShrinkRequest
- func (s *ListFeatureEntitiesShrinkRequest) SetProjectId(v string) *ListFeatureEntitiesShrinkRequest
- func (s *ListFeatureEntitiesShrinkRequest) SetSortBy(v string) *ListFeatureEntitiesShrinkRequest
- func (s ListFeatureEntitiesShrinkRequest) String() string
- type ListFeatureViewFieldRelationshipsResponse
- func (s ListFeatureViewFieldRelationshipsResponse) GoString() string
- func (s *ListFeatureViewFieldRelationshipsResponse) SetBody(v *ListFeatureViewFieldRelationshipsResponseBody) *ListFeatureViewFieldRelationshipsResponse
- func (s *ListFeatureViewFieldRelationshipsResponse) SetHeaders(v map[string]*string) *ListFeatureViewFieldRelationshipsResponse
- func (s *ListFeatureViewFieldRelationshipsResponse) SetStatusCode(v int32) *ListFeatureViewFieldRelationshipsResponse
- func (s ListFeatureViewFieldRelationshipsResponse) String() string
- type ListFeatureViewFieldRelationshipsResponseBody
- func (s ListFeatureViewFieldRelationshipsResponseBody) GoString() string
- func (s *ListFeatureViewFieldRelationshipsResponseBody) SetRelationships(v []*ListFeatureViewFieldRelationshipsResponseBodyRelationships) *ListFeatureViewFieldRelationshipsResponseBody
- func (s *ListFeatureViewFieldRelationshipsResponseBody) SetRequestId(v string) *ListFeatureViewFieldRelationshipsResponseBody
- func (s ListFeatureViewFieldRelationshipsResponseBody) String() string
- type ListFeatureViewFieldRelationshipsResponseBodyRelationships
- func (s ListFeatureViewFieldRelationshipsResponseBodyRelationships) GoString() string
- func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetFeatureName(v string) *ListFeatureViewFieldRelationshipsResponseBodyRelationships
- func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetModels(v []*ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) *ListFeatureViewFieldRelationshipsResponseBodyRelationships
- func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetOfflineTableName(v string) *ListFeatureViewFieldRelationshipsResponseBodyRelationships
- func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetOnlineTableName(v string) *ListFeatureViewFieldRelationshipsResponseBodyRelationships
- func (s ListFeatureViewFieldRelationshipsResponseBodyRelationships) String() string
- type ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels
- func (s ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) GoString() string
- func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) SetModelId(v string) *ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels
- func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) SetModelName(v string) *ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels
- func (s ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) String() string
- type ListFeatureViewOnlineFeaturesRequest
- type ListFeatureViewOnlineFeaturesResponse
- func (s ListFeatureViewOnlineFeaturesResponse) GoString() string
- func (s *ListFeatureViewOnlineFeaturesResponse) SetBody(v *ListFeatureViewOnlineFeaturesResponseBody) *ListFeatureViewOnlineFeaturesResponse
- func (s *ListFeatureViewOnlineFeaturesResponse) SetHeaders(v map[string]*string) *ListFeatureViewOnlineFeaturesResponse
- func (s *ListFeatureViewOnlineFeaturesResponse) SetStatusCode(v int32) *ListFeatureViewOnlineFeaturesResponse
- func (s ListFeatureViewOnlineFeaturesResponse) String() string
- type ListFeatureViewOnlineFeaturesResponseBody
- func (s ListFeatureViewOnlineFeaturesResponseBody) GoString() string
- func (s *ListFeatureViewOnlineFeaturesResponseBody) SetOnlineFeatures(v []*string) *ListFeatureViewOnlineFeaturesResponseBody
- func (s *ListFeatureViewOnlineFeaturesResponseBody) SetRequestId(v string) *ListFeatureViewOnlineFeaturesResponseBody
- func (s ListFeatureViewOnlineFeaturesResponseBody) String() string
- type ListFeatureViewOnlineFeaturesShrinkRequest
- type ListFeatureViewRelationshipsResponse
- func (s ListFeatureViewRelationshipsResponse) GoString() string
- func (s *ListFeatureViewRelationshipsResponse) SetBody(v *ListFeatureViewRelationshipsResponseBody) *ListFeatureViewRelationshipsResponse
- func (s *ListFeatureViewRelationshipsResponse) SetHeaders(v map[string]*string) *ListFeatureViewRelationshipsResponse
- func (s *ListFeatureViewRelationshipsResponse) SetStatusCode(v int32) *ListFeatureViewRelationshipsResponse
- func (s ListFeatureViewRelationshipsResponse) String() string
- type ListFeatureViewRelationshipsResponseBody
- func (s ListFeatureViewRelationshipsResponseBody) GoString() string
- func (s *ListFeatureViewRelationshipsResponseBody) SetRelationships(v []*ListFeatureViewRelationshipsResponseBodyRelationships) *ListFeatureViewRelationshipsResponseBody
- func (s *ListFeatureViewRelationshipsResponseBody) SetRequestId(v string) *ListFeatureViewRelationshipsResponseBody
- func (s ListFeatureViewRelationshipsResponseBody) String() string
- type ListFeatureViewRelationshipsResponseBodyRelationships
- func (s ListFeatureViewRelationshipsResponseBodyRelationships) GoString() string
- func (s *ListFeatureViewRelationshipsResponseBodyRelationships) SetFeatureViewName(v string) *ListFeatureViewRelationshipsResponseBodyRelationships
- func (s *ListFeatureViewRelationshipsResponseBodyRelationships) SetModels(v []*ListFeatureViewRelationshipsResponseBodyRelationshipsModels) *ListFeatureViewRelationshipsResponseBodyRelationships
- func (s *ListFeatureViewRelationshipsResponseBodyRelationships) SetProjectName(v string) *ListFeatureViewRelationshipsResponseBodyRelationships
- func (s ListFeatureViewRelationshipsResponseBodyRelationships) String() string
- type ListFeatureViewRelationshipsResponseBodyRelationshipsModels
- func (s ListFeatureViewRelationshipsResponseBodyRelationshipsModels) GoString() string
- func (s *ListFeatureViewRelationshipsResponseBodyRelationshipsModels) SetModelId(v string) *ListFeatureViewRelationshipsResponseBodyRelationshipsModels
- func (s *ListFeatureViewRelationshipsResponseBodyRelationshipsModels) SetModelName(v string) *ListFeatureViewRelationshipsResponseBodyRelationshipsModels
- func (s ListFeatureViewRelationshipsResponseBodyRelationshipsModels) String() string
- type ListFeatureViewsRequest
- func (s ListFeatureViewsRequest) GoString() string
- func (s *ListFeatureViewsRequest) SetFeatureName(v string) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetFeatureViewIds(v []*string) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetName(v string) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetOrder(v string) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetOwner(v string) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetPageNumber(v int32) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetPageSize(v int32) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetProjectId(v string) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetSortBy(v string) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetTag(v string) *ListFeatureViewsRequest
- func (s *ListFeatureViewsRequest) SetType(v string) *ListFeatureViewsRequest
- func (s ListFeatureViewsRequest) String() string
- type ListFeatureViewsResponse
- func (s ListFeatureViewsResponse) GoString() string
- func (s *ListFeatureViewsResponse) SetBody(v *ListFeatureViewsResponseBody) *ListFeatureViewsResponse
- func (s *ListFeatureViewsResponse) SetHeaders(v map[string]*string) *ListFeatureViewsResponse
- func (s *ListFeatureViewsResponse) SetStatusCode(v int32) *ListFeatureViewsResponse
- func (s ListFeatureViewsResponse) String() string
- type ListFeatureViewsResponseBody
- func (s ListFeatureViewsResponseBody) GoString() string
- func (s *ListFeatureViewsResponseBody) SetFeatureViews(v []*ListFeatureViewsResponseBodyFeatureViews) *ListFeatureViewsResponseBody
- func (s *ListFeatureViewsResponseBody) SetRequestId(v string) *ListFeatureViewsResponseBody
- func (s *ListFeatureViewsResponseBody) SetTotalCount(v int64) *ListFeatureViewsResponseBody
- func (s ListFeatureViewsResponseBody) String() string
- type ListFeatureViewsResponseBodyFeatureViews
- func (s ListFeatureViewsResponseBodyFeatureViews) GoString() string
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetFeatureEntityName(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetFeatureViewId(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetGmtCreateTime(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetGmtModifiedTime(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetName(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetOwner(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetProjectId(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetProjectName(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetRegisterDatasourceId(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetRegisterDatasourceName(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetRegisterTable(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetTTL(v int32) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetType(v string) *ListFeatureViewsResponseBodyFeatureViews
- func (s *ListFeatureViewsResponseBodyFeatureViews) SetWriteToFeatureDB(v bool) *ListFeatureViewsResponseBodyFeatureViews
- func (s ListFeatureViewsResponseBodyFeatureViews) String() string
- type ListFeatureViewsShrinkRequest
- func (s ListFeatureViewsShrinkRequest) GoString() string
- func (s *ListFeatureViewsShrinkRequest) SetFeatureName(v string) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetFeatureViewIdsShrink(v string) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetName(v string) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetOrder(v string) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetOwner(v string) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetPageNumber(v int32) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetPageSize(v int32) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetProjectId(v string) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetSortBy(v string) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetTag(v string) *ListFeatureViewsShrinkRequest
- func (s *ListFeatureViewsShrinkRequest) SetType(v string) *ListFeatureViewsShrinkRequest
- func (s ListFeatureViewsShrinkRequest) String() string
- type ListInstancesRequest
- func (s ListInstancesRequest) GoString() string
- func (s *ListInstancesRequest) SetOrder(v string) *ListInstancesRequest
- func (s *ListInstancesRequest) SetPageNumber(v int32) *ListInstancesRequest
- func (s *ListInstancesRequest) SetPageSize(v int32) *ListInstancesRequest
- func (s *ListInstancesRequest) SetSortBy(v string) *ListInstancesRequest
- func (s *ListInstancesRequest) SetStatus(v string) *ListInstancesRequest
- func (s ListInstancesRequest) String() string
- type ListInstancesResponse
- func (s ListInstancesResponse) GoString() string
- func (s *ListInstancesResponse) SetBody(v *ListInstancesResponseBody) *ListInstancesResponse
- func (s *ListInstancesResponse) SetHeaders(v map[string]*string) *ListInstancesResponse
- func (s *ListInstancesResponse) SetStatusCode(v int32) *ListInstancesResponse
- func (s ListInstancesResponse) String() string
- type ListInstancesResponseBody
- func (s ListInstancesResponseBody) GoString() string
- func (s *ListInstancesResponseBody) SetInstances(v []*ListInstancesResponseBodyInstances) *ListInstancesResponseBody
- func (s *ListInstancesResponseBody) SetRequestId(v string) *ListInstancesResponseBody
- func (s *ListInstancesResponseBody) SetTotalCount(v int64) *ListInstancesResponseBody
- func (s ListInstancesResponseBody) String() string
- type ListInstancesResponseBodyInstances
- func (s ListInstancesResponseBodyInstances) GoString() string
- func (s *ListInstancesResponseBodyInstances) SetFeatureDBInstanceInfo(v *ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) *ListInstancesResponseBodyInstances
- func (s *ListInstancesResponseBodyInstances) SetGmtCreateTime(v string) *ListInstancesResponseBodyInstances
- func (s *ListInstancesResponseBodyInstances) SetGmtModifiedTime(v string) *ListInstancesResponseBodyInstances
- func (s *ListInstancesResponseBodyInstances) SetInstanceId(v string) *ListInstancesResponseBodyInstances
- func (s *ListInstancesResponseBodyInstances) SetRegionId(v string) *ListInstancesResponseBodyInstances
- func (s *ListInstancesResponseBodyInstances) SetStatus(v string) *ListInstancesResponseBodyInstances
- func (s *ListInstancesResponseBodyInstances) SetType(v string) *ListInstancesResponseBodyInstances
- func (s ListInstancesResponseBodyInstances) String() string
- type ListInstancesResponseBodyInstancesFeatureDBInstanceInfo
- func (s ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) GoString() string
- func (s *ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) SetStatus(v string) *ListInstancesResponseBodyInstancesFeatureDBInstanceInfo
- func (s ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) String() string
- type ListLabelTablesRequest
- func (s ListLabelTablesRequest) GoString() string
- func (s *ListLabelTablesRequest) SetLabelTableIds(v []*string) *ListLabelTablesRequest
- func (s *ListLabelTablesRequest) SetName(v string) *ListLabelTablesRequest
- func (s *ListLabelTablesRequest) SetOrder(v string) *ListLabelTablesRequest
- func (s *ListLabelTablesRequest) SetOwner(v string) *ListLabelTablesRequest
- func (s *ListLabelTablesRequest) SetPageNumber(v int64) *ListLabelTablesRequest
- func (s *ListLabelTablesRequest) SetPageSize(v int64) *ListLabelTablesRequest
- func (s *ListLabelTablesRequest) SetProjectId(v string) *ListLabelTablesRequest
- func (s *ListLabelTablesRequest) SetSortBy(v string) *ListLabelTablesRequest
- func (s ListLabelTablesRequest) String() string
- type ListLabelTablesResponse
- func (s ListLabelTablesResponse) GoString() string
- func (s *ListLabelTablesResponse) SetBody(v *ListLabelTablesResponseBody) *ListLabelTablesResponse
- func (s *ListLabelTablesResponse) SetHeaders(v map[string]*string) *ListLabelTablesResponse
- func (s *ListLabelTablesResponse) SetStatusCode(v int32) *ListLabelTablesResponse
- func (s ListLabelTablesResponse) String() string
- type ListLabelTablesResponseBody
- func (s ListLabelTablesResponseBody) GoString() string
- func (s *ListLabelTablesResponseBody) SetLabelTables(v []*ListLabelTablesResponseBodyLabelTables) *ListLabelTablesResponseBody
- func (s *ListLabelTablesResponseBody) SetRequestId(v string) *ListLabelTablesResponseBody
- func (s *ListLabelTablesResponseBody) SetTotalCount(v int64) *ListLabelTablesResponseBody
- func (s ListLabelTablesResponseBody) String() string
- type ListLabelTablesResponseBodyLabelTables
- func (s ListLabelTablesResponseBodyLabelTables) GoString() string
- func (s *ListLabelTablesResponseBodyLabelTables) SetDatasourceId(v string) *ListLabelTablesResponseBodyLabelTables
- func (s *ListLabelTablesResponseBodyLabelTables) SetDatasourceName(v string) *ListLabelTablesResponseBodyLabelTables
- func (s *ListLabelTablesResponseBodyLabelTables) SetGmtCreateTime(v string) *ListLabelTablesResponseBodyLabelTables
- func (s *ListLabelTablesResponseBodyLabelTables) SetGmtModifiedTime(v string) *ListLabelTablesResponseBodyLabelTables
- func (s *ListLabelTablesResponseBodyLabelTables) SetLabelTableId(v string) *ListLabelTablesResponseBodyLabelTables
- func (s *ListLabelTablesResponseBodyLabelTables) SetName(v string) *ListLabelTablesResponseBodyLabelTables
- func (s *ListLabelTablesResponseBodyLabelTables) SetOwner(v string) *ListLabelTablesResponseBodyLabelTables
- func (s *ListLabelTablesResponseBodyLabelTables) SetProjectId(v string) *ListLabelTablesResponseBodyLabelTables
- func (s *ListLabelTablesResponseBodyLabelTables) SetProjectName(v string) *ListLabelTablesResponseBodyLabelTables
- func (s ListLabelTablesResponseBodyLabelTables) String() string
- type ListLabelTablesShrinkRequest
- func (s ListLabelTablesShrinkRequest) GoString() string
- func (s *ListLabelTablesShrinkRequest) SetLabelTableIdsShrink(v string) *ListLabelTablesShrinkRequest
- func (s *ListLabelTablesShrinkRequest) SetName(v string) *ListLabelTablesShrinkRequest
- func (s *ListLabelTablesShrinkRequest) SetOrder(v string) *ListLabelTablesShrinkRequest
- func (s *ListLabelTablesShrinkRequest) SetOwner(v string) *ListLabelTablesShrinkRequest
- func (s *ListLabelTablesShrinkRequest) SetPageNumber(v int64) *ListLabelTablesShrinkRequest
- func (s *ListLabelTablesShrinkRequest) SetPageSize(v int64) *ListLabelTablesShrinkRequest
- func (s *ListLabelTablesShrinkRequest) SetProjectId(v string) *ListLabelTablesShrinkRequest
- func (s *ListLabelTablesShrinkRequest) SetSortBy(v string) *ListLabelTablesShrinkRequest
- func (s ListLabelTablesShrinkRequest) String() string
- type ListModelFeatureAvailableFeaturesRequest
- type ListModelFeatureAvailableFeaturesResponse
- func (s ListModelFeatureAvailableFeaturesResponse) GoString() string
- func (s *ListModelFeatureAvailableFeaturesResponse) SetBody(v *ListModelFeatureAvailableFeaturesResponseBody) *ListModelFeatureAvailableFeaturesResponse
- func (s *ListModelFeatureAvailableFeaturesResponse) SetHeaders(v map[string]*string) *ListModelFeatureAvailableFeaturesResponse
- func (s *ListModelFeatureAvailableFeaturesResponse) SetStatusCode(v int32) *ListModelFeatureAvailableFeaturesResponse
- func (s ListModelFeatureAvailableFeaturesResponse) String() string
- type ListModelFeatureAvailableFeaturesResponseBody
- func (s ListModelFeatureAvailableFeaturesResponseBody) GoString() string
- func (s *ListModelFeatureAvailableFeaturesResponseBody) SetAvaliableFeatures(v []*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) *ListModelFeatureAvailableFeaturesResponseBody
- func (s *ListModelFeatureAvailableFeaturesResponseBody) SetRequestId(v string) *ListModelFeatureAvailableFeaturesResponseBody
- func (s *ListModelFeatureAvailableFeaturesResponseBody) SetTotalCount(v int64) *ListModelFeatureAvailableFeaturesResponseBody
- func (s ListModelFeatureAvailableFeaturesResponseBody) String() string
- type ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures
- func (s ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) GoString() string
- func (s *ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetName(v string) *ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures
- func (s *ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetSourceName(v string) *ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures
- func (s *ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetSourceType(v string) *ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures
- func (s *ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetType(v string) *ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures
- func (s ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) String() string
- type ListModelFeaturesRequest
- func (s ListModelFeaturesRequest) GoString() string
- func (s *ListModelFeaturesRequest) SetModelFeatureIds(v []*string) *ListModelFeaturesRequest
- func (s *ListModelFeaturesRequest) SetName(v string) *ListModelFeaturesRequest
- func (s *ListModelFeaturesRequest) SetOrder(v string) *ListModelFeaturesRequest
- func (s *ListModelFeaturesRequest) SetOwner(v string) *ListModelFeaturesRequest
- func (s *ListModelFeaturesRequest) SetPageNumber(v int32) *ListModelFeaturesRequest
- func (s *ListModelFeaturesRequest) SetPageSize(v int32) *ListModelFeaturesRequest
- func (s *ListModelFeaturesRequest) SetProjectId(v string) *ListModelFeaturesRequest
- func (s *ListModelFeaturesRequest) SetSortBy(v string) *ListModelFeaturesRequest
- func (s ListModelFeaturesRequest) String() string
- type ListModelFeaturesResponse
- func (s ListModelFeaturesResponse) GoString() string
- func (s *ListModelFeaturesResponse) SetBody(v *ListModelFeaturesResponseBody) *ListModelFeaturesResponse
- func (s *ListModelFeaturesResponse) SetHeaders(v map[string]*string) *ListModelFeaturesResponse
- func (s *ListModelFeaturesResponse) SetStatusCode(v int32) *ListModelFeaturesResponse
- func (s ListModelFeaturesResponse) String() string
- type ListModelFeaturesResponseBody
- func (s ListModelFeaturesResponseBody) GoString() string
- func (s *ListModelFeaturesResponseBody) SetModelFeatures(v []*ListModelFeaturesResponseBodyModelFeatures) *ListModelFeaturesResponseBody
- func (s *ListModelFeaturesResponseBody) SetRequestId(v string) *ListModelFeaturesResponseBody
- func (s *ListModelFeaturesResponseBody) SetTotalCount(v int64) *ListModelFeaturesResponseBody
- func (s ListModelFeaturesResponseBody) String() string
- type ListModelFeaturesResponseBodyModelFeatures
- func (s ListModelFeaturesResponseBodyModelFeatures) GoString() string
- func (s *ListModelFeaturesResponseBodyModelFeatures) SetGmtCreateTime(v string) *ListModelFeaturesResponseBodyModelFeatures
- func (s *ListModelFeaturesResponseBodyModelFeatures) SetGmtModifiedTime(v string) *ListModelFeaturesResponseBodyModelFeatures
- func (s *ListModelFeaturesResponseBodyModelFeatures) SetLabelTableName(v string) *ListModelFeaturesResponseBodyModelFeatures
- func (s *ListModelFeaturesResponseBodyModelFeatures) SetModelFeatureId(v string) *ListModelFeaturesResponseBodyModelFeatures
- func (s *ListModelFeaturesResponseBodyModelFeatures) SetName(v string) *ListModelFeaturesResponseBodyModelFeatures
- func (s *ListModelFeaturesResponseBodyModelFeatures) SetOwner(v string) *ListModelFeaturesResponseBodyModelFeatures
- func (s *ListModelFeaturesResponseBodyModelFeatures) SetProjectId(v string) *ListModelFeaturesResponseBodyModelFeatures
- func (s *ListModelFeaturesResponseBodyModelFeatures) SetProjectName(v string) *ListModelFeaturesResponseBodyModelFeatures
- func (s ListModelFeaturesResponseBodyModelFeatures) String() string
- type ListModelFeaturesShrinkRequest
- func (s ListModelFeaturesShrinkRequest) GoString() string
- func (s *ListModelFeaturesShrinkRequest) SetModelFeatureIdsShrink(v string) *ListModelFeaturesShrinkRequest
- func (s *ListModelFeaturesShrinkRequest) SetName(v string) *ListModelFeaturesShrinkRequest
- func (s *ListModelFeaturesShrinkRequest) SetOrder(v string) *ListModelFeaturesShrinkRequest
- func (s *ListModelFeaturesShrinkRequest) SetOwner(v string) *ListModelFeaturesShrinkRequest
- func (s *ListModelFeaturesShrinkRequest) SetPageNumber(v int32) *ListModelFeaturesShrinkRequest
- func (s *ListModelFeaturesShrinkRequest) SetPageSize(v int32) *ListModelFeaturesShrinkRequest
- func (s *ListModelFeaturesShrinkRequest) SetProjectId(v string) *ListModelFeaturesShrinkRequest
- func (s *ListModelFeaturesShrinkRequest) SetSortBy(v string) *ListModelFeaturesShrinkRequest
- func (s ListModelFeaturesShrinkRequest) String() string
- type ListProjectFeatureViewsResponse
- func (s ListProjectFeatureViewsResponse) GoString() string
- func (s *ListProjectFeatureViewsResponse) SetBody(v *ListProjectFeatureViewsResponseBody) *ListProjectFeatureViewsResponse
- func (s *ListProjectFeatureViewsResponse) SetHeaders(v map[string]*string) *ListProjectFeatureViewsResponse
- func (s *ListProjectFeatureViewsResponse) SetStatusCode(v int32) *ListProjectFeatureViewsResponse
- func (s ListProjectFeatureViewsResponse) String() string
- type ListProjectFeatureViewsResponseBody
- func (s ListProjectFeatureViewsResponseBody) GoString() string
- func (s *ListProjectFeatureViewsResponseBody) SetFeatureViews(v []*ListProjectFeatureViewsResponseBodyFeatureViews) *ListProjectFeatureViewsResponseBody
- func (s *ListProjectFeatureViewsResponseBody) SetRequestId(v string) *ListProjectFeatureViewsResponseBody
- func (s *ListProjectFeatureViewsResponseBody) SetTotalCount(v int64) *ListProjectFeatureViewsResponseBody
- func (s ListProjectFeatureViewsResponseBody) String() string
- type ListProjectFeatureViewsResponseBodyFeatureViews
- func (s ListProjectFeatureViewsResponseBodyFeatureViews) GoString() string
- func (s *ListProjectFeatureViewsResponseBodyFeatureViews) SetFeatureViewId(v string) *ListProjectFeatureViewsResponseBodyFeatureViews
- func (s *ListProjectFeatureViewsResponseBodyFeatureViews) SetFeatures(v []*ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) *ListProjectFeatureViewsResponseBodyFeatureViews
- func (s *ListProjectFeatureViewsResponseBodyFeatureViews) SetName(v string) *ListProjectFeatureViewsResponseBodyFeatureViews
- func (s *ListProjectFeatureViewsResponseBodyFeatureViews) SetType(v string) *ListProjectFeatureViewsResponseBodyFeatureViews
- func (s ListProjectFeatureViewsResponseBodyFeatureViews) String() string
- type ListProjectFeatureViewsResponseBodyFeatureViewsFeatures
- func (s ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) GoString() string
- func (s *ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) SetAttributes(v []*string) *ListProjectFeatureViewsResponseBodyFeatureViewsFeatures
- func (s *ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) SetName(v string) *ListProjectFeatureViewsResponseBodyFeatureViewsFeatures
- func (s *ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) SetType(v string) *ListProjectFeatureViewsResponseBodyFeatureViewsFeatures
- func (s ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) String() string
- type ListProjectsRequest
- func (s ListProjectsRequest) GoString() string
- func (s *ListProjectsRequest) SetName(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetOrder(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetOwner(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetPageNumber(v int32) *ListProjectsRequest
- func (s *ListProjectsRequest) SetPageSize(v int32) *ListProjectsRequest
- func (s *ListProjectsRequest) SetProjectIds(v []*string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetSortBy(v string) *ListProjectsRequest
- func (s *ListProjectsRequest) SetWorkspaceId(v string) *ListProjectsRequest
- func (s ListProjectsRequest) String() string
- type ListProjectsResponse
- func (s ListProjectsResponse) GoString() string
- func (s *ListProjectsResponse) SetBody(v *ListProjectsResponseBody) *ListProjectsResponse
- func (s *ListProjectsResponse) SetHeaders(v map[string]*string) *ListProjectsResponse
- func (s *ListProjectsResponse) SetStatusCode(v int32) *ListProjectsResponse
- func (s ListProjectsResponse) String() string
- type ListProjectsResponseBody
- func (s ListProjectsResponseBody) GoString() string
- func (s *ListProjectsResponseBody) SetProjects(v []*ListProjectsResponseBodyProjects) *ListProjectsResponseBody
- func (s *ListProjectsResponseBody) SetRequestId(v string) *ListProjectsResponseBody
- func (s *ListProjectsResponseBody) SetTotalCount(v int64) *ListProjectsResponseBody
- func (s ListProjectsResponseBody) String() string
- type ListProjectsResponseBodyProjects
- func (s ListProjectsResponseBodyProjects) GoString() string
- func (s *ListProjectsResponseBodyProjects) SetDescription(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetFeatureEntityCount(v int32) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetFeatureViewCount(v int32) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetGmtCreateTime(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetGmtModifiedTime(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetModelCount(v int32) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetName(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetOfflineDatasourceId(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetOfflineDatasourceName(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetOfflineDatasourceType(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetOfflineLifecycle(v int32) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetOnlineDatasourceId(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetOnlineDatasourceName(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetOnlineDatasourceType(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetOwner(v string) *ListProjectsResponseBodyProjects
- func (s *ListProjectsResponseBodyProjects) SetProjectId(v string) *ListProjectsResponseBodyProjects
- func (s ListProjectsResponseBodyProjects) String() string
- type ListProjectsShrinkRequest
- func (s ListProjectsShrinkRequest) GoString() string
- func (s *ListProjectsShrinkRequest) SetName(v string) *ListProjectsShrinkRequest
- func (s *ListProjectsShrinkRequest) SetOrder(v string) *ListProjectsShrinkRequest
- func (s *ListProjectsShrinkRequest) SetOwner(v string) *ListProjectsShrinkRequest
- func (s *ListProjectsShrinkRequest) SetPageNumber(v int32) *ListProjectsShrinkRequest
- func (s *ListProjectsShrinkRequest) SetPageSize(v int32) *ListProjectsShrinkRequest
- func (s *ListProjectsShrinkRequest) SetProjectIdsShrink(v string) *ListProjectsShrinkRequest
- func (s *ListProjectsShrinkRequest) SetSortBy(v string) *ListProjectsShrinkRequest
- func (s *ListProjectsShrinkRequest) SetWorkspaceId(v string) *ListProjectsShrinkRequest
- func (s ListProjectsShrinkRequest) String() string
- type ListTaskLogsRequest
- type ListTaskLogsResponse
- func (s ListTaskLogsResponse) GoString() string
- func (s *ListTaskLogsResponse) SetBody(v *ListTaskLogsResponseBody) *ListTaskLogsResponse
- func (s *ListTaskLogsResponse) SetHeaders(v map[string]*string) *ListTaskLogsResponse
- func (s *ListTaskLogsResponse) SetStatusCode(v int32) *ListTaskLogsResponse
- func (s ListTaskLogsResponse) String() string
- type ListTaskLogsResponseBody
- func (s ListTaskLogsResponseBody) GoString() string
- func (s *ListTaskLogsResponseBody) SetLogs(v []*string) *ListTaskLogsResponseBody
- func (s *ListTaskLogsResponseBody) SetRequestId(v string) *ListTaskLogsResponseBody
- func (s *ListTaskLogsResponseBody) SetTotalCount(v int32) *ListTaskLogsResponseBody
- func (s ListTaskLogsResponseBody) String() string
- type ListTasksRequest
- func (s ListTasksRequest) GoString() string
- func (s *ListTasksRequest) SetObjectId(v string) *ListTasksRequest
- func (s *ListTasksRequest) SetObjectType(v string) *ListTasksRequest
- func (s *ListTasksRequest) SetPageNumber(v int32) *ListTasksRequest
- func (s *ListTasksRequest) SetPageSize(v int32) *ListTasksRequest
- func (s *ListTasksRequest) SetProjectId(v string) *ListTasksRequest
- func (s *ListTasksRequest) SetStatus(v string) *ListTasksRequest
- func (s *ListTasksRequest) SetTaskIds(v []*string) *ListTasksRequest
- func (s *ListTasksRequest) SetType(v string) *ListTasksRequest
- func (s ListTasksRequest) String() string
- type ListTasksResponse
- func (s ListTasksResponse) GoString() string
- func (s *ListTasksResponse) SetBody(v *ListTasksResponseBody) *ListTasksResponse
- func (s *ListTasksResponse) SetHeaders(v map[string]*string) *ListTasksResponse
- func (s *ListTasksResponse) SetStatusCode(v int32) *ListTasksResponse
- func (s ListTasksResponse) String() string
- type ListTasksResponseBody
- func (s ListTasksResponseBody) GoString() string
- func (s *ListTasksResponseBody) SetRequestId(v string) *ListTasksResponseBody
- func (s *ListTasksResponseBody) SetTasks(v []*ListTasksResponseBodyTasks) *ListTasksResponseBody
- func (s *ListTasksResponseBody) SetTotalCount(v int32) *ListTasksResponseBody
- func (s ListTasksResponseBody) String() string
- type ListTasksResponseBodyTasks
- func (s ListTasksResponseBodyTasks) GoString() string
- func (s *ListTasksResponseBodyTasks) SetGmtCreateTime(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetGmtExecutedTime(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetGmtFinishedTime(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetObjectId(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetObjectType(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetProjectId(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetProjectName(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetStatus(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetTaskId(v string) *ListTasksResponseBodyTasks
- func (s *ListTasksResponseBodyTasks) SetType(v string) *ListTasksResponseBodyTasks
- func (s ListTasksResponseBodyTasks) String() string
- type ListTasksShrinkRequest
- func (s ListTasksShrinkRequest) GoString() string
- func (s *ListTasksShrinkRequest) SetObjectId(v string) *ListTasksShrinkRequest
- func (s *ListTasksShrinkRequest) SetObjectType(v string) *ListTasksShrinkRequest
- func (s *ListTasksShrinkRequest) SetPageNumber(v int32) *ListTasksShrinkRequest
- func (s *ListTasksShrinkRequest) SetPageSize(v int32) *ListTasksShrinkRequest
- func (s *ListTasksShrinkRequest) SetProjectId(v string) *ListTasksShrinkRequest
- func (s *ListTasksShrinkRequest) SetStatus(v string) *ListTasksShrinkRequest
- func (s *ListTasksShrinkRequest) SetTaskIdsShrink(v string) *ListTasksShrinkRequest
- func (s *ListTasksShrinkRequest) SetType(v string) *ListTasksShrinkRequest
- func (s ListTasksShrinkRequest) String() string
- type PublishFeatureViewTableRequest
- func (s PublishFeatureViewTableRequest) GoString() string
- func (s *PublishFeatureViewTableRequest) SetConfig(v string) *PublishFeatureViewTableRequest
- func (s *PublishFeatureViewTableRequest) SetEventTime(v string) *PublishFeatureViewTableRequest
- func (s *PublishFeatureViewTableRequest) SetMode(v string) *PublishFeatureViewTableRequest
- func (s *PublishFeatureViewTableRequest) SetOfflineToOnline(v bool) *PublishFeatureViewTableRequest
- func (s *PublishFeatureViewTableRequest) SetPartitions(v map[string]map[string]interface{}) *PublishFeatureViewTableRequest
- func (s PublishFeatureViewTableRequest) String() string
- type PublishFeatureViewTableResponse
- func (s PublishFeatureViewTableResponse) GoString() string
- func (s *PublishFeatureViewTableResponse) SetBody(v *PublishFeatureViewTableResponseBody) *PublishFeatureViewTableResponse
- func (s *PublishFeatureViewTableResponse) SetHeaders(v map[string]*string) *PublishFeatureViewTableResponse
- func (s *PublishFeatureViewTableResponse) SetStatusCode(v int32) *PublishFeatureViewTableResponse
- func (s PublishFeatureViewTableResponse) String() string
- type PublishFeatureViewTableResponseBody
- func (s PublishFeatureViewTableResponseBody) GoString() string
- func (s *PublishFeatureViewTableResponseBody) SetRequestId(v string) *PublishFeatureViewTableResponseBody
- func (s *PublishFeatureViewTableResponseBody) SetTaskId(v string) *PublishFeatureViewTableResponseBody
- func (s PublishFeatureViewTableResponseBody) String() string
- type UpdateDatasourceRequest
- func (s UpdateDatasourceRequest) GoString() string
- func (s *UpdateDatasourceRequest) SetConfig(v string) *UpdateDatasourceRequest
- func (s *UpdateDatasourceRequest) SetName(v string) *UpdateDatasourceRequest
- func (s *UpdateDatasourceRequest) SetUri(v string) *UpdateDatasourceRequest
- func (s UpdateDatasourceRequest) String() string
- type UpdateDatasourceResponse
- func (s UpdateDatasourceResponse) GoString() string
- func (s *UpdateDatasourceResponse) SetBody(v *UpdateDatasourceResponseBody) *UpdateDatasourceResponse
- func (s *UpdateDatasourceResponse) SetHeaders(v map[string]*string) *UpdateDatasourceResponse
- func (s *UpdateDatasourceResponse) SetStatusCode(v int32) *UpdateDatasourceResponse
- func (s UpdateDatasourceResponse) String() string
- type UpdateDatasourceResponseBody
- type UpdateLabelTableRequest
- func (s UpdateLabelTableRequest) GoString() string
- func (s *UpdateLabelTableRequest) SetDatasourceId(v string) *UpdateLabelTableRequest
- func (s *UpdateLabelTableRequest) SetFields(v []*UpdateLabelTableRequestFields) *UpdateLabelTableRequest
- func (s *UpdateLabelTableRequest) SetName(v string) *UpdateLabelTableRequest
- func (s UpdateLabelTableRequest) String() string
- type UpdateLabelTableRequestFields
- func (s UpdateLabelTableRequestFields) GoString() string
- func (s *UpdateLabelTableRequestFields) SetAttributes(v []*string) *UpdateLabelTableRequestFields
- func (s *UpdateLabelTableRequestFields) SetName(v string) *UpdateLabelTableRequestFields
- func (s *UpdateLabelTableRequestFields) SetType(v string) *UpdateLabelTableRequestFields
- func (s UpdateLabelTableRequestFields) String() string
- type UpdateLabelTableResponse
- func (s UpdateLabelTableResponse) GoString() string
- func (s *UpdateLabelTableResponse) SetBody(v *UpdateLabelTableResponseBody) *UpdateLabelTableResponse
- func (s *UpdateLabelTableResponse) SetHeaders(v map[string]*string) *UpdateLabelTableResponse
- func (s *UpdateLabelTableResponse) SetStatusCode(v int32) *UpdateLabelTableResponse
- func (s UpdateLabelTableResponse) String() string
- type UpdateLabelTableResponseBody
- type UpdateModelFeatureFGFeatureRequest
- func (s UpdateModelFeatureFGFeatureRequest) GoString() string
- func (s *UpdateModelFeatureFGFeatureRequest) SetLookupFeatures(v []*UpdateModelFeatureFGFeatureRequestLookupFeatures) *UpdateModelFeatureFGFeatureRequest
- func (s *UpdateModelFeatureFGFeatureRequest) SetRawFeatures(v []*UpdateModelFeatureFGFeatureRequestRawFeatures) *UpdateModelFeatureFGFeatureRequest
- func (s *UpdateModelFeatureFGFeatureRequest) SetReserves(v []*string) *UpdateModelFeatureFGFeatureRequest
- func (s *UpdateModelFeatureFGFeatureRequest) SetSequenceFeatures(v []*UpdateModelFeatureFGFeatureRequestSequenceFeatures) *UpdateModelFeatureFGFeatureRequest
- func (s UpdateModelFeatureFGFeatureRequest) String() string
- type UpdateModelFeatureFGFeatureRequestLookupFeatures
- func (s UpdateModelFeatureFGFeatureRequestLookupFeatures) GoString() string
- func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetDefaultValue(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
- func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetFeatureName(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
- func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetKeyFeatureDomain(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
- func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetKeyFeatureName(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
- func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetMapFeatureDomain(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
- func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetMapFeatureName(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
- func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetValueType(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
- func (s UpdateModelFeatureFGFeatureRequestLookupFeatures) String() string
- type UpdateModelFeatureFGFeatureRequestRawFeatures
- func (s UpdateModelFeatureFGFeatureRequestRawFeatures) GoString() string
- func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetDefaultValue(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
- func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureDomain(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
- func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureName(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
- func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureType(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
- func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetInputFeatureName(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
- func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetValueType(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
- func (s UpdateModelFeatureFGFeatureRequestRawFeatures) String() string
- type UpdateModelFeatureFGFeatureRequestSequenceFeatures
- func (s UpdateModelFeatureFGFeatureRequestSequenceFeatures) GoString() string
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetAttributeDelim(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetFeatureName(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSequenceDelim(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSequenceLength(v int64) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSubFeatures(v []*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
- func (s UpdateModelFeatureFGFeatureRequestSequenceFeatures) String() string
- type UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
- func (s UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) GoString() string
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetDefaultValue(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureDomain(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureName(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureType(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetInputFeatureName(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
- func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetValueType(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
- func (s UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) String() string
- type UpdateModelFeatureFGFeatureResponse
- func (s UpdateModelFeatureFGFeatureResponse) GoString() string
- func (s *UpdateModelFeatureFGFeatureResponse) SetBody(v *UpdateModelFeatureFGFeatureResponseBody) *UpdateModelFeatureFGFeatureResponse
- func (s *UpdateModelFeatureFGFeatureResponse) SetHeaders(v map[string]*string) *UpdateModelFeatureFGFeatureResponse
- func (s *UpdateModelFeatureFGFeatureResponse) SetStatusCode(v int32) *UpdateModelFeatureFGFeatureResponse
- func (s UpdateModelFeatureFGFeatureResponse) String() string
- type UpdateModelFeatureFGFeatureResponseBody
- type UpdateModelFeatureFGInfoRequest
- type UpdateModelFeatureFGInfoResponse
- func (s UpdateModelFeatureFGInfoResponse) GoString() string
- func (s *UpdateModelFeatureFGInfoResponse) SetBody(v *UpdateModelFeatureFGInfoResponseBody) *UpdateModelFeatureFGInfoResponse
- func (s *UpdateModelFeatureFGInfoResponse) SetHeaders(v map[string]*string) *UpdateModelFeatureFGInfoResponse
- func (s *UpdateModelFeatureFGInfoResponse) SetStatusCode(v int32) *UpdateModelFeatureFGInfoResponse
- func (s UpdateModelFeatureFGInfoResponse) String() string
- type UpdateModelFeatureFGInfoResponseBody
- type UpdateModelFeatureRequest
- func (s UpdateModelFeatureRequest) GoString() string
- func (s *UpdateModelFeatureRequest) SetFeatures(v []*UpdateModelFeatureRequestFeatures) *UpdateModelFeatureRequest
- func (s *UpdateModelFeatureRequest) SetLabelTableId(v string) *UpdateModelFeatureRequest
- func (s *UpdateModelFeatureRequest) SetSequenceFeatureViewIds(v []*string) *UpdateModelFeatureRequest
- func (s UpdateModelFeatureRequest) String() string
- type UpdateModelFeatureRequestFeatures
- func (s UpdateModelFeatureRequestFeatures) GoString() string
- func (s *UpdateModelFeatureRequestFeatures) SetAliasName(v string) *UpdateModelFeatureRequestFeatures
- func (s *UpdateModelFeatureRequestFeatures) SetFeatureViewId(v string) *UpdateModelFeatureRequestFeatures
- func (s *UpdateModelFeatureRequestFeatures) SetName(v string) *UpdateModelFeatureRequestFeatures
- func (s *UpdateModelFeatureRequestFeatures) SetType(v string) *UpdateModelFeatureRequestFeatures
- func (s UpdateModelFeatureRequestFeatures) String() string
- type UpdateModelFeatureResponse
- func (s UpdateModelFeatureResponse) GoString() string
- func (s *UpdateModelFeatureResponse) SetBody(v *UpdateModelFeatureResponseBody) *UpdateModelFeatureResponse
- func (s *UpdateModelFeatureResponse) SetHeaders(v map[string]*string) *UpdateModelFeatureResponse
- func (s *UpdateModelFeatureResponse) SetStatusCode(v int32) *UpdateModelFeatureResponse
- func (s UpdateModelFeatureResponse) String() string
- type UpdateModelFeatureResponseBody
- type UpdateProjectRequest
- type UpdateProjectResponse
- func (s UpdateProjectResponse) GoString() string
- func (s *UpdateProjectResponse) SetBody(v *UpdateProjectResponseBody) *UpdateProjectResponse
- func (s *UpdateProjectResponse) SetHeaders(v map[string]*string) *UpdateProjectResponse
- func (s *UpdateProjectResponse) SetStatusCode(v int32) *UpdateProjectResponse
- func (s UpdateProjectResponse) String() string
- type UpdateProjectResponseBody
- type WriteFeatureViewTableRequest
- func (s WriteFeatureViewTableRequest) GoString() string
- func (s *WriteFeatureViewTableRequest) SetMode(v string) *WriteFeatureViewTableRequest
- func (s *WriteFeatureViewTableRequest) SetPartitions(v map[string]map[string]interface{}) *WriteFeatureViewTableRequest
- func (s *WriteFeatureViewTableRequest) SetUrlDatasource(v *WriteFeatureViewTableRequestUrlDatasource) *WriteFeatureViewTableRequest
- func (s WriteFeatureViewTableRequest) String() string
- type WriteFeatureViewTableRequestUrlDatasource
- func (s WriteFeatureViewTableRequestUrlDatasource) GoString() string
- func (s *WriteFeatureViewTableRequestUrlDatasource) SetDelimiter(v string) *WriteFeatureViewTableRequestUrlDatasource
- func (s *WriteFeatureViewTableRequestUrlDatasource) SetOmitHeader(v bool) *WriteFeatureViewTableRequestUrlDatasource
- func (s *WriteFeatureViewTableRequestUrlDatasource) SetPath(v string) *WriteFeatureViewTableRequestUrlDatasource
- func (s WriteFeatureViewTableRequestUrlDatasource) String() string
- type WriteFeatureViewTableResponse
- func (s WriteFeatureViewTableResponse) GoString() string
- func (s *WriteFeatureViewTableResponse) SetBody(v *WriteFeatureViewTableResponseBody) *WriteFeatureViewTableResponse
- func (s *WriteFeatureViewTableResponse) SetHeaders(v map[string]*string) *WriteFeatureViewTableResponse
- func (s *WriteFeatureViewTableResponse) SetStatusCode(v int32) *WriteFeatureViewTableResponse
- func (s WriteFeatureViewTableResponse) String() string
- type WriteFeatureViewTableResponseBody
- func (s WriteFeatureViewTableResponseBody) GoString() string
- func (s *WriteFeatureViewTableResponseBody) SetRequestId(v string) *WriteFeatureViewTableResponseBody
- func (s *WriteFeatureViewTableResponseBody) SetTaskId(v string) *WriteFeatureViewTableResponseBody
- func (s WriteFeatureViewTableResponseBody) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckInstanceDatasourceRequest ¶
type CheckInstanceDatasourceRequest struct { // example: // // {"address": ""} Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // This parameter is required. // // example: // // Hologres Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // This parameter is required. // // example: // // igraph1 Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` }
func (CheckInstanceDatasourceRequest) GoString ¶
func (s CheckInstanceDatasourceRequest) GoString() string
func (*CheckInstanceDatasourceRequest) SetConfig ¶
func (s *CheckInstanceDatasourceRequest) SetConfig(v string) *CheckInstanceDatasourceRequest
func (*CheckInstanceDatasourceRequest) SetType ¶
func (s *CheckInstanceDatasourceRequest) SetType(v string) *CheckInstanceDatasourceRequest
func (*CheckInstanceDatasourceRequest) SetUri ¶
func (s *CheckInstanceDatasourceRequest) SetUri(v string) *CheckInstanceDatasourceRequest
func (CheckInstanceDatasourceRequest) String ¶
func (s CheckInstanceDatasourceRequest) String() string
type CheckInstanceDatasourceResponse ¶
type CheckInstanceDatasourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CheckInstanceDatasourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CheckInstanceDatasourceResponse) GoString ¶
func (s CheckInstanceDatasourceResponse) GoString() string
func (*CheckInstanceDatasourceResponse) SetBody ¶
func (s *CheckInstanceDatasourceResponse) SetBody(v *CheckInstanceDatasourceResponseBody) *CheckInstanceDatasourceResponse
func (*CheckInstanceDatasourceResponse) SetHeaders ¶
func (s *CheckInstanceDatasourceResponse) SetHeaders(v map[string]*string) *CheckInstanceDatasourceResponse
func (*CheckInstanceDatasourceResponse) SetStatusCode ¶
func (s *CheckInstanceDatasourceResponse) SetStatusCode(v int32) *CheckInstanceDatasourceResponse
func (CheckInstanceDatasourceResponse) String ¶
func (s CheckInstanceDatasourceResponse) String() string
type CheckInstanceDatasourceResponseBody ¶
type CheckInstanceDatasourceResponseBody struct { // example: // // C03B2680-AC9C-59CD-93C5-8142B92537FA RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // Success Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (CheckInstanceDatasourceResponseBody) GoString ¶
func (s CheckInstanceDatasourceResponseBody) GoString() string
func (*CheckInstanceDatasourceResponseBody) SetRequestId ¶
func (s *CheckInstanceDatasourceResponseBody) SetRequestId(v string) *CheckInstanceDatasourceResponseBody
func (*CheckInstanceDatasourceResponseBody) SetStatus ¶
func (s *CheckInstanceDatasourceResponseBody) SetStatus(v string) *CheckInstanceDatasourceResponseBody
func (CheckInstanceDatasourceResponseBody) String ¶
func (s CheckInstanceDatasourceResponseBody) String() string
type Client ¶
func (*Client) CheckInstanceDatasource ¶
func (client *Client) CheckInstanceDatasource(InstanceId *string, request *CheckInstanceDatasourceRequest) (_result *CheckInstanceDatasourceResponse, _err error)
Summary:
检测资源连接状态。
@param request - CheckInstanceDatasourceRequest
@return CheckInstanceDatasourceResponse
func (*Client) CheckInstanceDatasourceWithOptions ¶
func (client *Client) CheckInstanceDatasourceWithOptions(InstanceId *string, request *CheckInstanceDatasourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CheckInstanceDatasourceResponse, _err error)
Summary:
检测资源连接状态。
@param request - CheckInstanceDatasourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CheckInstanceDatasourceResponse
func (*Client) CreateDatasource ¶
func (client *Client) CreateDatasource(InstanceId *string, request *CreateDatasourceRequest) (_result *CreateDatasourceResponse, _err error)
Summary:
创建数据源。
@param request - CreateDatasourceRequest
@return CreateDatasourceResponse
func (*Client) CreateDatasourceWithOptions ¶
func (client *Client) CreateDatasourceWithOptions(InstanceId *string, request *CreateDatasourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDatasourceResponse, _err error)
Summary:
创建数据源。
@param request - CreateDatasourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateDatasourceResponse
func (*Client) CreateFeatureEntity ¶
func (client *Client) CreateFeatureEntity(InstanceId *string, request *CreateFeatureEntityRequest) (_result *CreateFeatureEntityResponse, _err error)
Summary:
创建特征实体
@param request - CreateFeatureEntityRequest
@return CreateFeatureEntityResponse
func (*Client) CreateFeatureEntityWithOptions ¶
func (client *Client) CreateFeatureEntityWithOptions(InstanceId *string, request *CreateFeatureEntityRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFeatureEntityResponse, _err error)
Summary:
创建特征实体
@param request - CreateFeatureEntityRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateFeatureEntityResponse
func (*Client) CreateFeatureView ¶
func (client *Client) CreateFeatureView(InstanceId *string, request *CreateFeatureViewRequest) (_result *CreateFeatureViewResponse, _err error)
Summary:
创建特征视图。
@param request - CreateFeatureViewRequest
@return CreateFeatureViewResponse
func (*Client) CreateFeatureViewWithOptions ¶
func (client *Client) CreateFeatureViewWithOptions(InstanceId *string, request *CreateFeatureViewRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFeatureViewResponse, _err error)
Summary:
创建特征视图。
@param request - CreateFeatureViewRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateFeatureViewResponse
func (*Client) CreateInstance ¶
func (client *Client) CreateInstance(request *CreateInstanceRequest) (_result *CreateInstanceResponse, _err error)
Summary:
创建Feature Store实例。
@param request - CreateInstanceRequest
@return CreateInstanceResponse
func (*Client) CreateInstanceWithOptions ¶
func (client *Client) CreateInstanceWithOptions(request *CreateInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateInstanceResponse, _err error)
Summary:
创建Feature Store实例。
@param request - CreateInstanceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateInstanceResponse
func (*Client) CreateLabelTable ¶
func (client *Client) CreateLabelTable(InstanceId *string, request *CreateLabelTableRequest) (_result *CreateLabelTableResponse, _err error)
Summary:
创建label表
@param request - CreateLabelTableRequest
@return CreateLabelTableResponse
func (*Client) CreateLabelTableWithOptions ¶
func (client *Client) CreateLabelTableWithOptions(InstanceId *string, request *CreateLabelTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateLabelTableResponse, _err error)
Summary:
创建label表
@param request - CreateLabelTableRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateLabelTableResponse
func (*Client) CreateModelFeature ¶
func (client *Client) CreateModelFeature(InstanceId *string, request *CreateModelFeatureRequest) (_result *CreateModelFeatureResponse, _err error)
Summary:
创建模型特征。
@param request - CreateModelFeatureRequest
@return CreateModelFeatureResponse
func (*Client) CreateModelFeatureTrainingSetFGTable ¶
func (client *Client) CreateModelFeatureTrainingSetFGTable(InstanceId *string, ModelFeatureId *string) (_result *CreateModelFeatureTrainingSetFGTableResponse, _err error)
Summary:
创建训练样本FG表。
@return CreateModelFeatureTrainingSetFGTableResponse
func (*Client) CreateModelFeatureTrainingSetFGTableWithOptions ¶
func (client *Client) CreateModelFeatureTrainingSetFGTableWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelFeatureTrainingSetFGTableResponse, _err error)
Summary:
创建训练样本FG表。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateModelFeatureTrainingSetFGTableResponse
func (*Client) CreateModelFeatureWithOptions ¶
func (client *Client) CreateModelFeatureWithOptions(InstanceId *string, request *CreateModelFeatureRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelFeatureResponse, _err error)
Summary:
创建模型特征。
@param request - CreateModelFeatureRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateModelFeatureResponse
func (*Client) CreateProject ¶
func (client *Client) CreateProject(InstanceId *string, request *CreateProjectRequest) (_result *CreateProjectResponse, _err error)
Summary:
创建FeatureStore项目
@param request - CreateProjectRequest
@return CreateProjectResponse
func (*Client) CreateProjectWithOptions ¶
func (client *Client) CreateProjectWithOptions(InstanceId *string, request *CreateProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateProjectResponse, _err error)
Summary:
创建FeatureStore项目
@param request - CreateProjectRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateProjectResponse
func (*Client) CreateServiceIdentityRole ¶
func (client *Client) CreateServiceIdentityRole(request *CreateServiceIdentityRoleRequest) (_result *CreateServiceIdentityRoleResponse, _err error)
Summary:
创建feature store服务账户角色
@param request - CreateServiceIdentityRoleRequest
@return CreateServiceIdentityRoleResponse
func (*Client) CreateServiceIdentityRoleWithOptions ¶
func (client *Client) CreateServiceIdentityRoleWithOptions(request *CreateServiceIdentityRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceIdentityRoleResponse, _err error)
Summary:
创建feature store服务账户角色
@param request - CreateServiceIdentityRoleRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return CreateServiceIdentityRoleResponse
func (*Client) DeleteDatasource ¶
func (client *Client) DeleteDatasource(InstanceId *string, DatasourceId *string) (_result *DeleteDatasourceResponse, _err error)
Summary:
删除指定数据源。
@return DeleteDatasourceResponse
func (*Client) DeleteDatasourceWithOptions ¶
func (client *Client) DeleteDatasourceWithOptions(InstanceId *string, DatasourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDatasourceResponse, _err error)
Summary:
删除指定数据源。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteDatasourceResponse
func (*Client) DeleteFeatureEntity ¶
func (client *Client) DeleteFeatureEntity(InstanceId *string, FeatureEntityId *string) (_result *DeleteFeatureEntityResponse, _err error)
Summary:
删除指定特征实体
@return DeleteFeatureEntityResponse
func (*Client) DeleteFeatureEntityWithOptions ¶
func (client *Client) DeleteFeatureEntityWithOptions(InstanceId *string, FeatureEntityId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFeatureEntityResponse, _err error)
Summary:
删除指定特征实体
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteFeatureEntityResponse
func (*Client) DeleteFeatureView ¶
func (client *Client) DeleteFeatureView(InstanceId *string, FeatureViewId *string) (_result *DeleteFeatureViewResponse, _err error)
Summary:
删除指定特征视图。
@return DeleteFeatureViewResponse
func (*Client) DeleteFeatureViewWithOptions ¶
func (client *Client) DeleteFeatureViewWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFeatureViewResponse, _err error)
Summary:
删除指定特征视图。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteFeatureViewResponse
func (*Client) DeleteLabelTable ¶
func (client *Client) DeleteLabelTable(InstanceId *string, LabelTableId *string) (_result *DeleteLabelTableResponse, _err error)
Summary:
删除label表
@return DeleteLabelTableResponse
func (*Client) DeleteLabelTableWithOptions ¶
func (client *Client) DeleteLabelTableWithOptions(InstanceId *string, LabelTableId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteLabelTableResponse, _err error)
Summary:
删除label表
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteLabelTableResponse
func (*Client) DeleteModelFeature ¶
func (client *Client) DeleteModelFeature(InstanceId *string, ModelFeatureId *string) (_result *DeleteModelFeatureResponse, _err error)
Summary:
删除指定模型特征。
@return DeleteModelFeatureResponse
func (*Client) DeleteModelFeatureWithOptions ¶
func (client *Client) DeleteModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteModelFeatureResponse, _err error)
Summary:
删除指定模型特征。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteModelFeatureResponse
func (*Client) DeleteProject ¶
func (client *Client) DeleteProject(InstanceId *string, ProjectId *string) (_result *DeleteProjectResponse, _err error)
Summary:
删除指定Feature Store项目。
@return DeleteProjectResponse
func (*Client) DeleteProjectWithOptions ¶
func (client *Client) DeleteProjectWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteProjectResponse, _err error)
Summary:
删除指定Feature Store项目。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return DeleteProjectResponse
func (*Client) ExportModelFeatureTrainingSetFGTable ¶
func (client *Client) ExportModelFeatureTrainingSetFGTable(InstanceId *string, ModelFeatureId *string, request *ExportModelFeatureTrainingSetFGTableRequest) (_result *ExportModelFeatureTrainingSetFGTableResponse, _err error)
Summary:
导出训练样本FG表。
@param request - ExportModelFeatureTrainingSetFGTableRequest
@return ExportModelFeatureTrainingSetFGTableResponse
func (*Client) ExportModelFeatureTrainingSetFGTableWithOptions ¶
func (client *Client) ExportModelFeatureTrainingSetFGTableWithOptions(InstanceId *string, ModelFeatureId *string, request *ExportModelFeatureTrainingSetFGTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ExportModelFeatureTrainingSetFGTableResponse, _err error)
Summary:
导出训练样本FG表。
@param request - ExportModelFeatureTrainingSetFGTableRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ExportModelFeatureTrainingSetFGTableResponse
func (*Client) ExportModelFeatureTrainingSetTable ¶
func (client *Client) ExportModelFeatureTrainingSetTable(InstanceId *string, ModelFeatureId *string, request *ExportModelFeatureTrainingSetTableRequest) (_result *ExportModelFeatureTrainingSetTableResponse, _err error)
Summary:
导出训练集表。
@param request - ExportModelFeatureTrainingSetTableRequest
@return ExportModelFeatureTrainingSetTableResponse
func (*Client) ExportModelFeatureTrainingSetTableWithOptions ¶
func (client *Client) ExportModelFeatureTrainingSetTableWithOptions(InstanceId *string, ModelFeatureId *string, request *ExportModelFeatureTrainingSetTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ExportModelFeatureTrainingSetTableResponse, _err error)
Summary:
导出训练集表。
@param request - ExportModelFeatureTrainingSetTableRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ExportModelFeatureTrainingSetTableResponse
func (*Client) GetDatasource ¶
func (client *Client) GetDatasource(InstanceId *string, DatasourceId *string) (_result *GetDatasourceResponse, _err error)
Summary:
获取数据源详细信息。
@return GetDatasourceResponse
func (*Client) GetDatasourceTable ¶
func (client *Client) GetDatasourceTable(InstanceId *string, DatasourceId *string, TableName *string) (_result *GetDatasourceTableResponse, _err error)
Summary:
获取数据源下指定表的详细信息。
@return GetDatasourceTableResponse
func (*Client) GetDatasourceTableWithOptions ¶
func (client *Client) GetDatasourceTableWithOptions(InstanceId *string, DatasourceId *string, TableName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDatasourceTableResponse, _err error)
Summary:
获取数据源下指定表的详细信息。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetDatasourceTableResponse
func (*Client) GetDatasourceWithOptions ¶
func (client *Client) GetDatasourceWithOptions(InstanceId *string, DatasourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDatasourceResponse, _err error)
Summary:
获取数据源详细信息。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetDatasourceResponse
func (*Client) GetEndpoint ¶
func (*Client) GetFeatureEntity ¶
func (client *Client) GetFeatureEntity(InstanceId *string, FeatureEntityId *string) (_result *GetFeatureEntityResponse, _err error)
Summary:
获取特征实体详细信息
@return GetFeatureEntityResponse
func (*Client) GetFeatureEntityWithOptions ¶
func (client *Client) GetFeatureEntityWithOptions(InstanceId *string, FeatureEntityId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFeatureEntityResponse, _err error)
Summary:
获取特征实体详细信息
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetFeatureEntityResponse
func (*Client) GetFeatureView ¶
func (client *Client) GetFeatureView(InstanceId *string, FeatureViewId *string) (_result *GetFeatureViewResponse, _err error)
Summary:
获取特征视图详细信息。
@return GetFeatureViewResponse
func (*Client) GetFeatureViewWithOptions ¶
func (client *Client) GetFeatureViewWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFeatureViewResponse, _err error)
Summary:
获取特征视图详细信息。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetFeatureViewResponse
func (*Client) GetInstance ¶
func (client *Client) GetInstance(InstanceId *string) (_result *GetInstanceResponse, _err error)
Summary:
获取实例详细信息
@return GetInstanceResponse
func (*Client) GetInstanceWithOptions ¶
func (client *Client) GetInstanceWithOptions(InstanceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetInstanceResponse, _err error)
Summary:
获取实例详细信息
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetInstanceResponse
func (*Client) GetLabelTable ¶
func (client *Client) GetLabelTable(InstanceId *string, LabelTableId *string) (_result *GetLabelTableResponse, _err error)
Summary:
获取Label表详细信息。
@return GetLabelTableResponse
func (*Client) GetLabelTableWithOptions ¶
func (client *Client) GetLabelTableWithOptions(InstanceId *string, LabelTableId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLabelTableResponse, _err error)
Summary:
获取Label表详细信息。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetLabelTableResponse
func (*Client) GetModelFeature ¶
func (client *Client) GetModelFeature(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureResponse, _err error)
Summary:
获取模型特征详情。
@return GetModelFeatureResponse
func (*Client) GetModelFeatureFGFeature ¶
func (client *Client) GetModelFeatureFGFeature(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureFGFeatureResponse, _err error)
Summary:
获取模型特征的FG特征配置信息。
@return GetModelFeatureFGFeatureResponse
func (*Client) GetModelFeatureFGFeatureWithOptions ¶
func (client *Client) GetModelFeatureFGFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelFeatureFGFeatureResponse, _err error)
Summary:
获取模型特征的FG特征配置信息。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetModelFeatureFGFeatureResponse
func (*Client) GetModelFeatureFGInfo ¶
func (client *Client) GetModelFeatureFGInfo(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureFGInfoResponse, _err error)
Summary:
获取模型特征的fg.json文件配置信息。
@return GetModelFeatureFGInfoResponse
func (*Client) GetModelFeatureFGInfoWithOptions ¶
func (client *Client) GetModelFeatureFGInfoWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelFeatureFGInfoResponse, _err error)
Summary:
获取模型特征的fg.json文件配置信息。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetModelFeatureFGInfoResponse
func (*Client) GetModelFeatureWithOptions ¶
func (client *Client) GetModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelFeatureResponse, _err error)
Summary:
获取模型特征详情。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetModelFeatureResponse
func (*Client) GetProject ¶
func (client *Client) GetProject(InstanceId *string, ProjectId *string) (_result *GetProjectResponse, _err error)
Summary:
获取指定Feature Store项目详细信息。
@return GetProjectResponse
func (*Client) GetProjectFeatureEntity ¶
func (client *Client) GetProjectFeatureEntity(InstanceId *string, ProjectId *string, FeatureEntityName *string) (_result *GetProjectFeatureEntityResponse, _err error)
Summary:
获取项目下特征实体详细信息
@return GetProjectFeatureEntityResponse
func (*Client) GetProjectFeatureEntityWithOptions ¶
func (client *Client) GetProjectFeatureEntityWithOptions(InstanceId *string, ProjectId *string, FeatureEntityName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectFeatureEntityResponse, _err error)
Summary:
获取项目下特征实体详细信息
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetProjectFeatureEntityResponse
func (*Client) GetProjectWithOptions ¶
func (client *Client) GetProjectWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectResponse, _err error)
Summary:
获取指定Feature Store项目详细信息。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetProjectResponse
func (*Client) GetServiceIdentityRole ¶
func (client *Client) GetServiceIdentityRole(RoleName *string) (_result *GetServiceIdentityRoleResponse, _err error)
Summary:
获取feature store服务账户角色。
@return GetServiceIdentityRoleResponse
func (*Client) GetServiceIdentityRoleWithOptions ¶
func (client *Client) GetServiceIdentityRoleWithOptions(RoleName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceIdentityRoleResponse, _err error)
Summary:
获取feature store服务账户角色。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetServiceIdentityRoleResponse
func (*Client) GetTask ¶
func (client *Client) GetTask(InstanceId *string, TaskId *string) (_result *GetTaskResponse, _err error)
Summary:
获取任务详情
@return GetTaskResponse
func (*Client) GetTaskWithOptions ¶
func (client *Client) GetTaskWithOptions(InstanceId *string, TaskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTaskResponse, _err error)
Summary:
获取任务详情
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return GetTaskResponse
func (*Client) ListDatasourceTables ¶
func (client *Client) ListDatasourceTables(InstanceId *string, DatasourceId *string, request *ListDatasourceTablesRequest) (_result *ListDatasourceTablesResponse, _err error)
Summary:
获取数据源下所有表。
@param request - ListDatasourceTablesRequest
@return ListDatasourceTablesResponse
func (*Client) ListDatasourceTablesWithOptions ¶
func (client *Client) ListDatasourceTablesWithOptions(InstanceId *string, DatasourceId *string, request *ListDatasourceTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDatasourceTablesResponse, _err error)
Summary:
获取数据源下所有表。
@param request - ListDatasourceTablesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListDatasourceTablesResponse
func (*Client) ListDatasources ¶
func (client *Client) ListDatasources(InstanceId *string, request *ListDatasourcesRequest) (_result *ListDatasourcesResponse, _err error)
Summary:
获取数据源列表。
@param request - ListDatasourcesRequest
@return ListDatasourcesResponse
func (*Client) ListDatasourcesWithOptions ¶
func (client *Client) ListDatasourcesWithOptions(InstanceId *string, request *ListDatasourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDatasourcesResponse, _err error)
Summary:
获取数据源列表。
@param request - ListDatasourcesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListDatasourcesResponse
func (*Client) ListFeatureEntities ¶
func (client *Client) ListFeatureEntities(InstanceId *string, request *ListFeatureEntitiesRequest) (_result *ListFeatureEntitiesResponse, _err error)
Summary:
创建特征实体列表
@param request - ListFeatureEntitiesRequest
@return ListFeatureEntitiesResponse
func (*Client) ListFeatureEntitiesWithOptions ¶
func (client *Client) ListFeatureEntitiesWithOptions(InstanceId *string, tmpReq *ListFeatureEntitiesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureEntitiesResponse, _err error)
Summary:
创建特征实体列表
@param tmpReq - ListFeatureEntitiesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListFeatureEntitiesResponse
func (*Client) ListFeatureViewFieldRelationships ¶
func (client *Client) ListFeatureViewFieldRelationships(InstanceId *string, FeatureViewId *string, FieldName *string) (_result *ListFeatureViewFieldRelationshipsResponse, _err error)
Summary:
获取特征字段血缘关系。
@return ListFeatureViewFieldRelationshipsResponse
func (*Client) ListFeatureViewFieldRelationshipsWithOptions ¶
func (client *Client) ListFeatureViewFieldRelationshipsWithOptions(InstanceId *string, FeatureViewId *string, FieldName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureViewFieldRelationshipsResponse, _err error)
Summary:
获取特征字段血缘关系。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListFeatureViewFieldRelationshipsResponse
func (*Client) ListFeatureViewOnlineFeatures ¶
func (client *Client) ListFeatureViewOnlineFeatures(InstanceId *string, FeatureViewId *string, request *ListFeatureViewOnlineFeaturesRequest) (_result *ListFeatureViewOnlineFeaturesResponse, _err error)
Summary:
获取特征视图下的在线特征数据。
@param request - ListFeatureViewOnlineFeaturesRequest
@return ListFeatureViewOnlineFeaturesResponse
func (*Client) ListFeatureViewOnlineFeaturesWithOptions ¶
func (client *Client) ListFeatureViewOnlineFeaturesWithOptions(InstanceId *string, FeatureViewId *string, tmpReq *ListFeatureViewOnlineFeaturesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureViewOnlineFeaturesResponse, _err error)
Summary:
获取特征视图下的在线特征数据。
@param tmpReq - ListFeatureViewOnlineFeaturesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListFeatureViewOnlineFeaturesResponse
func (*Client) ListFeatureViewRelationships ¶
func (client *Client) ListFeatureViewRelationships(InstanceId *string, FeatureViewId *string) (_result *ListFeatureViewRelationshipsResponse, _err error)
Summary:
获取特征视图血缘关系。
@return ListFeatureViewRelationshipsResponse
func (*Client) ListFeatureViewRelationshipsWithOptions ¶
func (client *Client) ListFeatureViewRelationshipsWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureViewRelationshipsResponse, _err error)
Summary:
获取特征视图血缘关系。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListFeatureViewRelationshipsResponse
func (*Client) ListFeatureViews ¶
func (client *Client) ListFeatureViews(InstanceId *string, request *ListFeatureViewsRequest) (_result *ListFeatureViewsResponse, _err error)
Summary:
获取特征视图列表。
@param request - ListFeatureViewsRequest
@return ListFeatureViewsResponse
func (*Client) ListFeatureViewsWithOptions ¶
func (client *Client) ListFeatureViewsWithOptions(InstanceId *string, tmpReq *ListFeatureViewsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureViewsResponse, _err error)
Summary:
获取特征视图列表。
@param tmpReq - ListFeatureViewsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListFeatureViewsResponse
func (*Client) ListInstances ¶
func (client *Client) ListInstances(request *ListInstancesRequest) (_result *ListInstancesResponse, _err error)
Summary:
获取Feature Store实例列表。
@param request - ListInstancesRequest
@return ListInstancesResponse
func (*Client) ListInstancesWithOptions ¶
func (client *Client) ListInstancesWithOptions(request *ListInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListInstancesResponse, _err error)
Summary:
获取Feature Store实例列表。
@param request - ListInstancesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListInstancesResponse
func (*Client) ListLabelTables ¶
func (client *Client) ListLabelTables(InstanceId *string, request *ListLabelTablesRequest) (_result *ListLabelTablesResponse, _err error)
Summary:
获取Label表列表。
@param request - ListLabelTablesRequest
@return ListLabelTablesResponse
func (*Client) ListLabelTablesWithOptions ¶
func (client *Client) ListLabelTablesWithOptions(InstanceId *string, tmpReq *ListLabelTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListLabelTablesResponse, _err error)
Summary:
获取Label表列表。
@param tmpReq - ListLabelTablesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListLabelTablesResponse
func (*Client) ListModelFeatureAvailableFeatures ¶
func (client *Client) ListModelFeatureAvailableFeatures(InstanceId *string, ModelFeatureId *string, request *ListModelFeatureAvailableFeaturesRequest) (_result *ListModelFeatureAvailableFeaturesResponse, _err error)
Summary:
获取注册FG特征时模型特征下可选的所有特征。
@param request - ListModelFeatureAvailableFeaturesRequest
@return ListModelFeatureAvailableFeaturesResponse
func (*Client) ListModelFeatureAvailableFeaturesWithOptions ¶
func (client *Client) ListModelFeatureAvailableFeaturesWithOptions(InstanceId *string, ModelFeatureId *string, request *ListModelFeatureAvailableFeaturesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListModelFeatureAvailableFeaturesResponse, _err error)
Summary:
获取注册FG特征时模型特征下可选的所有特征。
@param request - ListModelFeatureAvailableFeaturesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListModelFeatureAvailableFeaturesResponse
func (*Client) ListModelFeatures ¶
func (client *Client) ListModelFeatures(InstanceId *string, request *ListModelFeaturesRequest) (_result *ListModelFeaturesResponse, _err error)
Summary:
获取模型特征列表。
@param request - ListModelFeaturesRequest
@return ListModelFeaturesResponse
func (*Client) ListModelFeaturesWithOptions ¶
func (client *Client) ListModelFeaturesWithOptions(InstanceId *string, tmpReq *ListModelFeaturesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListModelFeaturesResponse, _err error)
Summary:
获取模型特征列表。
@param tmpReq - ListModelFeaturesRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListModelFeaturesResponse
func (*Client) ListProjectFeatureViews ¶
func (client *Client) ListProjectFeatureViews(InstanceId *string, ProjectId *string) (_result *ListProjectFeatureViewsResponse, _err error)
Summary:
获取项目下的所有特征视图、特征信息。
@return ListProjectFeatureViewsResponse
func (*Client) ListProjectFeatureViewsWithOptions ¶
func (client *Client) ListProjectFeatureViewsWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectFeatureViewsResponse, _err error)
Summary:
获取项目下的所有特征视图、特征信息。
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListProjectFeatureViewsResponse
func (*Client) ListProjects ¶
func (client *Client) ListProjects(InstanceId *string, request *ListProjectsRequest) (_result *ListProjectsResponse, _err error)
Summary:
获取Feature Store项目列表。
@param request - ListProjectsRequest
@return ListProjectsResponse
func (*Client) ListProjectsWithOptions ¶
func (client *Client) ListProjectsWithOptions(InstanceId *string, tmpReq *ListProjectsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectsResponse, _err error)
Summary:
获取Feature Store项目列表。
@param tmpReq - ListProjectsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListProjectsResponse
func (*Client) ListTaskLogs ¶
func (client *Client) ListTaskLogs(InstanceId *string, TaskId *string, request *ListTaskLogsRequest) (_result *ListTaskLogsResponse, _err error)
Summary:
获取任务日志列表
@param request - ListTaskLogsRequest
@return ListTaskLogsResponse
func (*Client) ListTaskLogsWithOptions ¶
func (client *Client) ListTaskLogsWithOptions(InstanceId *string, TaskId *string, request *ListTaskLogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTaskLogsResponse, _err error)
Summary:
获取任务日志列表
@param request - ListTaskLogsRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListTaskLogsResponse
func (*Client) ListTasks ¶
func (client *Client) ListTasks(InstanceId *string, request *ListTasksRequest) (_result *ListTasksResponse, _err error)
Summary:
获取任务列表
@param request - ListTasksRequest
@return ListTasksResponse
func (*Client) ListTasksWithOptions ¶
func (client *Client) ListTasksWithOptions(InstanceId *string, tmpReq *ListTasksRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTasksResponse, _err error)
Summary:
获取任务列表
@param tmpReq - ListTasksRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return ListTasksResponse
func (*Client) PublishFeatureViewTable ¶
func (client *Client) PublishFeatureViewTable(InstanceId *string, FeatureViewId *string, request *PublishFeatureViewTableRequest) (_result *PublishFeatureViewTableResponse, _err error)
Summary:
将特征视图的离线数据发布/同步到线上。
@param request - PublishFeatureViewTableRequest
@return PublishFeatureViewTableResponse
func (*Client) PublishFeatureViewTableWithOptions ¶
func (client *Client) PublishFeatureViewTableWithOptions(InstanceId *string, FeatureViewId *string, request *PublishFeatureViewTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishFeatureViewTableResponse, _err error)
Summary:
将特征视图的离线数据发布/同步到线上。
@param request - PublishFeatureViewTableRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return PublishFeatureViewTableResponse
func (*Client) UpdateDatasource ¶
func (client *Client) UpdateDatasource(InstanceId *string, DatasourceId *string, request *UpdateDatasourceRequest) (_result *UpdateDatasourceResponse, _err error)
Summary:
更新数据源信息。
@param request - UpdateDatasourceRequest
@return UpdateDatasourceResponse
func (*Client) UpdateDatasourceWithOptions ¶
func (client *Client) UpdateDatasourceWithOptions(InstanceId *string, DatasourceId *string, request *UpdateDatasourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateDatasourceResponse, _err error)
Summary:
更新数据源信息。
@param request - UpdateDatasourceRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateDatasourceResponse
func (*Client) UpdateLabelTable ¶
func (client *Client) UpdateLabelTable(InstanceId *string, LabelTableId *string, request *UpdateLabelTableRequest) (_result *UpdateLabelTableResponse, _err error)
Summary:
更新label表。
@param request - UpdateLabelTableRequest
@return UpdateLabelTableResponse
func (*Client) UpdateLabelTableWithOptions ¶
func (client *Client) UpdateLabelTableWithOptions(InstanceId *string, LabelTableId *string, request *UpdateLabelTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateLabelTableResponse, _err error)
Summary:
更新label表。
@param request - UpdateLabelTableRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateLabelTableResponse
func (*Client) UpdateModelFeature ¶
func (client *Client) UpdateModelFeature(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureRequest) (_result *UpdateModelFeatureResponse, _err error)
Summary:
更新模型特征。
@param request - UpdateModelFeatureRequest
@return UpdateModelFeatureResponse
func (*Client) UpdateModelFeatureFGFeature ¶
func (client *Client) UpdateModelFeatureFGFeature(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureFGFeatureRequest) (_result *UpdateModelFeatureFGFeatureResponse, _err error)
Summary:
更新模型特征的FG特征配置信息。
@param request - UpdateModelFeatureFGFeatureRequest
@return UpdateModelFeatureFGFeatureResponse
func (*Client) UpdateModelFeatureFGFeatureWithOptions ¶
func (client *Client) UpdateModelFeatureFGFeatureWithOptions(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureFGFeatureRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateModelFeatureFGFeatureResponse, _err error)
Summary:
更新模型特征的FG特征配置信息。
@param request - UpdateModelFeatureFGFeatureRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateModelFeatureFGFeatureResponse
func (*Client) UpdateModelFeatureFGInfo ¶
func (client *Client) UpdateModelFeatureFGInfo(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureFGInfoRequest) (_result *UpdateModelFeatureFGInfoResponse, _err error)
Summary:
更新模型特征的fg.json文件配置信息。
@param request - UpdateModelFeatureFGInfoRequest
@return UpdateModelFeatureFGInfoResponse
func (*Client) UpdateModelFeatureFGInfoWithOptions ¶
func (client *Client) UpdateModelFeatureFGInfoWithOptions(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureFGInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateModelFeatureFGInfoResponse, _err error)
Summary:
更新模型特征的fg.json文件配置信息。
@param request - UpdateModelFeatureFGInfoRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateModelFeatureFGInfoResponse
func (*Client) UpdateModelFeatureWithOptions ¶
func (client *Client) UpdateModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateModelFeatureResponse, _err error)
Summary:
更新模型特征。
@param request - UpdateModelFeatureRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateModelFeatureResponse
func (*Client) UpdateProject ¶
func (client *Client) UpdateProject(InstanceId *string, ProjectId *string, request *UpdateProjectRequest) (_result *UpdateProjectResponse, _err error)
Summary:
更新指定Feature Store项目信息。
@param request - UpdateProjectRequest
@return UpdateProjectResponse
func (*Client) UpdateProjectWithOptions ¶
func (client *Client) UpdateProjectWithOptions(InstanceId *string, ProjectId *string, request *UpdateProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateProjectResponse, _err error)
Summary:
更新指定Feature Store项目信息。
@param request - UpdateProjectRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return UpdateProjectResponse
func (*Client) WriteFeatureViewTable ¶
func (client *Client) WriteFeatureViewTable(InstanceId *string, FeatureViewId *string, request *WriteFeatureViewTableRequest) (_result *WriteFeatureViewTableResponse, _err error)
Summary:
获取特征视图血缘关系。
@param request - WriteFeatureViewTableRequest
@return WriteFeatureViewTableResponse
func (*Client) WriteFeatureViewTableWithOptions ¶
func (client *Client) WriteFeatureViewTableWithOptions(InstanceId *string, FeatureViewId *string, request *WriteFeatureViewTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *WriteFeatureViewTableResponse, _err error)
Summary:
获取特征视图血缘关系。
@param request - WriteFeatureViewTableRequest
@param headers - map
@param runtime - runtime options for this request RuntimeOptions
@return WriteFeatureViewTableResponse
type CreateDatasourceRequest ¶
type CreateDatasourceRequest struct { // example: // // {"address": ""} Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // This parameter is required. // // example: // // datasource1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // Hologres Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // This parameter is required. // // example: // // igraph_instance1 Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` // This parameter is required. // // example: // // 234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreateDatasourceRequest) GoString ¶
func (s CreateDatasourceRequest) GoString() string
func (*CreateDatasourceRequest) SetConfig ¶
func (s *CreateDatasourceRequest) SetConfig(v string) *CreateDatasourceRequest
func (*CreateDatasourceRequest) SetName ¶
func (s *CreateDatasourceRequest) SetName(v string) *CreateDatasourceRequest
func (*CreateDatasourceRequest) SetType ¶
func (s *CreateDatasourceRequest) SetType(v string) *CreateDatasourceRequest
func (*CreateDatasourceRequest) SetUri ¶
func (s *CreateDatasourceRequest) SetUri(v string) *CreateDatasourceRequest
func (*CreateDatasourceRequest) SetWorkspaceId ¶
func (s *CreateDatasourceRequest) SetWorkspaceId(v string) *CreateDatasourceRequest
func (CreateDatasourceRequest) String ¶
func (s CreateDatasourceRequest) String() string
type CreateDatasourceResponse ¶
type CreateDatasourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateDatasourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateDatasourceResponse) GoString ¶
func (s CreateDatasourceResponse) GoString() string
func (*CreateDatasourceResponse) SetBody ¶
func (s *CreateDatasourceResponse) SetBody(v *CreateDatasourceResponseBody) *CreateDatasourceResponse
func (*CreateDatasourceResponse) SetHeaders ¶
func (s *CreateDatasourceResponse) SetHeaders(v map[string]*string) *CreateDatasourceResponse
func (*CreateDatasourceResponse) SetStatusCode ¶
func (s *CreateDatasourceResponse) SetStatusCode(v int32) *CreateDatasourceResponse
func (CreateDatasourceResponse) String ¶
func (s CreateDatasourceResponse) String() string
type CreateDatasourceResponseBody ¶
type CreateDatasourceResponseBody struct { // example: // // 3 DatasourceId *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"` // example: // // 1C5B1511-8A5B-59C3-90AF-513F9210E882 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateDatasourceResponseBody) GoString ¶
func (s CreateDatasourceResponseBody) GoString() string
func (*CreateDatasourceResponseBody) SetDatasourceId ¶
func (s *CreateDatasourceResponseBody) SetDatasourceId(v string) *CreateDatasourceResponseBody
func (*CreateDatasourceResponseBody) SetRequestId ¶
func (s *CreateDatasourceResponseBody) SetRequestId(v string) *CreateDatasourceResponseBody
func (CreateDatasourceResponseBody) String ¶
func (s CreateDatasourceResponseBody) String() string
type CreateFeatureEntityRequest ¶
type CreateFeatureEntityRequest struct { // This parameter is required. // // example: // // user_id JoinId *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"` // This parameter is required. // // example: // // feature_entity_1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` }
func (CreateFeatureEntityRequest) GoString ¶
func (s CreateFeatureEntityRequest) GoString() string
func (*CreateFeatureEntityRequest) SetJoinId ¶
func (s *CreateFeatureEntityRequest) SetJoinId(v string) *CreateFeatureEntityRequest
func (*CreateFeatureEntityRequest) SetName ¶
func (s *CreateFeatureEntityRequest) SetName(v string) *CreateFeatureEntityRequest
func (*CreateFeatureEntityRequest) SetProjectId ¶
func (s *CreateFeatureEntityRequest) SetProjectId(v string) *CreateFeatureEntityRequest
func (CreateFeatureEntityRequest) String ¶
func (s CreateFeatureEntityRequest) String() string
type CreateFeatureEntityResponse ¶
type CreateFeatureEntityResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateFeatureEntityResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateFeatureEntityResponse) GoString ¶
func (s CreateFeatureEntityResponse) GoString() string
func (*CreateFeatureEntityResponse) SetBody ¶
func (s *CreateFeatureEntityResponse) SetBody(v *CreateFeatureEntityResponseBody) *CreateFeatureEntityResponse
func (*CreateFeatureEntityResponse) SetHeaders ¶
func (s *CreateFeatureEntityResponse) SetHeaders(v map[string]*string) *CreateFeatureEntityResponse
func (*CreateFeatureEntityResponse) SetStatusCode ¶
func (s *CreateFeatureEntityResponse) SetStatusCode(v int32) *CreateFeatureEntityResponse
func (CreateFeatureEntityResponse) String ¶
func (s CreateFeatureEntityResponse) String() string
type CreateFeatureEntityResponseBody ¶
type CreateFeatureEntityResponseBody struct { // example: // // 3 FeatureEntityId *string `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"` // example: // // 0C89F5E1-7F24-5EEC-9F05-508A39278CC8 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateFeatureEntityResponseBody) GoString ¶
func (s CreateFeatureEntityResponseBody) GoString() string
func (*CreateFeatureEntityResponseBody) SetFeatureEntityId ¶
func (s *CreateFeatureEntityResponseBody) SetFeatureEntityId(v string) *CreateFeatureEntityResponseBody
func (*CreateFeatureEntityResponseBody) SetRequestId ¶
func (s *CreateFeatureEntityResponseBody) SetRequestId(v string) *CreateFeatureEntityResponseBody
func (CreateFeatureEntityResponseBody) String ¶
func (s CreateFeatureEntityResponseBody) String() string
type CreateFeatureViewRequest ¶
type CreateFeatureViewRequest struct { // example: // // {"save_original_field":true} Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // example: // // 4 FeatureEntityId *string `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"` Fields []*CreateFeatureViewRequestFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"` // This parameter is required. // // example: // // FeatureView1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // 5 RegisterDatasourceId *string `json:"RegisterDatasourceId,omitempty" xml:"RegisterDatasourceId,omitempty"` // example: // // table1 RegisterTable *string `json:"RegisterTable,omitempty" xml:"RegisterTable,omitempty"` // This parameter is required. // // example: // // true SyncOnlineTable *bool `json:"SyncOnlineTable,omitempty" xml:"SyncOnlineTable,omitempty"` // example: // // 90 TTL *int32 `json:"TTL,omitempty" xml:"TTL,omitempty"` Tags []*string `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` // This parameter is required. // // example: // // Batch Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // This parameter is required. // // example: // // Custom WriteMethod *string `json:"WriteMethod,omitempty" xml:"WriteMethod,omitempty"` WriteToFeatureDB *bool `json:"WriteToFeatureDB,omitempty" xml:"WriteToFeatureDB,omitempty"` }
func (CreateFeatureViewRequest) GoString ¶
func (s CreateFeatureViewRequest) GoString() string
func (*CreateFeatureViewRequest) SetConfig ¶
func (s *CreateFeatureViewRequest) SetConfig(v string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetFeatureEntityId ¶
func (s *CreateFeatureViewRequest) SetFeatureEntityId(v string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetFields ¶
func (s *CreateFeatureViewRequest) SetFields(v []*CreateFeatureViewRequestFields) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetName ¶
func (s *CreateFeatureViewRequest) SetName(v string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetProjectId ¶
func (s *CreateFeatureViewRequest) SetProjectId(v string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetRegisterDatasourceId ¶
func (s *CreateFeatureViewRequest) SetRegisterDatasourceId(v string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetRegisterTable ¶
func (s *CreateFeatureViewRequest) SetRegisterTable(v string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetSyncOnlineTable ¶
func (s *CreateFeatureViewRequest) SetSyncOnlineTable(v bool) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetTTL ¶
func (s *CreateFeatureViewRequest) SetTTL(v int32) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetTags ¶
func (s *CreateFeatureViewRequest) SetTags(v []*string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetType ¶
func (s *CreateFeatureViewRequest) SetType(v string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetWriteMethod ¶
func (s *CreateFeatureViewRequest) SetWriteMethod(v string) *CreateFeatureViewRequest
func (*CreateFeatureViewRequest) SetWriteToFeatureDB ¶
func (s *CreateFeatureViewRequest) SetWriteToFeatureDB(v bool) *CreateFeatureViewRequest
func (CreateFeatureViewRequest) String ¶
func (s CreateFeatureViewRequest) String() string
type CreateFeatureViewRequestFields ¶
type CreateFeatureViewRequestFields struct { Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"` // example: // // age Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // INT32 Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (CreateFeatureViewRequestFields) GoString ¶
func (s CreateFeatureViewRequestFields) GoString() string
func (*CreateFeatureViewRequestFields) SetAttributes ¶
func (s *CreateFeatureViewRequestFields) SetAttributes(v []*string) *CreateFeatureViewRequestFields
func (*CreateFeatureViewRequestFields) SetName ¶
func (s *CreateFeatureViewRequestFields) SetName(v string) *CreateFeatureViewRequestFields
func (*CreateFeatureViewRequestFields) SetType ¶
func (s *CreateFeatureViewRequestFields) SetType(v string) *CreateFeatureViewRequestFields
func (CreateFeatureViewRequestFields) String ¶
func (s CreateFeatureViewRequestFields) String() string
type CreateFeatureViewResponse ¶
type CreateFeatureViewResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateFeatureViewResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateFeatureViewResponse) GoString ¶
func (s CreateFeatureViewResponse) GoString() string
func (*CreateFeatureViewResponse) SetBody ¶
func (s *CreateFeatureViewResponse) SetBody(v *CreateFeatureViewResponseBody) *CreateFeatureViewResponse
func (*CreateFeatureViewResponse) SetHeaders ¶
func (s *CreateFeatureViewResponse) SetHeaders(v map[string]*string) *CreateFeatureViewResponse
func (*CreateFeatureViewResponse) SetStatusCode ¶
func (s *CreateFeatureViewResponse) SetStatusCode(v int32) *CreateFeatureViewResponse
func (CreateFeatureViewResponse) String ¶
func (s CreateFeatureViewResponse) String() string
type CreateFeatureViewResponseBody ¶
type CreateFeatureViewResponseBody struct { // example: // // 3 FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"` // example: // // 0C89F5E1-7F24-5EEC-9F05-508A39278CC8 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateFeatureViewResponseBody) GoString ¶
func (s CreateFeatureViewResponseBody) GoString() string
func (*CreateFeatureViewResponseBody) SetFeatureViewId ¶
func (s *CreateFeatureViewResponseBody) SetFeatureViewId(v string) *CreateFeatureViewResponseBody
func (*CreateFeatureViewResponseBody) SetRequestId ¶
func (s *CreateFeatureViewResponseBody) SetRequestId(v string) *CreateFeatureViewResponseBody
func (CreateFeatureViewResponseBody) String ¶
func (s CreateFeatureViewResponseBody) String() string
type CreateInstanceRequest ¶
type CreateInstanceRequest struct { // example: // // Basic Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (CreateInstanceRequest) GoString ¶
func (s CreateInstanceRequest) GoString() string
func (*CreateInstanceRequest) SetType ¶
func (s *CreateInstanceRequest) SetType(v string) *CreateInstanceRequest
func (CreateInstanceRequest) String ¶
func (s CreateInstanceRequest) String() string
type CreateInstanceResponse ¶
type CreateInstanceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateInstanceResponse) GoString ¶
func (s CreateInstanceResponse) GoString() string
func (*CreateInstanceResponse) SetBody ¶
func (s *CreateInstanceResponse) SetBody(v *CreateInstanceResponseBody) *CreateInstanceResponse
func (*CreateInstanceResponse) SetHeaders ¶
func (s *CreateInstanceResponse) SetHeaders(v map[string]*string) *CreateInstanceResponse
func (*CreateInstanceResponse) SetStatusCode ¶
func (s *CreateInstanceResponse) SetStatusCode(v int32) *CreateInstanceResponse
func (CreateInstanceResponse) String ¶
func (s CreateInstanceResponse) String() string
type CreateInstanceResponseBody ¶
type CreateInstanceResponseBody struct { // example: // // InstanceAlreadyExistsErrorProblem Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // example: // // featureStore-cn-7mz2xfu**** InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` // example: // // C33E160C-BFCA-5719-B958-942850E949F6 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateInstanceResponseBody) GoString ¶
func (s CreateInstanceResponseBody) GoString() string
func (*CreateInstanceResponseBody) SetCode ¶
func (s *CreateInstanceResponseBody) SetCode(v string) *CreateInstanceResponseBody
func (*CreateInstanceResponseBody) SetInstanceId ¶
func (s *CreateInstanceResponseBody) SetInstanceId(v string) *CreateInstanceResponseBody
func (*CreateInstanceResponseBody) SetRequestId ¶
func (s *CreateInstanceResponseBody) SetRequestId(v string) *CreateInstanceResponseBody
func (CreateInstanceResponseBody) String ¶
func (s CreateInstanceResponseBody) String() string
type CreateLabelTableRequest ¶
type CreateLabelTableRequest struct { // This parameter is required. // // example: // // 3 DatasourceId *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"` // This parameter is required. Fields []*CreateLabelTableRequestFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"` // This parameter is required. // // example: // // rec_test Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` }
func (CreateLabelTableRequest) GoString ¶
func (s CreateLabelTableRequest) GoString() string
func (*CreateLabelTableRequest) SetDatasourceId ¶
func (s *CreateLabelTableRequest) SetDatasourceId(v string) *CreateLabelTableRequest
func (*CreateLabelTableRequest) SetFields ¶
func (s *CreateLabelTableRequest) SetFields(v []*CreateLabelTableRequestFields) *CreateLabelTableRequest
func (*CreateLabelTableRequest) SetName ¶
func (s *CreateLabelTableRequest) SetName(v string) *CreateLabelTableRequest
func (*CreateLabelTableRequest) SetProjectId ¶
func (s *CreateLabelTableRequest) SetProjectId(v string) *CreateLabelTableRequest
func (CreateLabelTableRequest) String ¶
func (s CreateLabelTableRequest) String() string
type CreateLabelTableRequestFields ¶
type CreateLabelTableRequestFields struct { // This parameter is required. Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"` // This parameter is required. // // example: // // lat Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // INT32 Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (CreateLabelTableRequestFields) GoString ¶
func (s CreateLabelTableRequestFields) GoString() string
func (*CreateLabelTableRequestFields) SetAttributes ¶
func (s *CreateLabelTableRequestFields) SetAttributes(v []*string) *CreateLabelTableRequestFields
func (*CreateLabelTableRequestFields) SetName ¶
func (s *CreateLabelTableRequestFields) SetName(v string) *CreateLabelTableRequestFields
func (*CreateLabelTableRequestFields) SetType ¶
func (s *CreateLabelTableRequestFields) SetType(v string) *CreateLabelTableRequestFields
func (CreateLabelTableRequestFields) String ¶
func (s CreateLabelTableRequestFields) String() string
type CreateLabelTableResponse ¶
type CreateLabelTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateLabelTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateLabelTableResponse) GoString ¶
func (s CreateLabelTableResponse) GoString() string
func (*CreateLabelTableResponse) SetBody ¶
func (s *CreateLabelTableResponse) SetBody(v *CreateLabelTableResponseBody) *CreateLabelTableResponse
func (*CreateLabelTableResponse) SetHeaders ¶
func (s *CreateLabelTableResponse) SetHeaders(v map[string]*string) *CreateLabelTableResponse
func (*CreateLabelTableResponse) SetStatusCode ¶
func (s *CreateLabelTableResponse) SetStatusCode(v int32) *CreateLabelTableResponse
func (CreateLabelTableResponse) String ¶
func (s CreateLabelTableResponse) String() string
type CreateLabelTableResponseBody ¶
type CreateLabelTableResponseBody struct { // example: // // 1 LabelTableId *string `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"` // example: // // 0FA90B3B-F30A-5C9D-A9FD-8114F8868062 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateLabelTableResponseBody) GoString ¶
func (s CreateLabelTableResponseBody) GoString() string
func (*CreateLabelTableResponseBody) SetLabelTableId ¶
func (s *CreateLabelTableResponseBody) SetLabelTableId(v string) *CreateLabelTableResponseBody
func (*CreateLabelTableResponseBody) SetRequestId ¶
func (s *CreateLabelTableResponseBody) SetRequestId(v string) *CreateLabelTableResponseBody
func (CreateLabelTableResponseBody) String ¶
func (s CreateLabelTableResponseBody) String() string
type CreateModelFeatureRequest ¶
type CreateModelFeatureRequest struct { // This parameter is required. Features []*CreateModelFeatureRequestFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"` // example: // // 0 LabelPriorityLevel *int64 `json:"LabelPriorityLevel,omitempty" xml:"LabelPriorityLevel,omitempty"` // This parameter is required. // // example: // // 4 LabelTableId *string `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"` // This parameter is required. // // example: // // model_feature_1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` SequenceFeatureViewIds []*string `json:"SequenceFeatureViewIds,omitempty" xml:"SequenceFeatureViewIds,omitempty" type:"Repeated"` }
func (CreateModelFeatureRequest) GoString ¶
func (s CreateModelFeatureRequest) GoString() string
func (*CreateModelFeatureRequest) SetFeatures ¶
func (s *CreateModelFeatureRequest) SetFeatures(v []*CreateModelFeatureRequestFeatures) *CreateModelFeatureRequest
func (*CreateModelFeatureRequest) SetLabelPriorityLevel ¶
func (s *CreateModelFeatureRequest) SetLabelPriorityLevel(v int64) *CreateModelFeatureRequest
func (*CreateModelFeatureRequest) SetLabelTableId ¶
func (s *CreateModelFeatureRequest) SetLabelTableId(v string) *CreateModelFeatureRequest
func (*CreateModelFeatureRequest) SetName ¶
func (s *CreateModelFeatureRequest) SetName(v string) *CreateModelFeatureRequest
func (*CreateModelFeatureRequest) SetProjectId ¶
func (s *CreateModelFeatureRequest) SetProjectId(v string) *CreateModelFeatureRequest
func (*CreateModelFeatureRequest) SetSequenceFeatureViewIds ¶
func (s *CreateModelFeatureRequest) SetSequenceFeatureViewIds(v []*string) *CreateModelFeatureRequest
func (CreateModelFeatureRequest) String ¶
func (s CreateModelFeatureRequest) String() string
type CreateModelFeatureRequestFeatures ¶
type CreateModelFeatureRequestFeatures struct { // example: // // userid AliasName *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"` // This parameter is required. // // example: // // 5 FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"` // This parameter is required. // // example: // // user_id Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // STRING Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (CreateModelFeatureRequestFeatures) GoString ¶
func (s CreateModelFeatureRequestFeatures) GoString() string
func (*CreateModelFeatureRequestFeatures) SetAliasName ¶
func (s *CreateModelFeatureRequestFeatures) SetAliasName(v string) *CreateModelFeatureRequestFeatures
func (*CreateModelFeatureRequestFeatures) SetFeatureViewId ¶
func (s *CreateModelFeatureRequestFeatures) SetFeatureViewId(v string) *CreateModelFeatureRequestFeatures
func (*CreateModelFeatureRequestFeatures) SetName ¶
func (s *CreateModelFeatureRequestFeatures) SetName(v string) *CreateModelFeatureRequestFeatures
func (*CreateModelFeatureRequestFeatures) SetType ¶
func (s *CreateModelFeatureRequestFeatures) SetType(v string) *CreateModelFeatureRequestFeatures
func (CreateModelFeatureRequestFeatures) String ¶
func (s CreateModelFeatureRequestFeatures) String() string
type CreateModelFeatureResponse ¶
type CreateModelFeatureResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateModelFeatureResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateModelFeatureResponse) GoString ¶
func (s CreateModelFeatureResponse) GoString() string
func (*CreateModelFeatureResponse) SetBody ¶
func (s *CreateModelFeatureResponse) SetBody(v *CreateModelFeatureResponseBody) *CreateModelFeatureResponse
func (*CreateModelFeatureResponse) SetHeaders ¶
func (s *CreateModelFeatureResponse) SetHeaders(v map[string]*string) *CreateModelFeatureResponse
func (*CreateModelFeatureResponse) SetStatusCode ¶
func (s *CreateModelFeatureResponse) SetStatusCode(v int32) *CreateModelFeatureResponse
func (CreateModelFeatureResponse) String ¶
func (s CreateModelFeatureResponse) String() string
type CreateModelFeatureResponseBody ¶
type CreateModelFeatureResponseBody struct { // example: // // 3 ModelFeatureId *string `json:"ModelFeatureId,omitempty" xml:"ModelFeatureId,omitempty"` // example: // // 37D19490-AB69-567D-A852-407C94E510E9 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateModelFeatureResponseBody) GoString ¶
func (s CreateModelFeatureResponseBody) GoString() string
func (*CreateModelFeatureResponseBody) SetModelFeatureId ¶
func (s *CreateModelFeatureResponseBody) SetModelFeatureId(v string) *CreateModelFeatureResponseBody
func (*CreateModelFeatureResponseBody) SetRequestId ¶
func (s *CreateModelFeatureResponseBody) SetRequestId(v string) *CreateModelFeatureResponseBody
func (CreateModelFeatureResponseBody) String ¶
func (s CreateModelFeatureResponseBody) String() string
type CreateModelFeatureTrainingSetFGTableResponse ¶
type CreateModelFeatureTrainingSetFGTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateModelFeatureTrainingSetFGTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateModelFeatureTrainingSetFGTableResponse) GoString ¶
func (s CreateModelFeatureTrainingSetFGTableResponse) GoString() string
func (*CreateModelFeatureTrainingSetFGTableResponse) SetHeaders ¶
func (s *CreateModelFeatureTrainingSetFGTableResponse) SetHeaders(v map[string]*string) *CreateModelFeatureTrainingSetFGTableResponse
func (*CreateModelFeatureTrainingSetFGTableResponse) SetStatusCode ¶
func (s *CreateModelFeatureTrainingSetFGTableResponse) SetStatusCode(v int32) *CreateModelFeatureTrainingSetFGTableResponse
func (CreateModelFeatureTrainingSetFGTableResponse) String ¶
func (s CreateModelFeatureTrainingSetFGTableResponse) String() string
type CreateModelFeatureTrainingSetFGTableResponseBody ¶
type CreateModelFeatureTrainingSetFGTableResponseBody struct { // example: // // project_model_training_set_fg TrainingSetFGTableName *string `json:"TrainingSetFGTableName,omitempty" xml:"TrainingSetFGTableName,omitempty"` // example: // // 93FF6A91-5326-5FA1-9D89-DB46DAA99E55 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (CreateModelFeatureTrainingSetFGTableResponseBody) GoString ¶
func (s CreateModelFeatureTrainingSetFGTableResponseBody) GoString() string
func (*CreateModelFeatureTrainingSetFGTableResponseBody) SetRequestId ¶
func (s *CreateModelFeatureTrainingSetFGTableResponseBody) SetRequestId(v string) *CreateModelFeatureTrainingSetFGTableResponseBody
func (*CreateModelFeatureTrainingSetFGTableResponseBody) SetTrainingSetFGTableName ¶
func (s *CreateModelFeatureTrainingSetFGTableResponseBody) SetTrainingSetFGTableName(v string) *CreateModelFeatureTrainingSetFGTableResponseBody
func (CreateModelFeatureTrainingSetFGTableResponseBody) String ¶
func (s CreateModelFeatureTrainingSetFGTableResponseBody) String() string
type CreateProjectRequest ¶
type CreateProjectRequest struct { // example: // // This is a test. Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // This parameter is required. // // example: // // project1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // 4 OfflineDatasourceId *string `json:"OfflineDatasourceId,omitempty" xml:"OfflineDatasourceId,omitempty"` // example: // // 90 OfflineLifeCycle *int32 `json:"OfflineLifeCycle,omitempty" xml:"OfflineLifeCycle,omitempty"` // This parameter is required. // // example: // // 3 OnlineDatasourceId *string `json:"OnlineDatasourceId,omitempty" xml:"OnlineDatasourceId,omitempty"` // This parameter is required. // // example: // // 324 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (CreateProjectRequest) GoString ¶
func (s CreateProjectRequest) GoString() string
func (*CreateProjectRequest) SetDescription ¶
func (s *CreateProjectRequest) SetDescription(v string) *CreateProjectRequest
func (*CreateProjectRequest) SetName ¶
func (s *CreateProjectRequest) SetName(v string) *CreateProjectRequest
func (*CreateProjectRequest) SetOfflineDatasourceId ¶
func (s *CreateProjectRequest) SetOfflineDatasourceId(v string) *CreateProjectRequest
func (*CreateProjectRequest) SetOfflineLifeCycle ¶
func (s *CreateProjectRequest) SetOfflineLifeCycle(v int32) *CreateProjectRequest
func (*CreateProjectRequest) SetOnlineDatasourceId ¶
func (s *CreateProjectRequest) SetOnlineDatasourceId(v string) *CreateProjectRequest
func (*CreateProjectRequest) SetWorkspaceId ¶
func (s *CreateProjectRequest) SetWorkspaceId(v string) *CreateProjectRequest
func (CreateProjectRequest) String ¶
func (s CreateProjectRequest) String() string
type CreateProjectResponse ¶
type CreateProjectResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateProjectResponse) GoString ¶
func (s CreateProjectResponse) GoString() string
func (*CreateProjectResponse) SetBody ¶
func (s *CreateProjectResponse) SetBody(v *CreateProjectResponseBody) *CreateProjectResponse
func (*CreateProjectResponse) SetHeaders ¶
func (s *CreateProjectResponse) SetHeaders(v map[string]*string) *CreateProjectResponse
func (*CreateProjectResponse) SetStatusCode ¶
func (s *CreateProjectResponse) SetStatusCode(v int32) *CreateProjectResponse
func (CreateProjectResponse) String ¶
func (s CreateProjectResponse) String() string
type CreateProjectResponseBody ¶
type CreateProjectResponseBody struct { // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // 977ADE3A-D69D-58AD-8323-96E2FB898E99 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (CreateProjectResponseBody) GoString ¶
func (s CreateProjectResponseBody) GoString() string
func (*CreateProjectResponseBody) SetProjectId ¶
func (s *CreateProjectResponseBody) SetProjectId(v string) *CreateProjectResponseBody
func (*CreateProjectResponseBody) SetRequestId ¶
func (s *CreateProjectResponseBody) SetRequestId(v string) *CreateProjectResponseBody
func (CreateProjectResponseBody) String ¶
func (s CreateProjectResponseBody) String() string
type CreateServiceIdentityRoleRequest ¶
type CreateServiceIdentityRoleRequest struct { // This parameter is required. // // example: // // AliyunServiceRoleForFeatureStore RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"` }
func (CreateServiceIdentityRoleRequest) GoString ¶
func (s CreateServiceIdentityRoleRequest) GoString() string
func (*CreateServiceIdentityRoleRequest) SetRoleName ¶
func (s *CreateServiceIdentityRoleRequest) SetRoleName(v string) *CreateServiceIdentityRoleRequest
func (CreateServiceIdentityRoleRequest) String ¶
func (s CreateServiceIdentityRoleRequest) String() string
type CreateServiceIdentityRoleResponse ¶
type CreateServiceIdentityRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *CreateServiceIdentityRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (CreateServiceIdentityRoleResponse) GoString ¶
func (s CreateServiceIdentityRoleResponse) GoString() string
func (*CreateServiceIdentityRoleResponse) SetHeaders ¶
func (s *CreateServiceIdentityRoleResponse) SetHeaders(v map[string]*string) *CreateServiceIdentityRoleResponse
func (*CreateServiceIdentityRoleResponse) SetStatusCode ¶
func (s *CreateServiceIdentityRoleResponse) SetStatusCode(v int32) *CreateServiceIdentityRoleResponse
func (CreateServiceIdentityRoleResponse) String ¶
func (s CreateServiceIdentityRoleResponse) String() string
type CreateServiceIdentityRoleResponseBody ¶
type CreateServiceIdentityRoleResponseBody struct { // example: // // ServiceLinkedRoleAlreadyExistsErrorProblem Code *string `json:"Code,omitempty" xml:"Code,omitempty"` // example: // // C03B2680-AC9C-59CD-93C5-8142B92537FA RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // AliyunServiceRoleForFeatureStore RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"` }
func (CreateServiceIdentityRoleResponseBody) GoString ¶
func (s CreateServiceIdentityRoleResponseBody) GoString() string
func (*CreateServiceIdentityRoleResponseBody) SetCode ¶
func (s *CreateServiceIdentityRoleResponseBody) SetCode(v string) *CreateServiceIdentityRoleResponseBody
func (*CreateServiceIdentityRoleResponseBody) SetRequestId ¶
func (s *CreateServiceIdentityRoleResponseBody) SetRequestId(v string) *CreateServiceIdentityRoleResponseBody
func (*CreateServiceIdentityRoleResponseBody) SetRoleName ¶
func (s *CreateServiceIdentityRoleResponseBody) SetRoleName(v string) *CreateServiceIdentityRoleResponseBody
func (CreateServiceIdentityRoleResponseBody) String ¶
func (s CreateServiceIdentityRoleResponseBody) String() string
type DeleteDatasourceResponse ¶
type DeleteDatasourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteDatasourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteDatasourceResponse) GoString ¶
func (s DeleteDatasourceResponse) GoString() string
func (*DeleteDatasourceResponse) SetBody ¶
func (s *DeleteDatasourceResponse) SetBody(v *DeleteDatasourceResponseBody) *DeleteDatasourceResponse
func (*DeleteDatasourceResponse) SetHeaders ¶
func (s *DeleteDatasourceResponse) SetHeaders(v map[string]*string) *DeleteDatasourceResponse
func (*DeleteDatasourceResponse) SetStatusCode ¶
func (s *DeleteDatasourceResponse) SetStatusCode(v int32) *DeleteDatasourceResponse
func (DeleteDatasourceResponse) String ¶
func (s DeleteDatasourceResponse) String() string
type DeleteDatasourceResponseBody ¶
type DeleteDatasourceResponseBody struct { // example: // // E2E1575F-29D1-5579-B649-B7883A793562 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteDatasourceResponseBody) GoString ¶
func (s DeleteDatasourceResponseBody) GoString() string
func (*DeleteDatasourceResponseBody) SetRequestId ¶
func (s *DeleteDatasourceResponseBody) SetRequestId(v string) *DeleteDatasourceResponseBody
func (DeleteDatasourceResponseBody) String ¶
func (s DeleteDatasourceResponseBody) String() string
type DeleteFeatureEntityResponse ¶
type DeleteFeatureEntityResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteFeatureEntityResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteFeatureEntityResponse) GoString ¶
func (s DeleteFeatureEntityResponse) GoString() string
func (*DeleteFeatureEntityResponse) SetBody ¶
func (s *DeleteFeatureEntityResponse) SetBody(v *DeleteFeatureEntityResponseBody) *DeleteFeatureEntityResponse
func (*DeleteFeatureEntityResponse) SetHeaders ¶
func (s *DeleteFeatureEntityResponse) SetHeaders(v map[string]*string) *DeleteFeatureEntityResponse
func (*DeleteFeatureEntityResponse) SetStatusCode ¶
func (s *DeleteFeatureEntityResponse) SetStatusCode(v int32) *DeleteFeatureEntityResponse
func (DeleteFeatureEntityResponse) String ¶
func (s DeleteFeatureEntityResponse) String() string
type DeleteFeatureEntityResponseBody ¶
type DeleteFeatureEntityResponseBody struct { // example: // // E23EFF09-58AA-5420-934F-8453AE01548D RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteFeatureEntityResponseBody) GoString ¶
func (s DeleteFeatureEntityResponseBody) GoString() string
func (*DeleteFeatureEntityResponseBody) SetRequestId ¶
func (s *DeleteFeatureEntityResponseBody) SetRequestId(v string) *DeleteFeatureEntityResponseBody
func (DeleteFeatureEntityResponseBody) String ¶
func (s DeleteFeatureEntityResponseBody) String() string
type DeleteFeatureViewResponse ¶
type DeleteFeatureViewResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteFeatureViewResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteFeatureViewResponse) GoString ¶
func (s DeleteFeatureViewResponse) GoString() string
func (*DeleteFeatureViewResponse) SetBody ¶
func (s *DeleteFeatureViewResponse) SetBody(v *DeleteFeatureViewResponseBody) *DeleteFeatureViewResponse
func (*DeleteFeatureViewResponse) SetHeaders ¶
func (s *DeleteFeatureViewResponse) SetHeaders(v map[string]*string) *DeleteFeatureViewResponse
func (*DeleteFeatureViewResponse) SetStatusCode ¶
func (s *DeleteFeatureViewResponse) SetStatusCode(v int32) *DeleteFeatureViewResponse
func (DeleteFeatureViewResponse) String ¶
func (s DeleteFeatureViewResponse) String() string
type DeleteFeatureViewResponseBody ¶
type DeleteFeatureViewResponseBody struct { // example: // // BF349686-C932-55B5-9B31-DAFA395C0E06 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteFeatureViewResponseBody) GoString ¶
func (s DeleteFeatureViewResponseBody) GoString() string
func (*DeleteFeatureViewResponseBody) SetRequestId ¶
func (s *DeleteFeatureViewResponseBody) SetRequestId(v string) *DeleteFeatureViewResponseBody
func (DeleteFeatureViewResponseBody) String ¶
func (s DeleteFeatureViewResponseBody) String() string
type DeleteLabelTableResponse ¶
type DeleteLabelTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteLabelTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteLabelTableResponse) GoString ¶
func (s DeleteLabelTableResponse) GoString() string
func (*DeleteLabelTableResponse) SetBody ¶
func (s *DeleteLabelTableResponse) SetBody(v *DeleteLabelTableResponseBody) *DeleteLabelTableResponse
func (*DeleteLabelTableResponse) SetHeaders ¶
func (s *DeleteLabelTableResponse) SetHeaders(v map[string]*string) *DeleteLabelTableResponse
func (*DeleteLabelTableResponse) SetStatusCode ¶
func (s *DeleteLabelTableResponse) SetStatusCode(v int32) *DeleteLabelTableResponse
func (DeleteLabelTableResponse) String ¶
func (s DeleteLabelTableResponse) String() string
type DeleteLabelTableResponseBody ¶
type DeleteLabelTableResponseBody struct { // example: // // FFD39C0F-DD8D-51B2-864E-2842206DB0E8 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteLabelTableResponseBody) GoString ¶
func (s DeleteLabelTableResponseBody) GoString() string
func (*DeleteLabelTableResponseBody) SetRequestId ¶
func (s *DeleteLabelTableResponseBody) SetRequestId(v string) *DeleteLabelTableResponseBody
func (DeleteLabelTableResponseBody) String ¶
func (s DeleteLabelTableResponseBody) String() string
type DeleteModelFeatureResponse ¶
type DeleteModelFeatureResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteModelFeatureResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteModelFeatureResponse) GoString ¶
func (s DeleteModelFeatureResponse) GoString() string
func (*DeleteModelFeatureResponse) SetBody ¶
func (s *DeleteModelFeatureResponse) SetBody(v *DeleteModelFeatureResponseBody) *DeleteModelFeatureResponse
func (*DeleteModelFeatureResponse) SetHeaders ¶
func (s *DeleteModelFeatureResponse) SetHeaders(v map[string]*string) *DeleteModelFeatureResponse
func (*DeleteModelFeatureResponse) SetStatusCode ¶
func (s *DeleteModelFeatureResponse) SetStatusCode(v int32) *DeleteModelFeatureResponse
func (DeleteModelFeatureResponse) String ¶
func (s DeleteModelFeatureResponse) String() string
type DeleteModelFeatureResponseBody ¶
type DeleteModelFeatureResponseBody struct { // example: // // 6B662A64-E4BF-56F8-BF5F-4C63F34EC0A8 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteModelFeatureResponseBody) GoString ¶
func (s DeleteModelFeatureResponseBody) GoString() string
func (*DeleteModelFeatureResponseBody) SetRequestId ¶
func (s *DeleteModelFeatureResponseBody) SetRequestId(v string) *DeleteModelFeatureResponseBody
func (DeleteModelFeatureResponseBody) String ¶
func (s DeleteModelFeatureResponseBody) String() string
type DeleteProjectResponse ¶
type DeleteProjectResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *DeleteProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (DeleteProjectResponse) GoString ¶
func (s DeleteProjectResponse) GoString() string
func (*DeleteProjectResponse) SetBody ¶
func (s *DeleteProjectResponse) SetBody(v *DeleteProjectResponseBody) *DeleteProjectResponse
func (*DeleteProjectResponse) SetHeaders ¶
func (s *DeleteProjectResponse) SetHeaders(v map[string]*string) *DeleteProjectResponse
func (*DeleteProjectResponse) SetStatusCode ¶
func (s *DeleteProjectResponse) SetStatusCode(v int32) *DeleteProjectResponse
func (DeleteProjectResponse) String ¶
func (s DeleteProjectResponse) String() string
type DeleteProjectResponseBody ¶
type DeleteProjectResponseBody struct { // example: // // 0DA35264-0877-5852-8971-7735B547C969 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (DeleteProjectResponseBody) GoString ¶
func (s DeleteProjectResponseBody) GoString() string
func (*DeleteProjectResponseBody) SetRequestId ¶
func (s *DeleteProjectResponseBody) SetRequestId(v string) *DeleteProjectResponseBody
func (DeleteProjectResponseBody) String ¶
func (s DeleteProjectResponseBody) String() string
type ExportModelFeatureTrainingSetFGTableRequest ¶
type ExportModelFeatureTrainingSetFGTableRequest struct { // This parameter is required. TrainingSetFgConfig *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig `json:"TrainingSetFgConfig,omitempty" xml:"TrainingSetFgConfig,omitempty" type:"Struct"` }
func (ExportModelFeatureTrainingSetFGTableRequest) GoString ¶
func (s ExportModelFeatureTrainingSetFGTableRequest) GoString() string
func (*ExportModelFeatureTrainingSetFGTableRequest) SetTrainingSetFgConfig ¶
func (s *ExportModelFeatureTrainingSetFGTableRequest) SetTrainingSetFgConfig(v *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) *ExportModelFeatureTrainingSetFGTableRequest
func (ExportModelFeatureTrainingSetFGTableRequest) String ¶
func (s ExportModelFeatureTrainingSetFGTableRequest) String() string
type ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig ¶
type ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig struct { // example: // // rank_v1_fg.json FgJsonName *string `json:"FgJsonName,omitempty" xml:"FgJsonName,omitempty"` // example: // // fg_on_odps-1.3.60-jar-with-dependencies.jar JarName *string `json:"JarName,omitempty" xml:"JarName,omitempty"` // This parameter is required. Partitions map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"` }
func (ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) GoString ¶
func (s ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) GoString() string
func (*ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetFgJsonName ¶
func (*ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetJarName ¶
func (*ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetPartitions ¶
func (s *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetPartitions(v map[string]map[string]interface{}) *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig
func (ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) String ¶
func (s ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) String() string
type ExportModelFeatureTrainingSetFGTableResponse ¶
type ExportModelFeatureTrainingSetFGTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ExportModelFeatureTrainingSetFGTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ExportModelFeatureTrainingSetFGTableResponse) GoString ¶
func (s ExportModelFeatureTrainingSetFGTableResponse) GoString() string
func (*ExportModelFeatureTrainingSetFGTableResponse) SetHeaders ¶
func (s *ExportModelFeatureTrainingSetFGTableResponse) SetHeaders(v map[string]*string) *ExportModelFeatureTrainingSetFGTableResponse
func (*ExportModelFeatureTrainingSetFGTableResponse) SetStatusCode ¶
func (s *ExportModelFeatureTrainingSetFGTableResponse) SetStatusCode(v int32) *ExportModelFeatureTrainingSetFGTableResponse
func (ExportModelFeatureTrainingSetFGTableResponse) String ¶
func (s ExportModelFeatureTrainingSetFGTableResponse) String() string
type ExportModelFeatureTrainingSetFGTableResponseBody ¶
type ExportModelFeatureTrainingSetFGTableResponseBody struct { // example: // // 3 TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"` // example: // // 514F82AF-3C04-5C3D-8F38-A11261BF37B0 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ExportModelFeatureTrainingSetFGTableResponseBody) GoString ¶
func (s ExportModelFeatureTrainingSetFGTableResponseBody) GoString() string
func (*ExportModelFeatureTrainingSetFGTableResponseBody) SetRequestId ¶
func (s *ExportModelFeatureTrainingSetFGTableResponseBody) SetRequestId(v string) *ExportModelFeatureTrainingSetFGTableResponseBody
func (*ExportModelFeatureTrainingSetFGTableResponseBody) SetTaskId ¶
func (s *ExportModelFeatureTrainingSetFGTableResponseBody) SetTaskId(v string) *ExportModelFeatureTrainingSetFGTableResponseBody
func (ExportModelFeatureTrainingSetFGTableResponseBody) String ¶
func (s ExportModelFeatureTrainingSetFGTableResponseBody) String() string
type ExportModelFeatureTrainingSetTableRequest ¶
type ExportModelFeatureTrainingSetTableRequest struct { FeatureViewConfig map[string]*FeatureViewConfigValue `json:"FeatureViewConfig,omitempty" xml:"FeatureViewConfig,omitempty"` LabelInputConfig *ExportModelFeatureTrainingSetTableRequestLabelInputConfig `json:"LabelInputConfig,omitempty" xml:"LabelInputConfig,omitempty" type:"Struct"` RealTimeIterateInterval *int64 `json:"RealTimeIterateInterval,omitempty" xml:"RealTimeIterateInterval,omitempty"` RealTimePartitionCountValue *int64 `json:"RealTimePartitionCountValue,omitempty" xml:"RealTimePartitionCountValue,omitempty"` TrainingSetConfig *ExportModelFeatureTrainingSetTableRequestTrainingSetConfig `json:"TrainingSetConfig,omitempty" xml:"TrainingSetConfig,omitempty" type:"Struct"` }
func (ExportModelFeatureTrainingSetTableRequest) GoString ¶
func (s ExportModelFeatureTrainingSetTableRequest) GoString() string
func (*ExportModelFeatureTrainingSetTableRequest) SetFeatureViewConfig ¶
func (s *ExportModelFeatureTrainingSetTableRequest) SetFeatureViewConfig(v map[string]*FeatureViewConfigValue) *ExportModelFeatureTrainingSetTableRequest
func (*ExportModelFeatureTrainingSetTableRequest) SetLabelInputConfig ¶
func (s *ExportModelFeatureTrainingSetTableRequest) SetLabelInputConfig(v *ExportModelFeatureTrainingSetTableRequestLabelInputConfig) *ExportModelFeatureTrainingSetTableRequest
func (*ExportModelFeatureTrainingSetTableRequest) SetRealTimeIterateInterval ¶
func (s *ExportModelFeatureTrainingSetTableRequest) SetRealTimeIterateInterval(v int64) *ExportModelFeatureTrainingSetTableRequest
func (*ExportModelFeatureTrainingSetTableRequest) SetRealTimePartitionCountValue ¶
func (s *ExportModelFeatureTrainingSetTableRequest) SetRealTimePartitionCountValue(v int64) *ExportModelFeatureTrainingSetTableRequest
func (*ExportModelFeatureTrainingSetTableRequest) SetTrainingSetConfig ¶
func (s *ExportModelFeatureTrainingSetTableRequest) SetTrainingSetConfig(v *ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) *ExportModelFeatureTrainingSetTableRequest
func (ExportModelFeatureTrainingSetTableRequest) String ¶
func (s ExportModelFeatureTrainingSetTableRequest) String() string
type ExportModelFeatureTrainingSetTableRequestLabelInputConfig ¶
type ExportModelFeatureTrainingSetTableRequestLabelInputConfig struct { // example: // // 2022-07-02 00:00:00 EventTime *string `json:"EventTime,omitempty" xml:"EventTime,omitempty"` Partitions map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"` }
func (ExportModelFeatureTrainingSetTableRequestLabelInputConfig) GoString ¶
func (s ExportModelFeatureTrainingSetTableRequestLabelInputConfig) GoString() string
func (*ExportModelFeatureTrainingSetTableRequestLabelInputConfig) SetEventTime ¶
func (*ExportModelFeatureTrainingSetTableRequestLabelInputConfig) SetPartitions ¶
func (s *ExportModelFeatureTrainingSetTableRequestLabelInputConfig) SetPartitions(v map[string]map[string]interface{}) *ExportModelFeatureTrainingSetTableRequestLabelInputConfig
func (ExportModelFeatureTrainingSetTableRequestLabelInputConfig) String ¶
func (s ExportModelFeatureTrainingSetTableRequestLabelInputConfig) String() string
type ExportModelFeatureTrainingSetTableRequestTrainingSetConfig ¶
type ExportModelFeatureTrainingSetTableRequestTrainingSetConfig struct {
Partitions map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"`
}
func (ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) GoString ¶
func (s ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) GoString() string
func (*ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) SetPartitions ¶
func (s *ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) SetPartitions(v map[string]map[string]interface{}) *ExportModelFeatureTrainingSetTableRequestTrainingSetConfig
func (ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) String ¶
func (s ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) String() string
type ExportModelFeatureTrainingSetTableResponse ¶
type ExportModelFeatureTrainingSetTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ExportModelFeatureTrainingSetTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ExportModelFeatureTrainingSetTableResponse) GoString ¶
func (s ExportModelFeatureTrainingSetTableResponse) GoString() string
func (*ExportModelFeatureTrainingSetTableResponse) SetHeaders ¶
func (s *ExportModelFeatureTrainingSetTableResponse) SetHeaders(v map[string]*string) *ExportModelFeatureTrainingSetTableResponse
func (*ExportModelFeatureTrainingSetTableResponse) SetStatusCode ¶
func (s *ExportModelFeatureTrainingSetTableResponse) SetStatusCode(v int32) *ExportModelFeatureTrainingSetTableResponse
func (ExportModelFeatureTrainingSetTableResponse) String ¶
func (s ExportModelFeatureTrainingSetTableResponse) String() string
type ExportModelFeatureTrainingSetTableResponseBody ¶
type ExportModelFeatureTrainingSetTableResponseBody struct { // example: // // 0FBBE454-9BD1-5D8F-9129-D14DB7FAFE0B RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"` }
func (ExportModelFeatureTrainingSetTableResponseBody) GoString ¶
func (s ExportModelFeatureTrainingSetTableResponseBody) GoString() string
func (*ExportModelFeatureTrainingSetTableResponseBody) SetRequestId ¶
func (s *ExportModelFeatureTrainingSetTableResponseBody) SetRequestId(v string) *ExportModelFeatureTrainingSetTableResponseBody
func (*ExportModelFeatureTrainingSetTableResponseBody) SetTaskId ¶
func (s *ExportModelFeatureTrainingSetTableResponseBody) SetTaskId(v string) *ExportModelFeatureTrainingSetTableResponseBody
func (ExportModelFeatureTrainingSetTableResponseBody) String ¶
func (s ExportModelFeatureTrainingSetTableResponseBody) String() string
type FeatureViewConfigValue ¶
type FeatureViewConfigValue struct { Partitions map[string]*FeatureViewConfigValuePartitionsValue `json:"Partitions,omitempty" xml:"Partitions,omitempty"` EventTime *string `json:"EventTime,omitempty" xml:"EventTime,omitempty"` Equal *bool `json:"Equal,omitempty" xml:"Equal,omitempty"` }
func (FeatureViewConfigValue) GoString ¶
func (s FeatureViewConfigValue) GoString() string
func (*FeatureViewConfigValue) SetEqual ¶
func (s *FeatureViewConfigValue) SetEqual(v bool) *FeatureViewConfigValue
func (*FeatureViewConfigValue) SetEventTime ¶
func (s *FeatureViewConfigValue) SetEventTime(v string) *FeatureViewConfigValue
func (*FeatureViewConfigValue) SetPartitions ¶
func (s *FeatureViewConfigValue) SetPartitions(v map[string]*FeatureViewConfigValuePartitionsValue) *FeatureViewConfigValue
func (FeatureViewConfigValue) String ¶
func (s FeatureViewConfigValue) String() string
type FeatureViewConfigValuePartitionsValue ¶
type FeatureViewConfigValuePartitionsValue struct { Value *string `json:"Value,omitempty" xml:"Value,omitempty"` Values []*string `json:"Values,omitempty" xml:"Values,omitempty" type:"Repeated"` StartValue *string `json:"StartValue,omitempty" xml:"StartValue,omitempty"` EndValue *string `json:"EndValue,omitempty" xml:"EndValue,omitempty"` }
func (FeatureViewConfigValuePartitionsValue) GoString ¶
func (s FeatureViewConfigValuePartitionsValue) GoString() string
func (*FeatureViewConfigValuePartitionsValue) SetEndValue ¶
func (s *FeatureViewConfigValuePartitionsValue) SetEndValue(v string) *FeatureViewConfigValuePartitionsValue
func (*FeatureViewConfigValuePartitionsValue) SetStartValue ¶
func (s *FeatureViewConfigValuePartitionsValue) SetStartValue(v string) *FeatureViewConfigValuePartitionsValue
func (*FeatureViewConfigValuePartitionsValue) SetValue ¶
func (s *FeatureViewConfigValuePartitionsValue) SetValue(v string) *FeatureViewConfigValuePartitionsValue
func (*FeatureViewConfigValuePartitionsValue) SetValues ¶
func (s *FeatureViewConfigValuePartitionsValue) SetValues(v []*string) *FeatureViewConfigValuePartitionsValue
func (FeatureViewConfigValuePartitionsValue) String ¶
func (s FeatureViewConfigValuePartitionsValue) String() string
type GetDatasourceResponse ¶
type GetDatasourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetDatasourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetDatasourceResponse) GoString ¶
func (s GetDatasourceResponse) GoString() string
func (*GetDatasourceResponse) SetBody ¶
func (s *GetDatasourceResponse) SetBody(v *GetDatasourceResponseBody) *GetDatasourceResponse
func (*GetDatasourceResponse) SetHeaders ¶
func (s *GetDatasourceResponse) SetHeaders(v map[string]*string) *GetDatasourceResponse
func (*GetDatasourceResponse) SetStatusCode ¶
func (s *GetDatasourceResponse) SetStatusCode(v int32) *GetDatasourceResponse
func (GetDatasourceResponse) String ¶
func (s GetDatasourceResponse) String() string
type GetDatasourceResponseBody ¶
type GetDatasourceResponseBody struct { // example: // // {"address": ""} Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // example: // // 3 DatasourceId *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // datasource1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // AD7D9E95-BD31-53F2-B710-6C01866FCB05 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // Hologres Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // example: // // igraph_instance1 Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` // example: // // 32244 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (GetDatasourceResponseBody) GoString ¶
func (s GetDatasourceResponseBody) GoString() string
func (*GetDatasourceResponseBody) SetConfig ¶
func (s *GetDatasourceResponseBody) SetConfig(v string) *GetDatasourceResponseBody
func (*GetDatasourceResponseBody) SetDatasourceId ¶
func (s *GetDatasourceResponseBody) SetDatasourceId(v string) *GetDatasourceResponseBody
func (*GetDatasourceResponseBody) SetGmtCreateTime ¶
func (s *GetDatasourceResponseBody) SetGmtCreateTime(v string) *GetDatasourceResponseBody
func (*GetDatasourceResponseBody) SetGmtModifiedTime ¶
func (s *GetDatasourceResponseBody) SetGmtModifiedTime(v string) *GetDatasourceResponseBody
func (*GetDatasourceResponseBody) SetName ¶
func (s *GetDatasourceResponseBody) SetName(v string) *GetDatasourceResponseBody
func (*GetDatasourceResponseBody) SetRequestId ¶
func (s *GetDatasourceResponseBody) SetRequestId(v string) *GetDatasourceResponseBody
func (*GetDatasourceResponseBody) SetType ¶
func (s *GetDatasourceResponseBody) SetType(v string) *GetDatasourceResponseBody
func (*GetDatasourceResponseBody) SetUri ¶
func (s *GetDatasourceResponseBody) SetUri(v string) *GetDatasourceResponseBody
func (*GetDatasourceResponseBody) SetWorkspaceId ¶
func (s *GetDatasourceResponseBody) SetWorkspaceId(v string) *GetDatasourceResponseBody
func (GetDatasourceResponseBody) String ¶
func (s GetDatasourceResponseBody) String() string
type GetDatasourceTableResponse ¶
type GetDatasourceTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetDatasourceTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetDatasourceTableResponse) GoString ¶
func (s GetDatasourceTableResponse) GoString() string
func (*GetDatasourceTableResponse) SetBody ¶
func (s *GetDatasourceTableResponse) SetBody(v *GetDatasourceTableResponseBody) *GetDatasourceTableResponse
func (*GetDatasourceTableResponse) SetHeaders ¶
func (s *GetDatasourceTableResponse) SetHeaders(v map[string]*string) *GetDatasourceTableResponse
func (*GetDatasourceTableResponse) SetStatusCode ¶
func (s *GetDatasourceTableResponse) SetStatusCode(v int32) *GetDatasourceTableResponse
func (GetDatasourceTableResponse) String ¶
func (s GetDatasourceTableResponse) String() string
type GetDatasourceTableResponseBody ¶
type GetDatasourceTableResponseBody struct { Fields []*GetDatasourceTableResponseBodyFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"` // example: // // D7B2F8C4-49C7-5CFA-8075-9D715A114873 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // table1 TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"` }
func (GetDatasourceTableResponseBody) GoString ¶
func (s GetDatasourceTableResponseBody) GoString() string
func (*GetDatasourceTableResponseBody) SetFields ¶
func (s *GetDatasourceTableResponseBody) SetFields(v []*GetDatasourceTableResponseBodyFields) *GetDatasourceTableResponseBody
func (*GetDatasourceTableResponseBody) SetRequestId ¶
func (s *GetDatasourceTableResponseBody) SetRequestId(v string) *GetDatasourceTableResponseBody
func (*GetDatasourceTableResponseBody) SetTableName ¶
func (s *GetDatasourceTableResponseBody) SetTableName(v string) *GetDatasourceTableResponseBody
func (GetDatasourceTableResponseBody) String ¶
func (s GetDatasourceTableResponseBody) String() string
type GetDatasourceTableResponseBodyFields ¶
type GetDatasourceTableResponseBodyFields struct { Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"` // example: // // field1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // INT32 Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetDatasourceTableResponseBodyFields) GoString ¶
func (s GetDatasourceTableResponseBodyFields) GoString() string
func (*GetDatasourceTableResponseBodyFields) SetAttributes ¶
func (s *GetDatasourceTableResponseBodyFields) SetAttributes(v []*string) *GetDatasourceTableResponseBodyFields
func (*GetDatasourceTableResponseBodyFields) SetName ¶
func (s *GetDatasourceTableResponseBodyFields) SetName(v string) *GetDatasourceTableResponseBodyFields
func (*GetDatasourceTableResponseBodyFields) SetType ¶
func (s *GetDatasourceTableResponseBodyFields) SetType(v string) *GetDatasourceTableResponseBodyFields
func (GetDatasourceTableResponseBodyFields) String ¶
func (s GetDatasourceTableResponseBodyFields) String() string
type GetFeatureEntityResponse ¶
type GetFeatureEntityResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetFeatureEntityResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetFeatureEntityResponse) GoString ¶
func (s GetFeatureEntityResponse) GoString() string
func (*GetFeatureEntityResponse) SetBody ¶
func (s *GetFeatureEntityResponse) SetBody(v *GetFeatureEntityResponseBody) *GetFeatureEntityResponse
func (*GetFeatureEntityResponse) SetHeaders ¶
func (s *GetFeatureEntityResponse) SetHeaders(v map[string]*string) *GetFeatureEntityResponse
func (*GetFeatureEntityResponse) SetStatusCode ¶
func (s *GetFeatureEntityResponse) SetStatusCode(v int32) *GetFeatureEntityResponse
func (GetFeatureEntityResponse) String ¶
func (s GetFeatureEntityResponse) String() string
type GetFeatureEntityResponseBody ¶
type GetFeatureEntityResponseBody struct { // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // user_id JoinId *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"` // example: // // feature_entity_1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 123456789***** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project_1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` // example: // // E23EFF09-58AA-5420-934F-8453AE01548D RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetFeatureEntityResponseBody) GoString ¶
func (s GetFeatureEntityResponseBody) GoString() string
func (*GetFeatureEntityResponseBody) SetGmtCreateTime ¶
func (s *GetFeatureEntityResponseBody) SetGmtCreateTime(v string) *GetFeatureEntityResponseBody
func (*GetFeatureEntityResponseBody) SetJoinId ¶
func (s *GetFeatureEntityResponseBody) SetJoinId(v string) *GetFeatureEntityResponseBody
func (*GetFeatureEntityResponseBody) SetName ¶
func (s *GetFeatureEntityResponseBody) SetName(v string) *GetFeatureEntityResponseBody
func (*GetFeatureEntityResponseBody) SetOwner ¶
func (s *GetFeatureEntityResponseBody) SetOwner(v string) *GetFeatureEntityResponseBody
func (*GetFeatureEntityResponseBody) SetProjectId ¶
func (s *GetFeatureEntityResponseBody) SetProjectId(v string) *GetFeatureEntityResponseBody
func (*GetFeatureEntityResponseBody) SetProjectName ¶
func (s *GetFeatureEntityResponseBody) SetProjectName(v string) *GetFeatureEntityResponseBody
func (*GetFeatureEntityResponseBody) SetRequestId ¶
func (s *GetFeatureEntityResponseBody) SetRequestId(v string) *GetFeatureEntityResponseBody
func (GetFeatureEntityResponseBody) String ¶
func (s GetFeatureEntityResponseBody) String() string
type GetFeatureViewResponse ¶
type GetFeatureViewResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetFeatureViewResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetFeatureViewResponse) GoString ¶
func (s GetFeatureViewResponse) GoString() string
func (*GetFeatureViewResponse) SetBody ¶
func (s *GetFeatureViewResponse) SetBody(v *GetFeatureViewResponseBody) *GetFeatureViewResponse
func (*GetFeatureViewResponse) SetHeaders ¶
func (s *GetFeatureViewResponse) SetHeaders(v map[string]*string) *GetFeatureViewResponse
func (*GetFeatureViewResponse) SetStatusCode ¶
func (s *GetFeatureViewResponse) SetStatusCode(v int32) *GetFeatureViewResponse
func (GetFeatureViewResponse) String ¶
func (s GetFeatureViewResponse) String() string
type GetFeatureViewResponseBody ¶
type GetFeatureViewResponseBody struct { // example: // // {"save_original_field":true} Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // example: // // 3 FeatureEntityId *string `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"` // example: // // featureEntity1 FeatureEntityName *string `json:"FeatureEntityName,omitempty" xml:"FeatureEntityName,omitempty"` Fields []*GetFeatureViewResponseBodyFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtSyncTime *string `json:"GmtSyncTime,omitempty" xml:"GmtSyncTime,omitempty"` // example: // // user_id JoinId *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"` // example: // // { // // "mode": "overwrite", // // "partitions": { // // "ds": { // // "value": "20230820" // // } // // }, // // "event_time": "", // // "config": {}, // // "offline_to_online": true // // } LastSyncConfig *string `json:"LastSyncConfig,omitempty" xml:"LastSyncConfig,omitempty"` // example: // // featureView1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 12321421412**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` // example: // // from feature_store_py.fs_client import FeatureStoreClient\nimport datetime\nfrom feature_store_py.fs_datasource import MaxComputeDataSource\nimport sys\n\ncur_day = args[\"dt\"]\nprint(\"cur_day = \", cur_day)\n\naccess_key_id = o.account.access_id\naccess_key_secret = o.account.secret_access_key\nfs = FeatureStoreClient(access_key_id=access_key_id, access_key_secret=access_key_secret, region=\"cn-beijing\")\ncur_project_name = \"p1\"\nproject = fs.get_project(cur_project_name)\n\nfeature_view_name = \"user_fea\"\nbatch_feature_view = project.get_feature_view(feature_view_name)\ntask = batch_feature_view.publish_table(partitions={\"ds\":cur_day}, mode=\"Overwrite\")\ntask.wait()\ntask.print_summary()\n PublishTableScript *string `json:"PublishTableScript,omitempty" xml:"PublishTableScript,omitempty"` // example: // // 4 RegisterDatasourceId *string `json:"RegisterDatasourceId,omitempty" xml:"RegisterDatasourceId,omitempty"` // example: // // datasource1 RegisterDatasourceName *string `json:"RegisterDatasourceName,omitempty" xml:"RegisterDatasourceName,omitempty"` // example: // // table1 RegisterTable *string `json:"RegisterTable,omitempty" xml:"RegisterTable,omitempty"` // example: // // 72F15A8A-5A28-5B18-A0DE-0EABD7D3245A RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // true SyncOnlineTable *bool `json:"SyncOnlineTable,omitempty" xml:"SyncOnlineTable,omitempty"` // example: // // 90 TTL *int32 `json:"TTL,omitempty" xml:"TTL,omitempty"` Tags []*string `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"` // example: // // Batch Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // example: // // custom WriteMethod *string `json:"WriteMethod,omitempty" xml:"WriteMethod,omitempty"` WriteToFeatureDB *bool `json:"WriteToFeatureDB,omitempty" xml:"WriteToFeatureDB,omitempty"` }
func (GetFeatureViewResponseBody) GoString ¶
func (s GetFeatureViewResponseBody) GoString() string
func (*GetFeatureViewResponseBody) SetConfig ¶
func (s *GetFeatureViewResponseBody) SetConfig(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetFeatureEntityId ¶
func (s *GetFeatureViewResponseBody) SetFeatureEntityId(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetFeatureEntityName ¶
func (s *GetFeatureViewResponseBody) SetFeatureEntityName(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetFields ¶
func (s *GetFeatureViewResponseBody) SetFields(v []*GetFeatureViewResponseBodyFields) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetGmtCreateTime ¶
func (s *GetFeatureViewResponseBody) SetGmtCreateTime(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetGmtModifiedTime ¶
func (s *GetFeatureViewResponseBody) SetGmtModifiedTime(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetGmtSyncTime ¶
func (s *GetFeatureViewResponseBody) SetGmtSyncTime(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetJoinId ¶
func (s *GetFeatureViewResponseBody) SetJoinId(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetLastSyncConfig ¶
func (s *GetFeatureViewResponseBody) SetLastSyncConfig(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetName ¶
func (s *GetFeatureViewResponseBody) SetName(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetOwner ¶
func (s *GetFeatureViewResponseBody) SetOwner(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetProjectId ¶
func (s *GetFeatureViewResponseBody) SetProjectId(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetProjectName ¶
func (s *GetFeatureViewResponseBody) SetProjectName(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetPublishTableScript ¶
func (s *GetFeatureViewResponseBody) SetPublishTableScript(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetRegisterDatasourceId ¶
func (s *GetFeatureViewResponseBody) SetRegisterDatasourceId(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetRegisterDatasourceName ¶
func (s *GetFeatureViewResponseBody) SetRegisterDatasourceName(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetRegisterTable ¶
func (s *GetFeatureViewResponseBody) SetRegisterTable(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetRequestId ¶
func (s *GetFeatureViewResponseBody) SetRequestId(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetSyncOnlineTable ¶
func (s *GetFeatureViewResponseBody) SetSyncOnlineTable(v bool) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetTTL ¶
func (s *GetFeatureViewResponseBody) SetTTL(v int32) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetTags ¶
func (s *GetFeatureViewResponseBody) SetTags(v []*string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetType ¶
func (s *GetFeatureViewResponseBody) SetType(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetWriteMethod ¶
func (s *GetFeatureViewResponseBody) SetWriteMethod(v string) *GetFeatureViewResponseBody
func (*GetFeatureViewResponseBody) SetWriteToFeatureDB ¶
func (s *GetFeatureViewResponseBody) SetWriteToFeatureDB(v bool) *GetFeatureViewResponseBody
func (GetFeatureViewResponseBody) String ¶
func (s GetFeatureViewResponseBody) String() string
type GetFeatureViewResponseBodyFields ¶
type GetFeatureViewResponseBodyFields struct { Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"` // example: // // user Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // int Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetFeatureViewResponseBodyFields) GoString ¶
func (s GetFeatureViewResponseBodyFields) GoString() string
func (*GetFeatureViewResponseBodyFields) SetAttributes ¶
func (s *GetFeatureViewResponseBodyFields) SetAttributes(v []*string) *GetFeatureViewResponseBodyFields
func (*GetFeatureViewResponseBodyFields) SetName ¶
func (s *GetFeatureViewResponseBodyFields) SetName(v string) *GetFeatureViewResponseBodyFields
func (*GetFeatureViewResponseBodyFields) SetType ¶
func (s *GetFeatureViewResponseBodyFields) SetType(v string) *GetFeatureViewResponseBodyFields
func (GetFeatureViewResponseBodyFields) String ¶
func (s GetFeatureViewResponseBodyFields) String() string
type GetInstanceResponse ¶
type GetInstanceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetInstanceResponse) GoString ¶
func (s GetInstanceResponse) GoString() string
func (*GetInstanceResponse) SetBody ¶
func (s *GetInstanceResponse) SetBody(v *GetInstanceResponseBody) *GetInstanceResponse
func (*GetInstanceResponse) SetHeaders ¶
func (s *GetInstanceResponse) SetHeaders(v map[string]*string) *GetInstanceResponse
func (*GetInstanceResponse) SetStatusCode ¶
func (s *GetInstanceResponse) SetStatusCode(v int32) *GetInstanceResponse
func (GetInstanceResponse) String ¶
func (s GetInstanceResponse) String() string
type GetInstanceResponseBody ¶
type GetInstanceResponseBody struct { FeatureDBInstanceInfo *GetInstanceResponseBodyFeatureDBInstanceInfo `json:"FeatureDBInstanceInfo,omitempty" xml:"FeatureDBInstanceInfo,omitempty" type:"Struct"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // Success Message *string `json:"Message,omitempty" xml:"Message,omitempty"` // example: // // 0.8 Progress *float64 `json:"Progress,omitempty" xml:"Progress,omitempty"` // example: // // cn-hangzhou RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` // example: // // 1C5B1511-8A5B-59C3-90AF-513F9210E882 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // Running Status *string `json:"Status,omitempty" xml:"Status,omitempty"` // example: // // Basic Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetInstanceResponseBody) GoString ¶
func (s GetInstanceResponseBody) GoString() string
func (*GetInstanceResponseBody) SetFeatureDBInstanceInfo ¶ added in v4.0.1
func (s *GetInstanceResponseBody) SetFeatureDBInstanceInfo(v *GetInstanceResponseBodyFeatureDBInstanceInfo) *GetInstanceResponseBody
func (*GetInstanceResponseBody) SetGmtCreateTime ¶
func (s *GetInstanceResponseBody) SetGmtCreateTime(v string) *GetInstanceResponseBody
func (*GetInstanceResponseBody) SetGmtModifiedTime ¶
func (s *GetInstanceResponseBody) SetGmtModifiedTime(v string) *GetInstanceResponseBody
func (*GetInstanceResponseBody) SetMessage ¶
func (s *GetInstanceResponseBody) SetMessage(v string) *GetInstanceResponseBody
func (*GetInstanceResponseBody) SetProgress ¶
func (s *GetInstanceResponseBody) SetProgress(v float64) *GetInstanceResponseBody
func (*GetInstanceResponseBody) SetRegionId ¶
func (s *GetInstanceResponseBody) SetRegionId(v string) *GetInstanceResponseBody
func (*GetInstanceResponseBody) SetRequestId ¶
func (s *GetInstanceResponseBody) SetRequestId(v string) *GetInstanceResponseBody
func (*GetInstanceResponseBody) SetStatus ¶
func (s *GetInstanceResponseBody) SetStatus(v string) *GetInstanceResponseBody
func (*GetInstanceResponseBody) SetType ¶
func (s *GetInstanceResponseBody) SetType(v string) *GetInstanceResponseBody
func (GetInstanceResponseBody) String ¶
func (s GetInstanceResponseBody) String() string
type GetInstanceResponseBodyFeatureDBInstanceInfo ¶ added in v4.0.1
type GetInstanceResponseBodyFeatureDBInstanceInfo struct {
Status *string `json:"Status,omitempty" xml:"Status,omitempty"`
}
func (GetInstanceResponseBodyFeatureDBInstanceInfo) GoString ¶ added in v4.0.1
func (s GetInstanceResponseBodyFeatureDBInstanceInfo) GoString() string
func (*GetInstanceResponseBodyFeatureDBInstanceInfo) SetStatus ¶ added in v4.0.1
func (s *GetInstanceResponseBodyFeatureDBInstanceInfo) SetStatus(v string) *GetInstanceResponseBodyFeatureDBInstanceInfo
func (GetInstanceResponseBodyFeatureDBInstanceInfo) String ¶ added in v4.0.1
func (s GetInstanceResponseBodyFeatureDBInstanceInfo) String() string
type GetLabelTableResponse ¶
type GetLabelTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetLabelTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetLabelTableResponse) GoString ¶
func (s GetLabelTableResponse) GoString() string
func (*GetLabelTableResponse) SetBody ¶
func (s *GetLabelTableResponse) SetBody(v *GetLabelTableResponseBody) *GetLabelTableResponse
func (*GetLabelTableResponse) SetHeaders ¶
func (s *GetLabelTableResponse) SetHeaders(v map[string]*string) *GetLabelTableResponse
func (*GetLabelTableResponse) SetStatusCode ¶
func (s *GetLabelTableResponse) SetStatusCode(v int32) *GetLabelTableResponse
func (GetLabelTableResponse) String ¶
func (s GetLabelTableResponse) String() string
type GetLabelTableResponseBody ¶
type GetLabelTableResponseBody struct { // example: // // 1 DatasourceId *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"` // example: // // datasource1 DatasourceName *string `json:"DatasourceName,omitempty" xml:"DatasourceName,omitempty"` Fields []*GetLabelTableResponseBodyFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // label_table1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 12321312***** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` RelatedModelFeatures []*string `json:"RelatedModelFeatures,omitempty" xml:"RelatedModelFeatures,omitempty" type:"Repeated"` // example: // // 728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetLabelTableResponseBody) GoString ¶
func (s GetLabelTableResponseBody) GoString() string
func (*GetLabelTableResponseBody) SetDatasourceId ¶
func (s *GetLabelTableResponseBody) SetDatasourceId(v string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetDatasourceName ¶
func (s *GetLabelTableResponseBody) SetDatasourceName(v string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetFields ¶
func (s *GetLabelTableResponseBody) SetFields(v []*GetLabelTableResponseBodyFields) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetGmtCreateTime ¶
func (s *GetLabelTableResponseBody) SetGmtCreateTime(v string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetGmtModifiedTime ¶
func (s *GetLabelTableResponseBody) SetGmtModifiedTime(v string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetName ¶
func (s *GetLabelTableResponseBody) SetName(v string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetOwner ¶
func (s *GetLabelTableResponseBody) SetOwner(v string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetProjectId ¶
func (s *GetLabelTableResponseBody) SetProjectId(v string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetProjectName ¶
func (s *GetLabelTableResponseBody) SetProjectName(v string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetRelatedModelFeatures ¶
func (s *GetLabelTableResponseBody) SetRelatedModelFeatures(v []*string) *GetLabelTableResponseBody
func (*GetLabelTableResponseBody) SetRequestId ¶
func (s *GetLabelTableResponseBody) SetRequestId(v string) *GetLabelTableResponseBody
func (GetLabelTableResponseBody) String ¶
func (s GetLabelTableResponseBody) String() string
type GetLabelTableResponseBodyFields ¶
type GetLabelTableResponseBodyFields struct { Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"` // example: // // field1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // INT32 Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetLabelTableResponseBodyFields) GoString ¶
func (s GetLabelTableResponseBodyFields) GoString() string
func (*GetLabelTableResponseBodyFields) SetAttributes ¶
func (s *GetLabelTableResponseBodyFields) SetAttributes(v []*string) *GetLabelTableResponseBodyFields
func (*GetLabelTableResponseBodyFields) SetName ¶
func (s *GetLabelTableResponseBodyFields) SetName(v string) *GetLabelTableResponseBodyFields
func (*GetLabelTableResponseBodyFields) SetType ¶
func (s *GetLabelTableResponseBodyFields) SetType(v string) *GetLabelTableResponseBodyFields
func (GetLabelTableResponseBodyFields) String ¶
func (s GetLabelTableResponseBodyFields) String() string
type GetModelFeatureFGFeatureResponse ¶
type GetModelFeatureFGFeatureResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetModelFeatureFGFeatureResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetModelFeatureFGFeatureResponse) GoString ¶
func (s GetModelFeatureFGFeatureResponse) GoString() string
func (*GetModelFeatureFGFeatureResponse) SetBody ¶
func (s *GetModelFeatureFGFeatureResponse) SetBody(v *GetModelFeatureFGFeatureResponseBody) *GetModelFeatureFGFeatureResponse
func (*GetModelFeatureFGFeatureResponse) SetHeaders ¶
func (s *GetModelFeatureFGFeatureResponse) SetHeaders(v map[string]*string) *GetModelFeatureFGFeatureResponse
func (*GetModelFeatureFGFeatureResponse) SetStatusCode ¶
func (s *GetModelFeatureFGFeatureResponse) SetStatusCode(v int32) *GetModelFeatureFGFeatureResponse
func (GetModelFeatureFGFeatureResponse) String ¶
func (s GetModelFeatureFGFeatureResponse) String() string
type GetModelFeatureFGFeatureResponseBody ¶
type GetModelFeatureFGFeatureResponseBody struct { LookupFeatures []*GetModelFeatureFGFeatureResponseBodyLookupFeatures `json:"LookupFeatures,omitempty" xml:"LookupFeatures,omitempty" type:"Repeated"` RawFeatures []*GetModelFeatureFGFeatureResponseBodyRawFeatures `json:"RawFeatures,omitempty" xml:"RawFeatures,omitempty" type:"Repeated"` // example: // // E23EFF09-58AA-5420-934F-8453AE01548D RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Reserves []*string `json:"Reserves,omitempty" xml:"Reserves,omitempty" type:"Repeated"` SequenceFeatures []*GetModelFeatureFGFeatureResponseBodySequenceFeatures `json:"SequenceFeatures,omitempty" xml:"SequenceFeatures,omitempty" type:"Repeated"` }
func (GetModelFeatureFGFeatureResponseBody) GoString ¶
func (s GetModelFeatureFGFeatureResponseBody) GoString() string
func (*GetModelFeatureFGFeatureResponseBody) SetLookupFeatures ¶
func (s *GetModelFeatureFGFeatureResponseBody) SetLookupFeatures(v []*GetModelFeatureFGFeatureResponseBodyLookupFeatures) *GetModelFeatureFGFeatureResponseBody
func (*GetModelFeatureFGFeatureResponseBody) SetRawFeatures ¶
func (s *GetModelFeatureFGFeatureResponseBody) SetRawFeatures(v []*GetModelFeatureFGFeatureResponseBodyRawFeatures) *GetModelFeatureFGFeatureResponseBody
func (*GetModelFeatureFGFeatureResponseBody) SetRequestId ¶
func (s *GetModelFeatureFGFeatureResponseBody) SetRequestId(v string) *GetModelFeatureFGFeatureResponseBody
func (*GetModelFeatureFGFeatureResponseBody) SetReserves ¶
func (s *GetModelFeatureFGFeatureResponseBody) SetReserves(v []*string) *GetModelFeatureFGFeatureResponseBody
func (*GetModelFeatureFGFeatureResponseBody) SetSequenceFeatures ¶
func (s *GetModelFeatureFGFeatureResponseBody) SetSequenceFeatures(v []*GetModelFeatureFGFeatureResponseBodySequenceFeatures) *GetModelFeatureFGFeatureResponseBody
func (GetModelFeatureFGFeatureResponseBody) String ¶
func (s GetModelFeatureFGFeatureResponseBody) String() string
type GetModelFeatureFGFeatureResponseBodyLookupFeatures ¶
type GetModelFeatureFGFeatureResponseBodyLookupFeatures struct { // example: // // -1024 DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` // example: // // item_id FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` // example: // // Item KeyFeatureDomain *string `json:"KeyFeatureDomain,omitempty" xml:"KeyFeatureDomain,omitempty"` // example: // // 1 KeyFeatureName *string `json:"KeyFeatureName,omitempty" xml:"KeyFeatureName,omitempty"` // example: // // User MapFeatureDomain *string `json:"MapFeatureDomain,omitempty" xml:"MapFeatureDomain,omitempty"` // example: // // item_id MapFeatureName *string `json:"MapFeatureName,omitempty" xml:"MapFeatureName,omitempty"` // example: // // STRING ValueType *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"` }
func (GetModelFeatureFGFeatureResponseBodyLookupFeatures) GoString ¶
func (s GetModelFeatureFGFeatureResponseBodyLookupFeatures) GoString() string
func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetDefaultValue ¶
func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetDefaultValue(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetFeatureName ¶
func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetKeyFeatureDomain ¶
func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetKeyFeatureDomain(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetKeyFeatureName ¶
func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetKeyFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetMapFeatureDomain ¶
func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetMapFeatureDomain(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetMapFeatureName ¶
func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetMapFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetValueType ¶
func (s *GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetValueType(v string) *GetModelFeatureFGFeatureResponseBodyLookupFeatures
func (GetModelFeatureFGFeatureResponseBodyLookupFeatures) String ¶
func (s GetModelFeatureFGFeatureResponseBodyLookupFeatures) String() string
type GetModelFeatureFGFeatureResponseBodyRawFeatures ¶
type GetModelFeatureFGFeatureResponseBodyRawFeatures struct { // example: // // -1024 DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` // example: // // User FeatureDomain *string `json:"FeatureDomain,omitempty" xml:"FeatureDomain,omitempty"` // example: // // item_id FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` // example: // // IdFeature FeatureType *string `json:"FeatureType,omitempty" xml:"FeatureType,omitempty"` // example: // // item_id InputFeatureName *string `json:"InputFeatureName,omitempty" xml:"InputFeatureName,omitempty"` // example: // // STRING ValueType *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"` }
func (GetModelFeatureFGFeatureResponseBodyRawFeatures) GoString ¶
func (s GetModelFeatureFGFeatureResponseBodyRawFeatures) GoString() string
func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetDefaultValue ¶
func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetDefaultValue(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureDomain ¶
func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureDomain(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureName ¶
func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureType ¶
func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureType(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetInputFeatureName ¶
func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetInputFeatureName(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetValueType ¶
func (s *GetModelFeatureFGFeatureResponseBodyRawFeatures) SetValueType(v string) *GetModelFeatureFGFeatureResponseBodyRawFeatures
func (GetModelFeatureFGFeatureResponseBodyRawFeatures) String ¶
func (s GetModelFeatureFGFeatureResponseBodyRawFeatures) String() string
type GetModelFeatureFGFeatureResponseBodySequenceFeatures ¶
type GetModelFeatureFGFeatureResponseBodySequenceFeatures struct { // example: // // # AttributeDelim *string `json:"AttributeDelim,omitempty" xml:"AttributeDelim,omitempty"` // example: // // item_id FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` // example: // // ; SequenceDelim *string `json:"SequenceDelim,omitempty" xml:"SequenceDelim,omitempty"` // example: // // 50 SequenceLength *int64 `json:"SequenceLength,omitempty" xml:"SequenceLength,omitempty"` SubFeatures []*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures `json:"SubFeatures,omitempty" xml:"SubFeatures,omitempty" type:"Repeated"` }
func (GetModelFeatureFGFeatureResponseBodySequenceFeatures) GoString ¶
func (s GetModelFeatureFGFeatureResponseBodySequenceFeatures) GoString() string
func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetAttributeDelim ¶
func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetAttributeDelim(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetFeatureName ¶
func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetFeatureName(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSequenceDelim ¶
func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSequenceDelim(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSequenceLength ¶
func (s *GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSequenceLength(v int64) *GetModelFeatureFGFeatureResponseBodySequenceFeatures
func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSubFeatures ¶
func (GetModelFeatureFGFeatureResponseBodySequenceFeatures) String ¶
func (s GetModelFeatureFGFeatureResponseBodySequenceFeatures) String() string
type GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures ¶
type GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures struct { // example: // // -1024 DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` // example: // // User FeatureDomain *string `json:"FeatureDomain,omitempty" xml:"FeatureDomain,omitempty"` // example: // // item_id FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` // example: // // IdFeature FeatureType *string `json:"FeatureType,omitempty" xml:"FeatureType,omitempty"` // example: // // item_id InputFeatureName *string `json:"InputFeatureName,omitempty" xml:"InputFeatureName,omitempty"` // example: // // STRING ValueType *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"` }
func (GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) GoString ¶
func (s GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) GoString() string
func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetDefaultValue ¶
func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureDomain ¶
func (s *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureDomain(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureName ¶
func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureType ¶
func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetInputFeatureName ¶
func (s *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetInputFeatureName(v string) *GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures
func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetValueType ¶
func (GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) String ¶
func (s GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) String() string
type GetModelFeatureFGInfoResponse ¶
type GetModelFeatureFGInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetModelFeatureFGInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetModelFeatureFGInfoResponse) GoString ¶
func (s GetModelFeatureFGInfoResponse) GoString() string
func (*GetModelFeatureFGInfoResponse) SetBody ¶
func (s *GetModelFeatureFGInfoResponse) SetBody(v *GetModelFeatureFGInfoResponseBody) *GetModelFeatureFGInfoResponse
func (*GetModelFeatureFGInfoResponse) SetHeaders ¶
func (s *GetModelFeatureFGInfoResponse) SetHeaders(v map[string]*string) *GetModelFeatureFGInfoResponse
func (*GetModelFeatureFGInfoResponse) SetStatusCode ¶
func (s *GetModelFeatureFGInfoResponse) SetStatusCode(v int32) *GetModelFeatureFGInfoResponse
func (GetModelFeatureFGInfoResponse) String ¶
func (s GetModelFeatureFGInfoResponse) String() string
type GetModelFeatureFGInfoResponseBody ¶
type GetModelFeatureFGInfoResponseBody struct { // example: // // {"features": [{"feature_name": "item_id","feature_type": "id_feature","value_type": "String","expression": "item:item_id","default_value": "-1024","combiner": "mean","need_prefix": false},{"feature_name": "f1","feature_type": "lookup_feature","value_type": "Integer","map": "item:f1","key": "user:1","default_value": "0","combiner": "mean","need_prefix": false,"needDiscrete": false,"needWeighting": false,"needKey": false}],"reserves": ["f1"]} Content *string `json:"Content,omitempty" xml:"Content,omitempty"` // example: // // 6B662A64-E4BF-56F8-BF5F-4C63F34EC0A8 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetModelFeatureFGInfoResponseBody) GoString ¶
func (s GetModelFeatureFGInfoResponseBody) GoString() string
func (*GetModelFeatureFGInfoResponseBody) SetContent ¶
func (s *GetModelFeatureFGInfoResponseBody) SetContent(v string) *GetModelFeatureFGInfoResponseBody
func (*GetModelFeatureFGInfoResponseBody) SetRequestId ¶
func (s *GetModelFeatureFGInfoResponseBody) SetRequestId(v string) *GetModelFeatureFGInfoResponseBody
func (GetModelFeatureFGInfoResponseBody) String ¶
func (s GetModelFeatureFGInfoResponseBody) String() string
type GetModelFeatureResponse ¶
type GetModelFeatureResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetModelFeatureResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetModelFeatureResponse) GoString ¶
func (s GetModelFeatureResponse) GoString() string
func (*GetModelFeatureResponse) SetBody ¶
func (s *GetModelFeatureResponse) SetBody(v *GetModelFeatureResponseBody) *GetModelFeatureResponse
func (*GetModelFeatureResponse) SetHeaders ¶
func (s *GetModelFeatureResponse) SetHeaders(v map[string]*string) *GetModelFeatureResponse
func (*GetModelFeatureResponse) SetStatusCode ¶
func (s *GetModelFeatureResponse) SetStatusCode(v int32) *GetModelFeatureResponse
func (GetModelFeatureResponse) String ¶
func (s GetModelFeatureResponse) String() string
type GetModelFeatureResponseBody ¶
type GetModelFeatureResponseBody struct { // example: // // from feature_store_py.fs_client import FeatureStoreClient\nfrom feature_store_py.fs_project import FeatureStoreProject\nfrom feature_store_py.fs_datasource import LabelInput, MaxComputeDataSource, TrainingSetOutput\nfrom feature_store_py.fs_features import FeatureSelector\nfrom feature_store_py.fs_config import LabelInputConfig, PartitionConfig, FeatureViewConfig\nfrom feature_store_py.fs_config import TrainSetOutputConfig, EASDeployConfig\nimport datetime\nimport sys\n\ncur_day = args[\"dt\"]\nprint(\"cur_day = \", cur_day)\noffset = datetime.timedelta(days=-1)\npre_day = (datetime.datetime.strptime(cur_day, \"%Y%m%d\") + offset).strftime(\"%Y%m%d\")\nprint(\"pre_day = \", pre_day)\n\n\naccess_key_id = o.account.access_id\naccess_key_secret = o.account.secret_access_key\nfs = FeatureStoreClient(access_key_id=access_key_id, access_key_secret=access_key_secret, region=\"cn-beijing\")\ncur_project_name = \"p1\"\nproject = fs.get_project(cur_project_name)\n\nlabel_partitions = PartitionConfig(name = \"ds\", value = cur_day)\nlabel_input_config = LabelInputConfig(partition_config=label_partitions)\n\nfeature_view_1_partitions = PartitionConfig(name = \"ds\", value = pre_day)\nfeature_view_1_config = FeatureViewConfig(name = \"user_fea\",\npartition_config=feature_view_1_partitions)\n\nfeature_view_2_partitions = PartitionConfig(name = \"ds\", value = pre_day)\nfeature_view_2_config = FeatureViewConfig(name = \"seq_fea\",\npartition_config=feature_view_2_partitions)\n\nfeature_view_3_partitions = PartitionConfig(name = \"ds\", value = pre_day)\nfeature_view_3_config = FeatureViewConfig(name = \"item_fea\",\npartition_config=feature_view_3_partitions)\n\nfeature_view_config_list = [feature_view_1_config,feature_view_2_config,feature_view_3_config]\ntrain_set_partitions = PartitionConfig(name = \"ds\", value = cur_day)\ntrain_set_output_config = TrainSetOutputConfig(partition_config=train_set_partitions)\n\n\nmodel_name = \"rank_v1\"\ncur_model = project.get_model(model_name)\ntask = cur_model.export_train_set(label_input_config, feature_view_config_list, train_set_output_config)\ntask.wait()\nprint(\"task_summary = \", task.task_summary)\n ExportTrainingSetTableScript *string `json:"ExportTrainingSetTableScript,omitempty" xml:"ExportTrainingSetTableScript,omitempty"` Features []*GetModelFeatureResponseBodyFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"` // example: // // 2023-07-04T14:46:22.227+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-07-04T14:46:22.227+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // 0 LabelPriorityLevel *int64 `json:"LabelPriorityLevel,omitempty" xml:"LabelPriorityLevel,omitempty"` // example: // // 3 LabelTableId *string `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"` // example: // // label_table1 LabelTableName *string `json:"LabelTableName,omitempty" xml:"LabelTableName,omitempty"` // example: // // model_feature1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 1231243253**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 5 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` Relations *GetModelFeatureResponseBodyRelations `json:"Relations,omitempty" xml:"Relations,omitempty" type:"Struct"` // example: // // 0C89F5E1-7F24-5EEC-9F05-508A39278CC8 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // table2 TrainingSetFGTable *string `json:"TrainingSetFGTable,omitempty" xml:"TrainingSetFGTable,omitempty"` // example: // // table1 TrainingSetTable *string `json:"TrainingSetTable,omitempty" xml:"TrainingSetTable,omitempty"` }
func (GetModelFeatureResponseBody) GoString ¶
func (s GetModelFeatureResponseBody) GoString() string
func (*GetModelFeatureResponseBody) SetExportTrainingSetTableScript ¶
func (s *GetModelFeatureResponseBody) SetExportTrainingSetTableScript(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetFeatures ¶
func (s *GetModelFeatureResponseBody) SetFeatures(v []*GetModelFeatureResponseBodyFeatures) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetGmtCreateTime ¶
func (s *GetModelFeatureResponseBody) SetGmtCreateTime(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetGmtModifiedTime ¶
func (s *GetModelFeatureResponseBody) SetGmtModifiedTime(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetLabelPriorityLevel ¶
func (s *GetModelFeatureResponseBody) SetLabelPriorityLevel(v int64) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetLabelTableId ¶
func (s *GetModelFeatureResponseBody) SetLabelTableId(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetLabelTableName ¶
func (s *GetModelFeatureResponseBody) SetLabelTableName(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetName ¶
func (s *GetModelFeatureResponseBody) SetName(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetOwner ¶
func (s *GetModelFeatureResponseBody) SetOwner(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetProjectId ¶
func (s *GetModelFeatureResponseBody) SetProjectId(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetProjectName ¶
func (s *GetModelFeatureResponseBody) SetProjectName(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetRelations ¶
func (s *GetModelFeatureResponseBody) SetRelations(v *GetModelFeatureResponseBodyRelations) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetRequestId ¶
func (s *GetModelFeatureResponseBody) SetRequestId(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetTrainingSetFGTable ¶
func (s *GetModelFeatureResponseBody) SetTrainingSetFGTable(v string) *GetModelFeatureResponseBody
func (*GetModelFeatureResponseBody) SetTrainingSetTable ¶
func (s *GetModelFeatureResponseBody) SetTrainingSetTable(v string) *GetModelFeatureResponseBody
func (GetModelFeatureResponseBody) String ¶
func (s GetModelFeatureResponseBody) String() string
type GetModelFeatureResponseBodyFeatures ¶
type GetModelFeatureResponseBodyFeatures struct { // example: // // feature2 AliasName *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"` // example: // // 3 FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"` // example: // // feature_view_1 FeatureViewName *string `json:"FeatureViewName,omitempty" xml:"FeatureViewName,omitempty"` // example: // // feature1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // INT32 Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetModelFeatureResponseBodyFeatures) GoString ¶
func (s GetModelFeatureResponseBodyFeatures) GoString() string
func (*GetModelFeatureResponseBodyFeatures) SetAliasName ¶
func (s *GetModelFeatureResponseBodyFeatures) SetAliasName(v string) *GetModelFeatureResponseBodyFeatures
func (*GetModelFeatureResponseBodyFeatures) SetFeatureViewId ¶
func (s *GetModelFeatureResponseBodyFeatures) SetFeatureViewId(v string) *GetModelFeatureResponseBodyFeatures
func (*GetModelFeatureResponseBodyFeatures) SetFeatureViewName ¶
func (s *GetModelFeatureResponseBodyFeatures) SetFeatureViewName(v string) *GetModelFeatureResponseBodyFeatures
func (*GetModelFeatureResponseBodyFeatures) SetName ¶
func (s *GetModelFeatureResponseBodyFeatures) SetName(v string) *GetModelFeatureResponseBodyFeatures
func (*GetModelFeatureResponseBodyFeatures) SetType ¶
func (s *GetModelFeatureResponseBodyFeatures) SetType(v string) *GetModelFeatureResponseBodyFeatures
func (GetModelFeatureResponseBodyFeatures) String ¶
func (s GetModelFeatureResponseBodyFeatures) String() string
type GetModelFeatureResponseBodyRelations ¶
type GetModelFeatureResponseBodyRelations struct { Domains []*GetModelFeatureResponseBodyRelationsDomains `json:"Domains,omitempty" xml:"Domains,omitempty" type:"Repeated"` Links []*GetModelFeatureResponseBodyRelationsLinks `json:"Links,omitempty" xml:"Links,omitempty" type:"Repeated"` }
func (GetModelFeatureResponseBodyRelations) GoString ¶
func (s GetModelFeatureResponseBodyRelations) GoString() string
func (*GetModelFeatureResponseBodyRelations) SetDomains ¶
func (s *GetModelFeatureResponseBodyRelations) SetDomains(v []*GetModelFeatureResponseBodyRelationsDomains) *GetModelFeatureResponseBodyRelations
func (GetModelFeatureResponseBodyRelations) String ¶
func (s GetModelFeatureResponseBodyRelations) String() string
type GetModelFeatureResponseBodyRelationsDomains ¶
type GetModelFeatureResponseBodyRelationsDomains struct { // example: // // FeatureEntity DomainType *string `json:"DomainType,omitempty" xml:"DomainType,omitempty"` // Domain ID。 // // example: // // 3 Id *string `json:"Id,omitempty" xml:"Id,omitempty"` // example: // // feature_entity_1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` }
func (GetModelFeatureResponseBodyRelationsDomains) GoString ¶
func (s GetModelFeatureResponseBodyRelationsDomains) GoString() string
func (*GetModelFeatureResponseBodyRelationsDomains) SetDomainType ¶
func (s *GetModelFeatureResponseBodyRelationsDomains) SetDomainType(v string) *GetModelFeatureResponseBodyRelationsDomains
func (*GetModelFeatureResponseBodyRelationsDomains) SetName ¶
func (s *GetModelFeatureResponseBodyRelationsDomains) SetName(v string) *GetModelFeatureResponseBodyRelationsDomains
func (GetModelFeatureResponseBodyRelationsDomains) String ¶
func (s GetModelFeatureResponseBodyRelationsDomains) String() string
type GetModelFeatureResponseBodyRelationsLinks ¶
type GetModelFeatureResponseBodyRelationsLinks struct { // example: // // model_feature_2 From *string `json:"From,omitempty" xml:"From,omitempty"` // example: // // user_id Link *string `json:"Link,omitempty" xml:"Link,omitempty"` // example: // // feature_entity_3 To *string `json:"To,omitempty" xml:"To,omitempty"` }
func (GetModelFeatureResponseBodyRelationsLinks) GoString ¶
func (s GetModelFeatureResponseBodyRelationsLinks) GoString() string
func (*GetModelFeatureResponseBodyRelationsLinks) SetFrom ¶
func (s *GetModelFeatureResponseBodyRelationsLinks) SetFrom(v string) *GetModelFeatureResponseBodyRelationsLinks
func (*GetModelFeatureResponseBodyRelationsLinks) SetLink ¶
func (s *GetModelFeatureResponseBodyRelationsLinks) SetLink(v string) *GetModelFeatureResponseBodyRelationsLinks
func (*GetModelFeatureResponseBodyRelationsLinks) SetTo ¶
func (s *GetModelFeatureResponseBodyRelationsLinks) SetTo(v string) *GetModelFeatureResponseBodyRelationsLinks
func (GetModelFeatureResponseBodyRelationsLinks) String ¶
func (s GetModelFeatureResponseBodyRelationsLinks) String() string
type GetProjectFeatureEntityResponse ¶
type GetProjectFeatureEntityResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetProjectFeatureEntityResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetProjectFeatureEntityResponse) GoString ¶
func (s GetProjectFeatureEntityResponse) GoString() string
func (*GetProjectFeatureEntityResponse) SetBody ¶
func (s *GetProjectFeatureEntityResponse) SetBody(v *GetProjectFeatureEntityResponseBody) *GetProjectFeatureEntityResponse
func (*GetProjectFeatureEntityResponse) SetHeaders ¶
func (s *GetProjectFeatureEntityResponse) SetHeaders(v map[string]*string) *GetProjectFeatureEntityResponse
func (*GetProjectFeatureEntityResponse) SetStatusCode ¶
func (s *GetProjectFeatureEntityResponse) SetStatusCode(v int32) *GetProjectFeatureEntityResponse
func (GetProjectFeatureEntityResponse) String ¶
func (s GetProjectFeatureEntityResponse) String() string
type GetProjectFeatureEntityResponseBody ¶
type GetProjectFeatureEntityResponseBody struct { // example: // // 3 FeatureEntityId *string `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"` // example: // // user_id JoinId *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"` // example: // // feature_entity_1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // project_1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` // example: // // 37D19490-AB69-567D-A852-407C94E510E9 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 34245 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (GetProjectFeatureEntityResponseBody) GoString ¶
func (s GetProjectFeatureEntityResponseBody) GoString() string
func (*GetProjectFeatureEntityResponseBody) SetFeatureEntityId ¶
func (s *GetProjectFeatureEntityResponseBody) SetFeatureEntityId(v string) *GetProjectFeatureEntityResponseBody
func (*GetProjectFeatureEntityResponseBody) SetJoinId ¶
func (s *GetProjectFeatureEntityResponseBody) SetJoinId(v string) *GetProjectFeatureEntityResponseBody
func (*GetProjectFeatureEntityResponseBody) SetName ¶
func (s *GetProjectFeatureEntityResponseBody) SetName(v string) *GetProjectFeatureEntityResponseBody
func (*GetProjectFeatureEntityResponseBody) SetProjectName ¶
func (s *GetProjectFeatureEntityResponseBody) SetProjectName(v string) *GetProjectFeatureEntityResponseBody
func (*GetProjectFeatureEntityResponseBody) SetRequestId ¶
func (s *GetProjectFeatureEntityResponseBody) SetRequestId(v string) *GetProjectFeatureEntityResponseBody
func (*GetProjectFeatureEntityResponseBody) SetWorkspaceId ¶
func (s *GetProjectFeatureEntityResponseBody) SetWorkspaceId(v string) *GetProjectFeatureEntityResponseBody
func (GetProjectFeatureEntityResponseBody) String ¶
func (s GetProjectFeatureEntityResponseBody) String() string
type GetProjectResponse ¶
type GetProjectResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetProjectResponse) GoString ¶
func (s GetProjectResponse) GoString() string
func (*GetProjectResponse) SetBody ¶
func (s *GetProjectResponse) SetBody(v *GetProjectResponseBody) *GetProjectResponse
func (*GetProjectResponse) SetHeaders ¶
func (s *GetProjectResponse) SetHeaders(v map[string]*string) *GetProjectResponse
func (*GetProjectResponse) SetStatusCode ¶
func (s *GetProjectResponse) SetStatusCode(v int32) *GetProjectResponse
func (GetProjectResponse) String ¶
func (s GetProjectResponse) String() string
type GetProjectResponseBody ¶
type GetProjectResponseBody struct { // example: // // This is a test. Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // 10 FeatureEntityCount *int32 `json:"FeatureEntityCount,omitempty" xml:"FeatureEntityCount,omitempty"` // example: // // 10 FeatureViewCount *int32 `json:"FeatureViewCount,omitempty" xml:"FeatureViewCount,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // 5 ModelCount *int32 `json:"ModelCount,omitempty" xml:"ModelCount,omitempty"` // example: // // project1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 4 OfflineDatasourceId *string `json:"OfflineDatasourceId,omitempty" xml:"OfflineDatasourceId,omitempty"` // example: // // datasource1 OfflineDatasourceName *string `json:"OfflineDatasourceName,omitempty" xml:"OfflineDatasourceName,omitempty"` // example: // // MaxCompute OfflineDatasourceType *string `json:"OfflineDatasourceType,omitempty" xml:"OfflineDatasourceType,omitempty"` // example: // // 90 OfflineLifecycle *int32 `json:"OfflineLifecycle,omitempty" xml:"OfflineLifecycle,omitempty"` // example: // // 5 OnlineDatasourceId *string `json:"OnlineDatasourceId,omitempty" xml:"OnlineDatasourceId,omitempty"` // example: // // datasource2 OnlineDatasourceName *string `json:"OnlineDatasourceName,omitempty" xml:"OnlineDatasourceName,omitempty"` // example: // // Hologres OnlineDatasourceType *string `json:"OnlineDatasourceType,omitempty" xml:"OnlineDatasourceType,omitempty"` // example: // // 1232132543543**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // C33E160C-BFCA-5719-B958-942850E949F6 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (GetProjectResponseBody) GoString ¶
func (s GetProjectResponseBody) GoString() string
func (*GetProjectResponseBody) SetDescription ¶
func (s *GetProjectResponseBody) SetDescription(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetFeatureEntityCount ¶
func (s *GetProjectResponseBody) SetFeatureEntityCount(v int32) *GetProjectResponseBody
func (*GetProjectResponseBody) SetFeatureViewCount ¶
func (s *GetProjectResponseBody) SetFeatureViewCount(v int32) *GetProjectResponseBody
func (*GetProjectResponseBody) SetGmtCreateTime ¶
func (s *GetProjectResponseBody) SetGmtCreateTime(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetGmtModifiedTime ¶
func (s *GetProjectResponseBody) SetGmtModifiedTime(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetModelCount ¶
func (s *GetProjectResponseBody) SetModelCount(v int32) *GetProjectResponseBody
func (*GetProjectResponseBody) SetName ¶
func (s *GetProjectResponseBody) SetName(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetOfflineDatasourceId ¶
func (s *GetProjectResponseBody) SetOfflineDatasourceId(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetOfflineDatasourceName ¶
func (s *GetProjectResponseBody) SetOfflineDatasourceName(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetOfflineDatasourceType ¶
func (s *GetProjectResponseBody) SetOfflineDatasourceType(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetOfflineLifecycle ¶
func (s *GetProjectResponseBody) SetOfflineLifecycle(v int32) *GetProjectResponseBody
func (*GetProjectResponseBody) SetOnlineDatasourceId ¶
func (s *GetProjectResponseBody) SetOnlineDatasourceId(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetOnlineDatasourceName ¶
func (s *GetProjectResponseBody) SetOnlineDatasourceName(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetOnlineDatasourceType ¶
func (s *GetProjectResponseBody) SetOnlineDatasourceType(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetOwner ¶
func (s *GetProjectResponseBody) SetOwner(v string) *GetProjectResponseBody
func (*GetProjectResponseBody) SetRequestId ¶
func (s *GetProjectResponseBody) SetRequestId(v string) *GetProjectResponseBody
func (GetProjectResponseBody) String ¶
func (s GetProjectResponseBody) String() string
type GetServiceIdentityRoleResponse ¶
type GetServiceIdentityRoleResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetServiceIdentityRoleResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetServiceIdentityRoleResponse) GoString ¶
func (s GetServiceIdentityRoleResponse) GoString() string
func (*GetServiceIdentityRoleResponse) SetBody ¶
func (s *GetServiceIdentityRoleResponse) SetBody(v *GetServiceIdentityRoleResponseBody) *GetServiceIdentityRoleResponse
func (*GetServiceIdentityRoleResponse) SetHeaders ¶
func (s *GetServiceIdentityRoleResponse) SetHeaders(v map[string]*string) *GetServiceIdentityRoleResponse
func (*GetServiceIdentityRoleResponse) SetStatusCode ¶
func (s *GetServiceIdentityRoleResponse) SetStatusCode(v int32) *GetServiceIdentityRoleResponse
func (GetServiceIdentityRoleResponse) String ¶
func (s GetServiceIdentityRoleResponse) String() string
type GetServiceIdentityRoleResponseBody ¶
type GetServiceIdentityRoleResponseBody struct { // example: // // { // // "Version": "1", // // "Statement":[] // // } Policy *string `json:"Policy,omitempty" xml:"Policy,omitempty"` // example: // // 6F629E92-F64D-502D-85AA-A9C54894CA3D RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // AliyunServiceRoleForPaiFeatureStore RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"` }
func (GetServiceIdentityRoleResponseBody) GoString ¶
func (s GetServiceIdentityRoleResponseBody) GoString() string
func (*GetServiceIdentityRoleResponseBody) SetPolicy ¶
func (s *GetServiceIdentityRoleResponseBody) SetPolicy(v string) *GetServiceIdentityRoleResponseBody
func (*GetServiceIdentityRoleResponseBody) SetRequestId ¶
func (s *GetServiceIdentityRoleResponseBody) SetRequestId(v string) *GetServiceIdentityRoleResponseBody
func (*GetServiceIdentityRoleResponseBody) SetRoleName ¶
func (s *GetServiceIdentityRoleResponseBody) SetRoleName(v string) *GetServiceIdentityRoleResponseBody
func (GetServiceIdentityRoleResponseBody) String ¶
func (s GetServiceIdentityRoleResponseBody) String() string
type GetTaskResponse ¶
type GetTaskResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetTaskResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (GetTaskResponse) GoString ¶
func (s GetTaskResponse) GoString() string
func (*GetTaskResponse) SetBody ¶
func (s *GetTaskResponse) SetBody(v *GetTaskResponseBody) *GetTaskResponse
func (*GetTaskResponse) SetHeaders ¶
func (s *GetTaskResponse) SetHeaders(v map[string]*string) *GetTaskResponse
func (*GetTaskResponse) SetStatusCode ¶
func (s *GetTaskResponse) SetStatusCode(v int32) *GetTaskResponse
func (GetTaskResponse) String ¶
func (s GetTaskResponse) String() string
type GetTaskResponseBody ¶
type GetTaskResponseBody struct { // example: // // { // // "mode": "overwrite", // // "partitions": { // // "dt": "20230820" // // }, // // "event_time": "", // // "config": {}, // // "offline_to_online": true // // } Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtExecutedTime *string `json:"GmtExecutedTime,omitempty" xml:"GmtExecutedTime,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtFinishedTime *string `json:"GmtFinishedTime,omitempty" xml:"GmtFinishedTime,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // 3 ObjectId *string `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"` // example: // // ModelFeature ObjectType *string `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"` // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project_1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` // example: // // 37D19490-AB69-567D-A852-407C94E510E9 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // DROP TABLE IF EXISTS public.fsxxx RunningConfig *string `json:"RunningConfig,omitempty" xml:"RunningConfig,omitempty"` // example: // // Running Status *string `json:"Status,omitempty" xml:"Status,omitempty"` // example: // // OfflineToOnline Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (GetTaskResponseBody) GoString ¶
func (s GetTaskResponseBody) GoString() string
func (*GetTaskResponseBody) SetConfig ¶
func (s *GetTaskResponseBody) SetConfig(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetGmtCreateTime ¶
func (s *GetTaskResponseBody) SetGmtCreateTime(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetGmtExecutedTime ¶
func (s *GetTaskResponseBody) SetGmtExecutedTime(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetGmtFinishedTime ¶
func (s *GetTaskResponseBody) SetGmtFinishedTime(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetGmtModifiedTime ¶
func (s *GetTaskResponseBody) SetGmtModifiedTime(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetObjectId ¶
func (s *GetTaskResponseBody) SetObjectId(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetObjectType ¶
func (s *GetTaskResponseBody) SetObjectType(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetProjectId ¶
func (s *GetTaskResponseBody) SetProjectId(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetProjectName ¶
func (s *GetTaskResponseBody) SetProjectName(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetRequestId ¶
func (s *GetTaskResponseBody) SetRequestId(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetRunningConfig ¶
func (s *GetTaskResponseBody) SetRunningConfig(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetStatus ¶
func (s *GetTaskResponseBody) SetStatus(v string) *GetTaskResponseBody
func (*GetTaskResponseBody) SetType ¶
func (s *GetTaskResponseBody) SetType(v string) *GetTaskResponseBody
func (GetTaskResponseBody) String ¶
func (s GetTaskResponseBody) String() string
type ListDatasourceTablesRequest ¶
type ListDatasourceTablesRequest struct { // example: // // table1 TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"` }
func (ListDatasourceTablesRequest) GoString ¶
func (s ListDatasourceTablesRequest) GoString() string
func (*ListDatasourceTablesRequest) SetTableName ¶
func (s *ListDatasourceTablesRequest) SetTableName(v string) *ListDatasourceTablesRequest
func (ListDatasourceTablesRequest) String ¶
func (s ListDatasourceTablesRequest) String() string
type ListDatasourceTablesResponse ¶
type ListDatasourceTablesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListDatasourceTablesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListDatasourceTablesResponse) GoString ¶
func (s ListDatasourceTablesResponse) GoString() string
func (*ListDatasourceTablesResponse) SetBody ¶
func (s *ListDatasourceTablesResponse) SetBody(v *ListDatasourceTablesResponseBody) *ListDatasourceTablesResponse
func (*ListDatasourceTablesResponse) SetHeaders ¶
func (s *ListDatasourceTablesResponse) SetHeaders(v map[string]*string) *ListDatasourceTablesResponse
func (*ListDatasourceTablesResponse) SetStatusCode ¶
func (s *ListDatasourceTablesResponse) SetStatusCode(v int32) *ListDatasourceTablesResponse
func (ListDatasourceTablesResponse) String ¶
func (s ListDatasourceTablesResponse) String() string
type ListDatasourceTablesResponseBody ¶
type ListDatasourceTablesResponseBody struct { // example: // // C03B2680-AC9C-59CD-93C5-8142B92537FA RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Tables []*string `json:"Tables,omitempty" xml:"Tables,omitempty" type:"Repeated"` // example: // // 10 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListDatasourceTablesResponseBody) GoString ¶
func (s ListDatasourceTablesResponseBody) GoString() string
func (*ListDatasourceTablesResponseBody) SetRequestId ¶
func (s *ListDatasourceTablesResponseBody) SetRequestId(v string) *ListDatasourceTablesResponseBody
func (*ListDatasourceTablesResponseBody) SetTables ¶
func (s *ListDatasourceTablesResponseBody) SetTables(v []*string) *ListDatasourceTablesResponseBody
func (*ListDatasourceTablesResponseBody) SetTotalCount ¶
func (s *ListDatasourceTablesResponseBody) SetTotalCount(v int64) *ListDatasourceTablesResponseBody
func (ListDatasourceTablesResponseBody) String ¶
func (s ListDatasourceTablesResponseBody) String() string
type ListDatasourcesRequest ¶
type ListDatasourcesRequest struct { // example: // // datasource1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Asc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // GmtModifiedTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // MaxCompute Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // example: // // 234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListDatasourcesRequest) GoString ¶
func (s ListDatasourcesRequest) GoString() string
func (*ListDatasourcesRequest) SetName ¶
func (s *ListDatasourcesRequest) SetName(v string) *ListDatasourcesRequest
func (*ListDatasourcesRequest) SetOrder ¶
func (s *ListDatasourcesRequest) SetOrder(v string) *ListDatasourcesRequest
func (*ListDatasourcesRequest) SetPageNumber ¶
func (s *ListDatasourcesRequest) SetPageNumber(v int32) *ListDatasourcesRequest
func (*ListDatasourcesRequest) SetPageSize ¶
func (s *ListDatasourcesRequest) SetPageSize(v int32) *ListDatasourcesRequest
func (*ListDatasourcesRequest) SetSortBy ¶
func (s *ListDatasourcesRequest) SetSortBy(v string) *ListDatasourcesRequest
func (*ListDatasourcesRequest) SetType ¶
func (s *ListDatasourcesRequest) SetType(v string) *ListDatasourcesRequest
func (*ListDatasourcesRequest) SetWorkspaceId ¶
func (s *ListDatasourcesRequest) SetWorkspaceId(v string) *ListDatasourcesRequest
func (ListDatasourcesRequest) String ¶
func (s ListDatasourcesRequest) String() string
type ListDatasourcesResponse ¶
type ListDatasourcesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListDatasourcesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListDatasourcesResponse) GoString ¶
func (s ListDatasourcesResponse) GoString() string
func (*ListDatasourcesResponse) SetBody ¶
func (s *ListDatasourcesResponse) SetBody(v *ListDatasourcesResponseBody) *ListDatasourcesResponse
func (*ListDatasourcesResponse) SetHeaders ¶
func (s *ListDatasourcesResponse) SetHeaders(v map[string]*string) *ListDatasourcesResponse
func (*ListDatasourcesResponse) SetStatusCode ¶
func (s *ListDatasourcesResponse) SetStatusCode(v int32) *ListDatasourcesResponse
func (ListDatasourcesResponse) String ¶
func (s ListDatasourcesResponse) String() string
type ListDatasourcesResponseBody ¶
type ListDatasourcesResponseBody struct { Datasources []*ListDatasourcesResponseBodyDatasources `json:"Datasources,omitempty" xml:"Datasources,omitempty" type:"Repeated"` // example: // // 44933189-493B-5C43-A5C6-11EEC2A43520 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 10 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListDatasourcesResponseBody) GoString ¶
func (s ListDatasourcesResponseBody) GoString() string
func (*ListDatasourcesResponseBody) SetDatasources ¶
func (s *ListDatasourcesResponseBody) SetDatasources(v []*ListDatasourcesResponseBodyDatasources) *ListDatasourcesResponseBody
func (*ListDatasourcesResponseBody) SetRequestId ¶
func (s *ListDatasourcesResponseBody) SetRequestId(v string) *ListDatasourcesResponseBody
func (*ListDatasourcesResponseBody) SetTotalCount ¶
func (s *ListDatasourcesResponseBody) SetTotalCount(v int64) *ListDatasourcesResponseBody
func (ListDatasourcesResponseBody) String ¶
func (s ListDatasourcesResponseBody) String() string
type ListDatasourcesResponseBodyDatasources ¶
type ListDatasourcesResponseBodyDatasources struct { // example: // // {"address": ""} Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // example: // // 3 DatasourceId *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // datasource1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Hologres Type *string `json:"Type,omitempty" xml:"Type,omitempty"` // example: // // igraph_instance1 Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` // example: // // 32324 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListDatasourcesResponseBodyDatasources) GoString ¶
func (s ListDatasourcesResponseBodyDatasources) GoString() string
func (*ListDatasourcesResponseBodyDatasources) SetConfig ¶
func (s *ListDatasourcesResponseBodyDatasources) SetConfig(v string) *ListDatasourcesResponseBodyDatasources
func (*ListDatasourcesResponseBodyDatasources) SetDatasourceId ¶
func (s *ListDatasourcesResponseBodyDatasources) SetDatasourceId(v string) *ListDatasourcesResponseBodyDatasources
func (*ListDatasourcesResponseBodyDatasources) SetGmtCreateTime ¶
func (s *ListDatasourcesResponseBodyDatasources) SetGmtCreateTime(v string) *ListDatasourcesResponseBodyDatasources
func (*ListDatasourcesResponseBodyDatasources) SetGmtModifiedTime ¶
func (s *ListDatasourcesResponseBodyDatasources) SetGmtModifiedTime(v string) *ListDatasourcesResponseBodyDatasources
func (*ListDatasourcesResponseBodyDatasources) SetName ¶
func (s *ListDatasourcesResponseBodyDatasources) SetName(v string) *ListDatasourcesResponseBodyDatasources
func (*ListDatasourcesResponseBodyDatasources) SetType ¶
func (s *ListDatasourcesResponseBodyDatasources) SetType(v string) *ListDatasourcesResponseBodyDatasources
func (*ListDatasourcesResponseBodyDatasources) SetUri ¶
func (s *ListDatasourcesResponseBodyDatasources) SetUri(v string) *ListDatasourcesResponseBodyDatasources
func (*ListDatasourcesResponseBodyDatasources) SetWorkspaceId ¶
func (s *ListDatasourcesResponseBodyDatasources) SetWorkspaceId(v string) *ListDatasourcesResponseBodyDatasources
func (ListDatasourcesResponseBodyDatasources) String ¶
func (s ListDatasourcesResponseBodyDatasources) String() string
type ListFeatureEntitiesRequest ¶
type ListFeatureEntitiesRequest struct { FeatureEntityIds []*string `json:"FeatureEntityIds,omitempty" xml:"FeatureEntityIds,omitempty" type:"Repeated"` // example: // // feature_entity_1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Desc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1231432***** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // GmtModifiedTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` }
func (ListFeatureEntitiesRequest) GoString ¶
func (s ListFeatureEntitiesRequest) GoString() string
func (*ListFeatureEntitiesRequest) SetFeatureEntityIds ¶
func (s *ListFeatureEntitiesRequest) SetFeatureEntityIds(v []*string) *ListFeatureEntitiesRequest
func (*ListFeatureEntitiesRequest) SetName ¶
func (s *ListFeatureEntitiesRequest) SetName(v string) *ListFeatureEntitiesRequest
func (*ListFeatureEntitiesRequest) SetOrder ¶
func (s *ListFeatureEntitiesRequest) SetOrder(v string) *ListFeatureEntitiesRequest
func (*ListFeatureEntitiesRequest) SetOwner ¶
func (s *ListFeatureEntitiesRequest) SetOwner(v string) *ListFeatureEntitiesRequest
func (*ListFeatureEntitiesRequest) SetPageNumber ¶
func (s *ListFeatureEntitiesRequest) SetPageNumber(v int32) *ListFeatureEntitiesRequest
func (*ListFeatureEntitiesRequest) SetPageSize ¶
func (s *ListFeatureEntitiesRequest) SetPageSize(v int32) *ListFeatureEntitiesRequest
func (*ListFeatureEntitiesRequest) SetProjectId ¶
func (s *ListFeatureEntitiesRequest) SetProjectId(v string) *ListFeatureEntitiesRequest
func (*ListFeatureEntitiesRequest) SetSortBy ¶
func (s *ListFeatureEntitiesRequest) SetSortBy(v string) *ListFeatureEntitiesRequest
func (ListFeatureEntitiesRequest) String ¶
func (s ListFeatureEntitiesRequest) String() string
type ListFeatureEntitiesResponse ¶
type ListFeatureEntitiesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListFeatureEntitiesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListFeatureEntitiesResponse) GoString ¶
func (s ListFeatureEntitiesResponse) GoString() string
func (*ListFeatureEntitiesResponse) SetBody ¶
func (s *ListFeatureEntitiesResponse) SetBody(v *ListFeatureEntitiesResponseBody) *ListFeatureEntitiesResponse
func (*ListFeatureEntitiesResponse) SetHeaders ¶
func (s *ListFeatureEntitiesResponse) SetHeaders(v map[string]*string) *ListFeatureEntitiesResponse
func (*ListFeatureEntitiesResponse) SetStatusCode ¶
func (s *ListFeatureEntitiesResponse) SetStatusCode(v int32) *ListFeatureEntitiesResponse
func (ListFeatureEntitiesResponse) String ¶
func (s ListFeatureEntitiesResponse) String() string
type ListFeatureEntitiesResponseBody ¶
type ListFeatureEntitiesResponseBody struct { FeatureEntities []*ListFeatureEntitiesResponseBodyFeatureEntities `json:"FeatureEntities,omitempty" xml:"FeatureEntities,omitempty" type:"Repeated"` // example: // // 37D19490-AB69-567D-A852-407C94E510E9 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 10 TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListFeatureEntitiesResponseBody) GoString ¶
func (s ListFeatureEntitiesResponseBody) GoString() string
func (*ListFeatureEntitiesResponseBody) SetFeatureEntities ¶
func (s *ListFeatureEntitiesResponseBody) SetFeatureEntities(v []*ListFeatureEntitiesResponseBodyFeatureEntities) *ListFeatureEntitiesResponseBody
func (*ListFeatureEntitiesResponseBody) SetRequestId ¶
func (s *ListFeatureEntitiesResponseBody) SetRequestId(v string) *ListFeatureEntitiesResponseBody
func (*ListFeatureEntitiesResponseBody) SetTotalCount ¶
func (s *ListFeatureEntitiesResponseBody) SetTotalCount(v int32) *ListFeatureEntitiesResponseBody
func (ListFeatureEntitiesResponseBody) String ¶
func (s ListFeatureEntitiesResponseBody) String() string
type ListFeatureEntitiesResponseBodyFeatureEntities ¶
type ListFeatureEntitiesResponseBodyFeatureEntities struct { // example: // // 3 FeatureEntityId *string `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // user_id JoinId *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"` // example: // // feature_entity_1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 123456789**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project_1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` }
func (ListFeatureEntitiesResponseBodyFeatureEntities) GoString ¶
func (s ListFeatureEntitiesResponseBodyFeatureEntities) GoString() string
func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetFeatureEntityId ¶
func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetFeatureEntityId(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetGmtCreateTime ¶
func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetGmtCreateTime(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetJoinId ¶
func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetJoinId(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetOwner ¶
func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetOwner(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetProjectId ¶
func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetProjectId(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetProjectName ¶
func (s *ListFeatureEntitiesResponseBodyFeatureEntities) SetProjectName(v string) *ListFeatureEntitiesResponseBodyFeatureEntities
func (ListFeatureEntitiesResponseBodyFeatureEntities) String ¶
func (s ListFeatureEntitiesResponseBodyFeatureEntities) String() string
type ListFeatureEntitiesShrinkRequest ¶
type ListFeatureEntitiesShrinkRequest struct { FeatureEntityIdsShrink *string `json:"FeatureEntityIds,omitempty" xml:"FeatureEntityIds,omitempty"` // example: // // feature_entity_1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Desc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1231432***** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // GmtModifiedTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` }
func (ListFeatureEntitiesShrinkRequest) GoString ¶
func (s ListFeatureEntitiesShrinkRequest) GoString() string
func (*ListFeatureEntitiesShrinkRequest) SetFeatureEntityIdsShrink ¶
func (s *ListFeatureEntitiesShrinkRequest) SetFeatureEntityIdsShrink(v string) *ListFeatureEntitiesShrinkRequest
func (*ListFeatureEntitiesShrinkRequest) SetName ¶
func (s *ListFeatureEntitiesShrinkRequest) SetName(v string) *ListFeatureEntitiesShrinkRequest
func (*ListFeatureEntitiesShrinkRequest) SetOrder ¶
func (s *ListFeatureEntitiesShrinkRequest) SetOrder(v string) *ListFeatureEntitiesShrinkRequest
func (*ListFeatureEntitiesShrinkRequest) SetOwner ¶
func (s *ListFeatureEntitiesShrinkRequest) SetOwner(v string) *ListFeatureEntitiesShrinkRequest
func (*ListFeatureEntitiesShrinkRequest) SetPageNumber ¶
func (s *ListFeatureEntitiesShrinkRequest) SetPageNumber(v int32) *ListFeatureEntitiesShrinkRequest
func (*ListFeatureEntitiesShrinkRequest) SetPageSize ¶
func (s *ListFeatureEntitiesShrinkRequest) SetPageSize(v int32) *ListFeatureEntitiesShrinkRequest
func (*ListFeatureEntitiesShrinkRequest) SetProjectId ¶
func (s *ListFeatureEntitiesShrinkRequest) SetProjectId(v string) *ListFeatureEntitiesShrinkRequest
func (*ListFeatureEntitiesShrinkRequest) SetSortBy ¶
func (s *ListFeatureEntitiesShrinkRequest) SetSortBy(v string) *ListFeatureEntitiesShrinkRequest
func (ListFeatureEntitiesShrinkRequest) String ¶
func (s ListFeatureEntitiesShrinkRequest) String() string
type ListFeatureViewFieldRelationshipsResponse ¶
type ListFeatureViewFieldRelationshipsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListFeatureViewFieldRelationshipsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListFeatureViewFieldRelationshipsResponse) GoString ¶
func (s ListFeatureViewFieldRelationshipsResponse) GoString() string
func (*ListFeatureViewFieldRelationshipsResponse) SetHeaders ¶
func (s *ListFeatureViewFieldRelationshipsResponse) SetHeaders(v map[string]*string) *ListFeatureViewFieldRelationshipsResponse
func (*ListFeatureViewFieldRelationshipsResponse) SetStatusCode ¶
func (s *ListFeatureViewFieldRelationshipsResponse) SetStatusCode(v int32) *ListFeatureViewFieldRelationshipsResponse
func (ListFeatureViewFieldRelationshipsResponse) String ¶
func (s ListFeatureViewFieldRelationshipsResponse) String() string
type ListFeatureViewFieldRelationshipsResponseBody ¶
type ListFeatureViewFieldRelationshipsResponseBody struct { Relationships []*ListFeatureViewFieldRelationshipsResponseBodyRelationships `json:"Relationships,omitempty" xml:"Relationships,omitempty" type:"Repeated"` // example: // // BF349686-C932-55B5-9B31-DAFA395C0E06 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ListFeatureViewFieldRelationshipsResponseBody) GoString ¶
func (s ListFeatureViewFieldRelationshipsResponseBody) GoString() string
func (*ListFeatureViewFieldRelationshipsResponseBody) SetRelationships ¶
func (*ListFeatureViewFieldRelationshipsResponseBody) SetRequestId ¶
func (s *ListFeatureViewFieldRelationshipsResponseBody) SetRequestId(v string) *ListFeatureViewFieldRelationshipsResponseBody
func (ListFeatureViewFieldRelationshipsResponseBody) String ¶
func (s ListFeatureViewFieldRelationshipsResponseBody) String() string
type ListFeatureViewFieldRelationshipsResponseBodyRelationships ¶
type ListFeatureViewFieldRelationshipsResponseBodyRelationships struct { // example: // // featureView1 FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` Models []*ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels `json:"Models,omitempty" xml:"Models,omitempty" type:"Repeated"` // example: // // table2 OfflineTableName *string `json:"OfflineTableName,omitempty" xml:"OfflineTableName,omitempty"` // example: // // table1 OnlineTableName *string `json:"OnlineTableName,omitempty" xml:"OnlineTableName,omitempty"` }
func (ListFeatureViewFieldRelationshipsResponseBodyRelationships) GoString ¶
func (s ListFeatureViewFieldRelationshipsResponseBodyRelationships) GoString() string
func (*ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetFeatureName ¶
func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetFeatureName(v string) *ListFeatureViewFieldRelationshipsResponseBodyRelationships
func (*ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetOfflineTableName ¶
func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetOfflineTableName(v string) *ListFeatureViewFieldRelationshipsResponseBodyRelationships
func (*ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetOnlineTableName ¶
func (s *ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetOnlineTableName(v string) *ListFeatureViewFieldRelationshipsResponseBodyRelationships
func (ListFeatureViewFieldRelationshipsResponseBodyRelationships) String ¶
func (s ListFeatureViewFieldRelationshipsResponseBodyRelationships) String() string
type ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels ¶
type ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels struct { // example: // // 3 ModelId *string `json:"ModelId,omitempty" xml:"ModelId,omitempty"` // example: // // dbmtl ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` }
func (ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) GoString ¶
func (s ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) GoString() string
func (*ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) SetModelId ¶
func (*ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) SetModelName ¶
func (ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) String ¶
func (s ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) String() string
type ListFeatureViewOnlineFeaturesRequest ¶
type ListFeatureViewOnlineFeaturesRequest struct { // This parameter is required. JoinIds []*string `json:"JoinIds,omitempty" xml:"JoinIds,omitempty" type:"Repeated"` }
func (ListFeatureViewOnlineFeaturesRequest) GoString ¶
func (s ListFeatureViewOnlineFeaturesRequest) GoString() string
func (*ListFeatureViewOnlineFeaturesRequest) SetJoinIds ¶
func (s *ListFeatureViewOnlineFeaturesRequest) SetJoinIds(v []*string) *ListFeatureViewOnlineFeaturesRequest
func (ListFeatureViewOnlineFeaturesRequest) String ¶
func (s ListFeatureViewOnlineFeaturesRequest) String() string
type ListFeatureViewOnlineFeaturesResponse ¶
type ListFeatureViewOnlineFeaturesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListFeatureViewOnlineFeaturesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListFeatureViewOnlineFeaturesResponse) GoString ¶
func (s ListFeatureViewOnlineFeaturesResponse) GoString() string
func (*ListFeatureViewOnlineFeaturesResponse) SetHeaders ¶
func (s *ListFeatureViewOnlineFeaturesResponse) SetHeaders(v map[string]*string) *ListFeatureViewOnlineFeaturesResponse
func (*ListFeatureViewOnlineFeaturesResponse) SetStatusCode ¶
func (s *ListFeatureViewOnlineFeaturesResponse) SetStatusCode(v int32) *ListFeatureViewOnlineFeaturesResponse
func (ListFeatureViewOnlineFeaturesResponse) String ¶
func (s ListFeatureViewOnlineFeaturesResponse) String() string
type ListFeatureViewOnlineFeaturesResponseBody ¶
type ListFeatureViewOnlineFeaturesResponseBody struct { OnlineFeatures []*string `json:"OnlineFeatures,omitempty" xml:"OnlineFeatures,omitempty" type:"Repeated"` // example: // // BF349686-C932-55B5-9B31-DAFA395C0E06 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ListFeatureViewOnlineFeaturesResponseBody) GoString ¶
func (s ListFeatureViewOnlineFeaturesResponseBody) GoString() string
func (*ListFeatureViewOnlineFeaturesResponseBody) SetOnlineFeatures ¶
func (s *ListFeatureViewOnlineFeaturesResponseBody) SetOnlineFeatures(v []*string) *ListFeatureViewOnlineFeaturesResponseBody
func (*ListFeatureViewOnlineFeaturesResponseBody) SetRequestId ¶
func (s *ListFeatureViewOnlineFeaturesResponseBody) SetRequestId(v string) *ListFeatureViewOnlineFeaturesResponseBody
func (ListFeatureViewOnlineFeaturesResponseBody) String ¶
func (s ListFeatureViewOnlineFeaturesResponseBody) String() string
type ListFeatureViewOnlineFeaturesShrinkRequest ¶
type ListFeatureViewOnlineFeaturesShrinkRequest struct { // This parameter is required. JoinIdsShrink *string `json:"JoinIds,omitempty" xml:"JoinIds,omitempty"` }
func (ListFeatureViewOnlineFeaturesShrinkRequest) GoString ¶
func (s ListFeatureViewOnlineFeaturesShrinkRequest) GoString() string
func (*ListFeatureViewOnlineFeaturesShrinkRequest) SetJoinIdsShrink ¶
func (s *ListFeatureViewOnlineFeaturesShrinkRequest) SetJoinIdsShrink(v string) *ListFeatureViewOnlineFeaturesShrinkRequest
func (ListFeatureViewOnlineFeaturesShrinkRequest) String ¶
func (s ListFeatureViewOnlineFeaturesShrinkRequest) String() string
type ListFeatureViewRelationshipsResponse ¶
type ListFeatureViewRelationshipsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListFeatureViewRelationshipsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListFeatureViewRelationshipsResponse) GoString ¶
func (s ListFeatureViewRelationshipsResponse) GoString() string
func (*ListFeatureViewRelationshipsResponse) SetHeaders ¶
func (s *ListFeatureViewRelationshipsResponse) SetHeaders(v map[string]*string) *ListFeatureViewRelationshipsResponse
func (*ListFeatureViewRelationshipsResponse) SetStatusCode ¶
func (s *ListFeatureViewRelationshipsResponse) SetStatusCode(v int32) *ListFeatureViewRelationshipsResponse
func (ListFeatureViewRelationshipsResponse) String ¶
func (s ListFeatureViewRelationshipsResponse) String() string
type ListFeatureViewRelationshipsResponseBody ¶
type ListFeatureViewRelationshipsResponseBody struct { Relationships []*ListFeatureViewRelationshipsResponseBodyRelationships `json:"Relationships,omitempty" xml:"Relationships,omitempty" type:"Repeated"` // example: // // 0FBBE454-9BD1-5D8F-9129-D14DB7FAFE0B RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (ListFeatureViewRelationshipsResponseBody) GoString ¶
func (s ListFeatureViewRelationshipsResponseBody) GoString() string
func (*ListFeatureViewRelationshipsResponseBody) SetRelationships ¶
func (s *ListFeatureViewRelationshipsResponseBody) SetRelationships(v []*ListFeatureViewRelationshipsResponseBodyRelationships) *ListFeatureViewRelationshipsResponseBody
func (*ListFeatureViewRelationshipsResponseBody) SetRequestId ¶
func (s *ListFeatureViewRelationshipsResponseBody) SetRequestId(v string) *ListFeatureViewRelationshipsResponseBody
func (ListFeatureViewRelationshipsResponseBody) String ¶
func (s ListFeatureViewRelationshipsResponseBody) String() string
type ListFeatureViewRelationshipsResponseBodyRelationships ¶
type ListFeatureViewRelationshipsResponseBodyRelationships struct { // example: // // fv1 FeatureViewName *string `json:"FeatureViewName,omitempty" xml:"FeatureViewName,omitempty"` Models []*ListFeatureViewRelationshipsResponseBodyRelationshipsModels `json:"Models,omitempty" xml:"Models,omitempty" type:"Repeated"` // example: // // project1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` }
func (ListFeatureViewRelationshipsResponseBodyRelationships) GoString ¶
func (s ListFeatureViewRelationshipsResponseBodyRelationships) GoString() string
func (*ListFeatureViewRelationshipsResponseBodyRelationships) SetFeatureViewName ¶
func (s *ListFeatureViewRelationshipsResponseBodyRelationships) SetFeatureViewName(v string) *ListFeatureViewRelationshipsResponseBodyRelationships
func (*ListFeatureViewRelationshipsResponseBodyRelationships) SetProjectName ¶
func (s *ListFeatureViewRelationshipsResponseBodyRelationships) SetProjectName(v string) *ListFeatureViewRelationshipsResponseBodyRelationships
func (ListFeatureViewRelationshipsResponseBodyRelationships) String ¶
func (s ListFeatureViewRelationshipsResponseBodyRelationships) String() string
type ListFeatureViewRelationshipsResponseBodyRelationshipsModels ¶
type ListFeatureViewRelationshipsResponseBodyRelationshipsModels struct { // example: // // 3 ModelId *string `json:"ModelId,omitempty" xml:"ModelId,omitempty"` // example: // // dbmtl ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"` }
func (ListFeatureViewRelationshipsResponseBodyRelationshipsModels) GoString ¶
func (s ListFeatureViewRelationshipsResponseBodyRelationshipsModels) GoString() string
func (*ListFeatureViewRelationshipsResponseBodyRelationshipsModels) SetModelId ¶
func (*ListFeatureViewRelationshipsResponseBodyRelationshipsModels) SetModelName ¶
func (ListFeatureViewRelationshipsResponseBodyRelationshipsModels) String ¶
func (s ListFeatureViewRelationshipsResponseBodyRelationshipsModels) String() string
type ListFeatureViewsRequest ¶
type ListFeatureViewsRequest struct { // example: // // feature1 FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` FeatureViewIds []*string `json:"FeatureViewIds,omitempty" xml:"FeatureViewIds,omitempty" type:"Repeated"` // example: // // fv1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Desc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1232143243242**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // GmtCreateTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // tag1 Tag *string `json:"Tag,omitempty" xml:"Tag,omitempty"` // example: // // Batch Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListFeatureViewsRequest) GoString ¶
func (s ListFeatureViewsRequest) GoString() string
func (*ListFeatureViewsRequest) SetFeatureName ¶
func (s *ListFeatureViewsRequest) SetFeatureName(v string) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetFeatureViewIds ¶
func (s *ListFeatureViewsRequest) SetFeatureViewIds(v []*string) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetName ¶
func (s *ListFeatureViewsRequest) SetName(v string) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetOrder ¶
func (s *ListFeatureViewsRequest) SetOrder(v string) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetOwner ¶
func (s *ListFeatureViewsRequest) SetOwner(v string) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetPageNumber ¶
func (s *ListFeatureViewsRequest) SetPageNumber(v int32) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetPageSize ¶
func (s *ListFeatureViewsRequest) SetPageSize(v int32) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetProjectId ¶
func (s *ListFeatureViewsRequest) SetProjectId(v string) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetSortBy ¶
func (s *ListFeatureViewsRequest) SetSortBy(v string) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetTag ¶
func (s *ListFeatureViewsRequest) SetTag(v string) *ListFeatureViewsRequest
func (*ListFeatureViewsRequest) SetType ¶
func (s *ListFeatureViewsRequest) SetType(v string) *ListFeatureViewsRequest
func (ListFeatureViewsRequest) String ¶
func (s ListFeatureViewsRequest) String() string
type ListFeatureViewsResponse ¶
type ListFeatureViewsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListFeatureViewsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListFeatureViewsResponse) GoString ¶
func (s ListFeatureViewsResponse) GoString() string
func (*ListFeatureViewsResponse) SetBody ¶
func (s *ListFeatureViewsResponse) SetBody(v *ListFeatureViewsResponseBody) *ListFeatureViewsResponse
func (*ListFeatureViewsResponse) SetHeaders ¶
func (s *ListFeatureViewsResponse) SetHeaders(v map[string]*string) *ListFeatureViewsResponse
func (*ListFeatureViewsResponse) SetStatusCode ¶
func (s *ListFeatureViewsResponse) SetStatusCode(v int32) *ListFeatureViewsResponse
func (ListFeatureViewsResponse) String ¶
func (s ListFeatureViewsResponse) String() string
type ListFeatureViewsResponseBody ¶
type ListFeatureViewsResponseBody struct { FeatureViews []*ListFeatureViewsResponseBodyFeatureViews `json:"FeatureViews,omitempty" xml:"FeatureViews,omitempty" type:"Repeated"` // example: // // C03B2680-AC9C-59CD-93C5-8142B92537FA RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 10 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListFeatureViewsResponseBody) GoString ¶
func (s ListFeatureViewsResponseBody) GoString() string
func (*ListFeatureViewsResponseBody) SetFeatureViews ¶
func (s *ListFeatureViewsResponseBody) SetFeatureViews(v []*ListFeatureViewsResponseBodyFeatureViews) *ListFeatureViewsResponseBody
func (*ListFeatureViewsResponseBody) SetRequestId ¶
func (s *ListFeatureViewsResponseBody) SetRequestId(v string) *ListFeatureViewsResponseBody
func (*ListFeatureViewsResponseBody) SetTotalCount ¶
func (s *ListFeatureViewsResponseBody) SetTotalCount(v int64) *ListFeatureViewsResponseBody
func (ListFeatureViewsResponseBody) String ¶
func (s ListFeatureViewsResponseBody) String() string
type ListFeatureViewsResponseBodyFeatureViews ¶
type ListFeatureViewsResponseBodyFeatureViews struct { // example: // // featureEntity1 FeatureEntityName *string `json:"FeatureEntityName,omitempty" xml:"FeatureEntityName,omitempty"` // example: // // 3 FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // featureView1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 12321421412**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` // example: // // 4 RegisterDatasourceId *string `json:"RegisterDatasourceId,omitempty" xml:"RegisterDatasourceId,omitempty"` // example: // // datasource1 RegisterDatasourceName *string `json:"RegisterDatasourceName,omitempty" xml:"RegisterDatasourceName,omitempty"` // example: // // table1 RegisterTable *string `json:"RegisterTable,omitempty" xml:"RegisterTable,omitempty"` // example: // // 90 TTL *int32 `json:"TTL,omitempty" xml:"TTL,omitempty"` // example: // // Batch Type *string `json:"Type,omitempty" xml:"Type,omitempty"` WriteToFeatureDB *bool `json:"WriteToFeatureDB,omitempty" xml:"WriteToFeatureDB,omitempty"` }
func (ListFeatureViewsResponseBodyFeatureViews) GoString ¶
func (s ListFeatureViewsResponseBodyFeatureViews) GoString() string
func (*ListFeatureViewsResponseBodyFeatureViews) SetFeatureEntityName ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetFeatureEntityName(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetFeatureViewId ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetFeatureViewId(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetGmtCreateTime ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetGmtCreateTime(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetGmtModifiedTime ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetGmtModifiedTime(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetName ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetName(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetOwner ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetOwner(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetProjectId ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetProjectId(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetProjectName ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetProjectName(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetRegisterDatasourceId ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetRegisterDatasourceId(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetRegisterDatasourceName ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetRegisterDatasourceName(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetRegisterTable ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetRegisterTable(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetTTL ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetTTL(v int32) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetType ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetType(v string) *ListFeatureViewsResponseBodyFeatureViews
func (*ListFeatureViewsResponseBodyFeatureViews) SetWriteToFeatureDB ¶
func (s *ListFeatureViewsResponseBodyFeatureViews) SetWriteToFeatureDB(v bool) *ListFeatureViewsResponseBodyFeatureViews
func (ListFeatureViewsResponseBodyFeatureViews) String ¶
func (s ListFeatureViewsResponseBodyFeatureViews) String() string
type ListFeatureViewsShrinkRequest ¶
type ListFeatureViewsShrinkRequest struct { // example: // // feature1 FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` FeatureViewIdsShrink *string `json:"FeatureViewIds,omitempty" xml:"FeatureViewIds,omitempty"` // example: // // fv1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Desc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1232143243242**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // GmtCreateTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // tag1 Tag *string `json:"Tag,omitempty" xml:"Tag,omitempty"` // example: // // Batch Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListFeatureViewsShrinkRequest) GoString ¶
func (s ListFeatureViewsShrinkRequest) GoString() string
func (*ListFeatureViewsShrinkRequest) SetFeatureName ¶
func (s *ListFeatureViewsShrinkRequest) SetFeatureName(v string) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetFeatureViewIdsShrink ¶
func (s *ListFeatureViewsShrinkRequest) SetFeatureViewIdsShrink(v string) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetName ¶
func (s *ListFeatureViewsShrinkRequest) SetName(v string) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetOrder ¶
func (s *ListFeatureViewsShrinkRequest) SetOrder(v string) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetOwner ¶
func (s *ListFeatureViewsShrinkRequest) SetOwner(v string) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetPageNumber ¶
func (s *ListFeatureViewsShrinkRequest) SetPageNumber(v int32) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetPageSize ¶
func (s *ListFeatureViewsShrinkRequest) SetPageSize(v int32) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetProjectId ¶
func (s *ListFeatureViewsShrinkRequest) SetProjectId(v string) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetSortBy ¶
func (s *ListFeatureViewsShrinkRequest) SetSortBy(v string) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetTag ¶
func (s *ListFeatureViewsShrinkRequest) SetTag(v string) *ListFeatureViewsShrinkRequest
func (*ListFeatureViewsShrinkRequest) SetType ¶
func (s *ListFeatureViewsShrinkRequest) SetType(v string) *ListFeatureViewsShrinkRequest
func (ListFeatureViewsShrinkRequest) String ¶
func (s ListFeatureViewsShrinkRequest) String() string
type ListInstancesRequest ¶
type ListInstancesRequest struct { // example: // // DESC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // example: // // GmtCreateTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // Running Status *string `json:"Status,omitempty" xml:"Status,omitempty"` }
func (ListInstancesRequest) GoString ¶
func (s ListInstancesRequest) GoString() string
func (*ListInstancesRequest) SetOrder ¶
func (s *ListInstancesRequest) SetOrder(v string) *ListInstancesRequest
func (*ListInstancesRequest) SetPageNumber ¶
func (s *ListInstancesRequest) SetPageNumber(v int32) *ListInstancesRequest
func (*ListInstancesRequest) SetPageSize ¶
func (s *ListInstancesRequest) SetPageSize(v int32) *ListInstancesRequest
func (*ListInstancesRequest) SetSortBy ¶
func (s *ListInstancesRequest) SetSortBy(v string) *ListInstancesRequest
func (*ListInstancesRequest) SetStatus ¶
func (s *ListInstancesRequest) SetStatus(v string) *ListInstancesRequest
func (ListInstancesRequest) String ¶
func (s ListInstancesRequest) String() string
type ListInstancesResponse ¶
type ListInstancesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListInstancesResponse) GoString ¶
func (s ListInstancesResponse) GoString() string
func (*ListInstancesResponse) SetBody ¶
func (s *ListInstancesResponse) SetBody(v *ListInstancesResponseBody) *ListInstancesResponse
func (*ListInstancesResponse) SetHeaders ¶
func (s *ListInstancesResponse) SetHeaders(v map[string]*string) *ListInstancesResponse
func (*ListInstancesResponse) SetStatusCode ¶
func (s *ListInstancesResponse) SetStatusCode(v int32) *ListInstancesResponse
func (ListInstancesResponse) String ¶
func (s ListInstancesResponse) String() string
type ListInstancesResponseBody ¶
type ListInstancesResponseBody struct { Instances []*ListInstancesResponseBodyInstances `json:"Instances,omitempty" xml:"Instances,omitempty" type:"Repeated"` // example: // // 2CA11923-2A3D-5E5A-8314-E699D2DD15DE RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 10 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListInstancesResponseBody) GoString ¶
func (s ListInstancesResponseBody) GoString() string
func (*ListInstancesResponseBody) SetInstances ¶
func (s *ListInstancesResponseBody) SetInstances(v []*ListInstancesResponseBodyInstances) *ListInstancesResponseBody
func (*ListInstancesResponseBody) SetRequestId ¶
func (s *ListInstancesResponseBody) SetRequestId(v string) *ListInstancesResponseBody
func (*ListInstancesResponseBody) SetTotalCount ¶
func (s *ListInstancesResponseBody) SetTotalCount(v int64) *ListInstancesResponseBody
func (ListInstancesResponseBody) String ¶
func (s ListInstancesResponseBody) String() string
type ListInstancesResponseBodyInstances ¶
type ListInstancesResponseBodyInstances struct { FeatureDBInstanceInfo *ListInstancesResponseBodyInstancesFeatureDBInstanceInfo `json:"FeatureDBInstanceInfo,omitempty" xml:"FeatureDBInstanceInfo,omitempty" type:"Struct"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // featureStore-cn-7mz2xfu**** InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"` // example: // // cn-hangzhou RegionId *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"` // example: // // Initializing Status *string `json:"Status,omitempty" xml:"Status,omitempty"` // example: // // Basic Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListInstancesResponseBodyInstances) GoString ¶
func (s ListInstancesResponseBodyInstances) GoString() string
func (*ListInstancesResponseBodyInstances) SetFeatureDBInstanceInfo ¶ added in v4.0.1
func (s *ListInstancesResponseBodyInstances) SetFeatureDBInstanceInfo(v *ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) *ListInstancesResponseBodyInstances
func (*ListInstancesResponseBodyInstances) SetGmtCreateTime ¶
func (s *ListInstancesResponseBodyInstances) SetGmtCreateTime(v string) *ListInstancesResponseBodyInstances
func (*ListInstancesResponseBodyInstances) SetGmtModifiedTime ¶
func (s *ListInstancesResponseBodyInstances) SetGmtModifiedTime(v string) *ListInstancesResponseBodyInstances
func (*ListInstancesResponseBodyInstances) SetInstanceId ¶
func (s *ListInstancesResponseBodyInstances) SetInstanceId(v string) *ListInstancesResponseBodyInstances
func (*ListInstancesResponseBodyInstances) SetRegionId ¶
func (s *ListInstancesResponseBodyInstances) SetRegionId(v string) *ListInstancesResponseBodyInstances
func (*ListInstancesResponseBodyInstances) SetStatus ¶
func (s *ListInstancesResponseBodyInstances) SetStatus(v string) *ListInstancesResponseBodyInstances
func (*ListInstancesResponseBodyInstances) SetType ¶
func (s *ListInstancesResponseBodyInstances) SetType(v string) *ListInstancesResponseBodyInstances
func (ListInstancesResponseBodyInstances) String ¶
func (s ListInstancesResponseBodyInstances) String() string
type ListInstancesResponseBodyInstancesFeatureDBInstanceInfo ¶ added in v4.0.1
type ListInstancesResponseBodyInstancesFeatureDBInstanceInfo struct {
Status *string `json:"Status,omitempty" xml:"Status,omitempty"`
}
func (ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) GoString ¶ added in v4.0.1
func (s ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) GoString() string
func (ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) String ¶ added in v4.0.1
func (s ListInstancesResponseBodyInstancesFeatureDBInstanceInfo) String() string
type ListLabelTablesRequest ¶
type ListLabelTablesRequest struct { LabelTableIds []*string `json:"LabelTableIds,omitempty" xml:"LabelTableIds,omitempty" type:"Repeated"` // example: // // label_table1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Asc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1231432432**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 10 PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 1 PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // project1 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // GmtModifiedTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` }
func (ListLabelTablesRequest) GoString ¶
func (s ListLabelTablesRequest) GoString() string
func (*ListLabelTablesRequest) SetLabelTableIds ¶
func (s *ListLabelTablesRequest) SetLabelTableIds(v []*string) *ListLabelTablesRequest
func (*ListLabelTablesRequest) SetName ¶
func (s *ListLabelTablesRequest) SetName(v string) *ListLabelTablesRequest
func (*ListLabelTablesRequest) SetOrder ¶
func (s *ListLabelTablesRequest) SetOrder(v string) *ListLabelTablesRequest
func (*ListLabelTablesRequest) SetOwner ¶
func (s *ListLabelTablesRequest) SetOwner(v string) *ListLabelTablesRequest
func (*ListLabelTablesRequest) SetPageNumber ¶
func (s *ListLabelTablesRequest) SetPageNumber(v int64) *ListLabelTablesRequest
func (*ListLabelTablesRequest) SetPageSize ¶
func (s *ListLabelTablesRequest) SetPageSize(v int64) *ListLabelTablesRequest
func (*ListLabelTablesRequest) SetProjectId ¶
func (s *ListLabelTablesRequest) SetProjectId(v string) *ListLabelTablesRequest
func (*ListLabelTablesRequest) SetSortBy ¶
func (s *ListLabelTablesRequest) SetSortBy(v string) *ListLabelTablesRequest
func (ListLabelTablesRequest) String ¶
func (s ListLabelTablesRequest) String() string
type ListLabelTablesResponse ¶
type ListLabelTablesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListLabelTablesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListLabelTablesResponse) GoString ¶
func (s ListLabelTablesResponse) GoString() string
func (*ListLabelTablesResponse) SetBody ¶
func (s *ListLabelTablesResponse) SetBody(v *ListLabelTablesResponseBody) *ListLabelTablesResponse
func (*ListLabelTablesResponse) SetHeaders ¶
func (s *ListLabelTablesResponse) SetHeaders(v map[string]*string) *ListLabelTablesResponse
func (*ListLabelTablesResponse) SetStatusCode ¶
func (s *ListLabelTablesResponse) SetStatusCode(v int32) *ListLabelTablesResponse
func (ListLabelTablesResponse) String ¶
func (s ListLabelTablesResponse) String() string
type ListLabelTablesResponseBody ¶
type ListLabelTablesResponseBody struct { LabelTables []*ListLabelTablesResponseBodyLabelTables `json:"LabelTables,omitempty" xml:"LabelTables,omitempty" type:"Repeated"` // example: // // 728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 21 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListLabelTablesResponseBody) GoString ¶
func (s ListLabelTablesResponseBody) GoString() string
func (*ListLabelTablesResponseBody) SetLabelTables ¶
func (s *ListLabelTablesResponseBody) SetLabelTables(v []*ListLabelTablesResponseBodyLabelTables) *ListLabelTablesResponseBody
func (*ListLabelTablesResponseBody) SetRequestId ¶
func (s *ListLabelTablesResponseBody) SetRequestId(v string) *ListLabelTablesResponseBody
func (*ListLabelTablesResponseBody) SetTotalCount ¶
func (s *ListLabelTablesResponseBody) SetTotalCount(v int64) *ListLabelTablesResponseBody
func (ListLabelTablesResponseBody) String ¶
func (s ListLabelTablesResponseBody) String() string
type ListLabelTablesResponseBodyLabelTables ¶
type ListLabelTablesResponseBodyLabelTables struct { // example: // // 3 DatasourceId *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"` // example: // // datasource1 DatasourceName *string `json:"DatasourceName,omitempty" xml:"DatasourceName,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // 3 LabelTableId *string `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"` // example: // // label_table1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 123214213214 Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` }
func (ListLabelTablesResponseBodyLabelTables) GoString ¶
func (s ListLabelTablesResponseBodyLabelTables) GoString() string
func (*ListLabelTablesResponseBodyLabelTables) SetDatasourceId ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetDatasourceId(v string) *ListLabelTablesResponseBodyLabelTables
func (*ListLabelTablesResponseBodyLabelTables) SetDatasourceName ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetDatasourceName(v string) *ListLabelTablesResponseBodyLabelTables
func (*ListLabelTablesResponseBodyLabelTables) SetGmtCreateTime ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetGmtCreateTime(v string) *ListLabelTablesResponseBodyLabelTables
func (*ListLabelTablesResponseBodyLabelTables) SetGmtModifiedTime ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetGmtModifiedTime(v string) *ListLabelTablesResponseBodyLabelTables
func (*ListLabelTablesResponseBodyLabelTables) SetLabelTableId ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetLabelTableId(v string) *ListLabelTablesResponseBodyLabelTables
func (*ListLabelTablesResponseBodyLabelTables) SetName ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetName(v string) *ListLabelTablesResponseBodyLabelTables
func (*ListLabelTablesResponseBodyLabelTables) SetOwner ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetOwner(v string) *ListLabelTablesResponseBodyLabelTables
func (*ListLabelTablesResponseBodyLabelTables) SetProjectId ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetProjectId(v string) *ListLabelTablesResponseBodyLabelTables
func (*ListLabelTablesResponseBodyLabelTables) SetProjectName ¶
func (s *ListLabelTablesResponseBodyLabelTables) SetProjectName(v string) *ListLabelTablesResponseBodyLabelTables
func (ListLabelTablesResponseBodyLabelTables) String ¶
func (s ListLabelTablesResponseBodyLabelTables) String() string
type ListLabelTablesShrinkRequest ¶
type ListLabelTablesShrinkRequest struct { LabelTableIdsShrink *string `json:"LabelTableIds,omitempty" xml:"LabelTableIds,omitempty"` // example: // // label_table1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Asc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 1231432432**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 10 PageNumber *int64 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 1 PageSize *int64 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // project1 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // GmtModifiedTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` }
func (ListLabelTablesShrinkRequest) GoString ¶
func (s ListLabelTablesShrinkRequest) GoString() string
func (*ListLabelTablesShrinkRequest) SetLabelTableIdsShrink ¶
func (s *ListLabelTablesShrinkRequest) SetLabelTableIdsShrink(v string) *ListLabelTablesShrinkRequest
func (*ListLabelTablesShrinkRequest) SetName ¶
func (s *ListLabelTablesShrinkRequest) SetName(v string) *ListLabelTablesShrinkRequest
func (*ListLabelTablesShrinkRequest) SetOrder ¶
func (s *ListLabelTablesShrinkRequest) SetOrder(v string) *ListLabelTablesShrinkRequest
func (*ListLabelTablesShrinkRequest) SetOwner ¶
func (s *ListLabelTablesShrinkRequest) SetOwner(v string) *ListLabelTablesShrinkRequest
func (*ListLabelTablesShrinkRequest) SetPageNumber ¶
func (s *ListLabelTablesShrinkRequest) SetPageNumber(v int64) *ListLabelTablesShrinkRequest
func (*ListLabelTablesShrinkRequest) SetPageSize ¶
func (s *ListLabelTablesShrinkRequest) SetPageSize(v int64) *ListLabelTablesShrinkRequest
func (*ListLabelTablesShrinkRequest) SetProjectId ¶
func (s *ListLabelTablesShrinkRequest) SetProjectId(v string) *ListLabelTablesShrinkRequest
func (*ListLabelTablesShrinkRequest) SetSortBy ¶
func (s *ListLabelTablesShrinkRequest) SetSortBy(v string) *ListLabelTablesShrinkRequest
func (ListLabelTablesShrinkRequest) String ¶
func (s ListLabelTablesShrinkRequest) String() string
type ListModelFeatureAvailableFeaturesRequest ¶
type ListModelFeatureAvailableFeaturesRequest struct { // example: // // f1 FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` }
func (ListModelFeatureAvailableFeaturesRequest) GoString ¶
func (s ListModelFeatureAvailableFeaturesRequest) GoString() string
func (*ListModelFeatureAvailableFeaturesRequest) SetFeatureName ¶
func (s *ListModelFeatureAvailableFeaturesRequest) SetFeatureName(v string) *ListModelFeatureAvailableFeaturesRequest
func (ListModelFeatureAvailableFeaturesRequest) String ¶
func (s ListModelFeatureAvailableFeaturesRequest) String() string
type ListModelFeatureAvailableFeaturesResponse ¶
type ListModelFeatureAvailableFeaturesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListModelFeatureAvailableFeaturesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListModelFeatureAvailableFeaturesResponse) GoString ¶
func (s ListModelFeatureAvailableFeaturesResponse) GoString() string
func (*ListModelFeatureAvailableFeaturesResponse) SetHeaders ¶
func (s *ListModelFeatureAvailableFeaturesResponse) SetHeaders(v map[string]*string) *ListModelFeatureAvailableFeaturesResponse
func (*ListModelFeatureAvailableFeaturesResponse) SetStatusCode ¶
func (s *ListModelFeatureAvailableFeaturesResponse) SetStatusCode(v int32) *ListModelFeatureAvailableFeaturesResponse
func (ListModelFeatureAvailableFeaturesResponse) String ¶
func (s ListModelFeatureAvailableFeaturesResponse) String() string
type ListModelFeatureAvailableFeaturesResponseBody ¶
type ListModelFeatureAvailableFeaturesResponseBody struct { AvaliableFeatures []*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures `json:"AvaliableFeatures,omitempty" xml:"AvaliableFeatures,omitempty" type:"Repeated"` // example: // // 10 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` // example: // // ED4DEA2F-F216-57F0-AE28-08D791233280 RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (ListModelFeatureAvailableFeaturesResponseBody) GoString ¶
func (s ListModelFeatureAvailableFeaturesResponseBody) GoString() string
func (*ListModelFeatureAvailableFeaturesResponseBody) SetAvaliableFeatures ¶
func (s *ListModelFeatureAvailableFeaturesResponseBody) SetAvaliableFeatures(v []*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) *ListModelFeatureAvailableFeaturesResponseBody
func (*ListModelFeatureAvailableFeaturesResponseBody) SetRequestId ¶
func (s *ListModelFeatureAvailableFeaturesResponseBody) SetRequestId(v string) *ListModelFeatureAvailableFeaturesResponseBody
func (*ListModelFeatureAvailableFeaturesResponseBody) SetTotalCount ¶
func (s *ListModelFeatureAvailableFeaturesResponseBody) SetTotalCount(v int64) *ListModelFeatureAvailableFeaturesResponseBody
func (ListModelFeatureAvailableFeaturesResponseBody) String ¶
func (s ListModelFeatureAvailableFeaturesResponseBody) String() string
type ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures ¶
type ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures struct { // example: // // age Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // user_fea SourceName *string `json:"SourceName,omitempty" xml:"SourceName,omitempty"` // example: // // FeatureView SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"` // example: // // STRING Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) GoString ¶
func (s ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) GoString() string
func (*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetSourceName ¶
func (*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetSourceType ¶
func (ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) String ¶
func (s ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) String() string
type ListModelFeaturesRequest ¶
type ListModelFeaturesRequest struct { ModelFeatureIds []*string `json:"ModelFeatureIds,omitempty" xml:"ModelFeatureIds,omitempty" type:"Repeated"` // example: // // model_feature1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // ASC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 12323143**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // 4 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // DESC SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` }
func (ListModelFeaturesRequest) GoString ¶
func (s ListModelFeaturesRequest) GoString() string
func (*ListModelFeaturesRequest) SetModelFeatureIds ¶
func (s *ListModelFeaturesRequest) SetModelFeatureIds(v []*string) *ListModelFeaturesRequest
func (*ListModelFeaturesRequest) SetName ¶
func (s *ListModelFeaturesRequest) SetName(v string) *ListModelFeaturesRequest
func (*ListModelFeaturesRequest) SetOrder ¶
func (s *ListModelFeaturesRequest) SetOrder(v string) *ListModelFeaturesRequest
func (*ListModelFeaturesRequest) SetOwner ¶
func (s *ListModelFeaturesRequest) SetOwner(v string) *ListModelFeaturesRequest
func (*ListModelFeaturesRequest) SetPageNumber ¶
func (s *ListModelFeaturesRequest) SetPageNumber(v int32) *ListModelFeaturesRequest
func (*ListModelFeaturesRequest) SetPageSize ¶
func (s *ListModelFeaturesRequest) SetPageSize(v int32) *ListModelFeaturesRequest
func (*ListModelFeaturesRequest) SetProjectId ¶
func (s *ListModelFeaturesRequest) SetProjectId(v string) *ListModelFeaturesRequest
func (*ListModelFeaturesRequest) SetSortBy ¶
func (s *ListModelFeaturesRequest) SetSortBy(v string) *ListModelFeaturesRequest
func (ListModelFeaturesRequest) String ¶
func (s ListModelFeaturesRequest) String() string
type ListModelFeaturesResponse ¶
type ListModelFeaturesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListModelFeaturesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListModelFeaturesResponse) GoString ¶
func (s ListModelFeaturesResponse) GoString() string
func (*ListModelFeaturesResponse) SetBody ¶
func (s *ListModelFeaturesResponse) SetBody(v *ListModelFeaturesResponseBody) *ListModelFeaturesResponse
func (*ListModelFeaturesResponse) SetHeaders ¶
func (s *ListModelFeaturesResponse) SetHeaders(v map[string]*string) *ListModelFeaturesResponse
func (*ListModelFeaturesResponse) SetStatusCode ¶
func (s *ListModelFeaturesResponse) SetStatusCode(v int32) *ListModelFeaturesResponse
func (ListModelFeaturesResponse) String ¶
func (s ListModelFeaturesResponse) String() string
type ListModelFeaturesResponseBody ¶
type ListModelFeaturesResponseBody struct { ModelFeatures []*ListModelFeaturesResponseBodyModelFeatures `json:"ModelFeatures,omitempty" xml:"ModelFeatures,omitempty" type:"Repeated"` // example: // // 2CA11923-2A3D-5E5A-8314-E699D2DD15DE RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 4 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListModelFeaturesResponseBody) GoString ¶
func (s ListModelFeaturesResponseBody) GoString() string
func (*ListModelFeaturesResponseBody) SetModelFeatures ¶
func (s *ListModelFeaturesResponseBody) SetModelFeatures(v []*ListModelFeaturesResponseBodyModelFeatures) *ListModelFeaturesResponseBody
func (*ListModelFeaturesResponseBody) SetRequestId ¶
func (s *ListModelFeaturesResponseBody) SetRequestId(v string) *ListModelFeaturesResponseBody
func (*ListModelFeaturesResponseBody) SetTotalCount ¶
func (s *ListModelFeaturesResponseBody) SetTotalCount(v int64) *ListModelFeaturesResponseBody
func (ListModelFeaturesResponseBody) String ¶
func (s ListModelFeaturesResponseBody) String() string
type ListModelFeaturesResponseBodyModelFeatures ¶
type ListModelFeaturesResponseBodyModelFeatures struct { // example: // // 2023-07-04T14:46:22.227+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-07-04T14:46:22.227+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // label_table_1 LabelTableName *string `json:"LabelTableName,omitempty" xml:"LabelTableName,omitempty"` // example: // // 3 ModelFeatureId *string `json:"ModelFeatureId,omitempty" xml:"ModelFeatureId,omitempty"` // example: // // model_feature1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 1231243253**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 5 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` }
func (ListModelFeaturesResponseBodyModelFeatures) GoString ¶
func (s ListModelFeaturesResponseBodyModelFeatures) GoString() string
func (*ListModelFeaturesResponseBodyModelFeatures) SetGmtCreateTime ¶
func (s *ListModelFeaturesResponseBodyModelFeatures) SetGmtCreateTime(v string) *ListModelFeaturesResponseBodyModelFeatures
func (*ListModelFeaturesResponseBodyModelFeatures) SetGmtModifiedTime ¶
func (s *ListModelFeaturesResponseBodyModelFeatures) SetGmtModifiedTime(v string) *ListModelFeaturesResponseBodyModelFeatures
func (*ListModelFeaturesResponseBodyModelFeatures) SetLabelTableName ¶
func (s *ListModelFeaturesResponseBodyModelFeatures) SetLabelTableName(v string) *ListModelFeaturesResponseBodyModelFeatures
func (*ListModelFeaturesResponseBodyModelFeatures) SetModelFeatureId ¶
func (s *ListModelFeaturesResponseBodyModelFeatures) SetModelFeatureId(v string) *ListModelFeaturesResponseBodyModelFeatures
func (*ListModelFeaturesResponseBodyModelFeatures) SetName ¶
func (s *ListModelFeaturesResponseBodyModelFeatures) SetName(v string) *ListModelFeaturesResponseBodyModelFeatures
func (*ListModelFeaturesResponseBodyModelFeatures) SetOwner ¶
func (s *ListModelFeaturesResponseBodyModelFeatures) SetOwner(v string) *ListModelFeaturesResponseBodyModelFeatures
func (*ListModelFeaturesResponseBodyModelFeatures) SetProjectId ¶
func (s *ListModelFeaturesResponseBodyModelFeatures) SetProjectId(v string) *ListModelFeaturesResponseBodyModelFeatures
func (*ListModelFeaturesResponseBodyModelFeatures) SetProjectName ¶
func (s *ListModelFeaturesResponseBodyModelFeatures) SetProjectName(v string) *ListModelFeaturesResponseBodyModelFeatures
func (ListModelFeaturesResponseBodyModelFeatures) String ¶
func (s ListModelFeaturesResponseBodyModelFeatures) String() string
type ListModelFeaturesShrinkRequest ¶
type ListModelFeaturesShrinkRequest struct { ModelFeatureIdsShrink *string `json:"ModelFeatureIds,omitempty" xml:"ModelFeatureIds,omitempty"` // example: // // model_feature1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // ASC Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 12323143**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // 4 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // DESC SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` }
func (ListModelFeaturesShrinkRequest) GoString ¶
func (s ListModelFeaturesShrinkRequest) GoString() string
func (*ListModelFeaturesShrinkRequest) SetModelFeatureIdsShrink ¶
func (s *ListModelFeaturesShrinkRequest) SetModelFeatureIdsShrink(v string) *ListModelFeaturesShrinkRequest
func (*ListModelFeaturesShrinkRequest) SetName ¶
func (s *ListModelFeaturesShrinkRequest) SetName(v string) *ListModelFeaturesShrinkRequest
func (*ListModelFeaturesShrinkRequest) SetOrder ¶
func (s *ListModelFeaturesShrinkRequest) SetOrder(v string) *ListModelFeaturesShrinkRequest
func (*ListModelFeaturesShrinkRequest) SetOwner ¶
func (s *ListModelFeaturesShrinkRequest) SetOwner(v string) *ListModelFeaturesShrinkRequest
func (*ListModelFeaturesShrinkRequest) SetPageNumber ¶
func (s *ListModelFeaturesShrinkRequest) SetPageNumber(v int32) *ListModelFeaturesShrinkRequest
func (*ListModelFeaturesShrinkRequest) SetPageSize ¶
func (s *ListModelFeaturesShrinkRequest) SetPageSize(v int32) *ListModelFeaturesShrinkRequest
func (*ListModelFeaturesShrinkRequest) SetProjectId ¶
func (s *ListModelFeaturesShrinkRequest) SetProjectId(v string) *ListModelFeaturesShrinkRequest
func (*ListModelFeaturesShrinkRequest) SetSortBy ¶
func (s *ListModelFeaturesShrinkRequest) SetSortBy(v string) *ListModelFeaturesShrinkRequest
func (ListModelFeaturesShrinkRequest) String ¶
func (s ListModelFeaturesShrinkRequest) String() string
type ListProjectFeatureViewsResponse ¶
type ListProjectFeatureViewsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListProjectFeatureViewsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListProjectFeatureViewsResponse) GoString ¶
func (s ListProjectFeatureViewsResponse) GoString() string
func (*ListProjectFeatureViewsResponse) SetBody ¶
func (s *ListProjectFeatureViewsResponse) SetBody(v *ListProjectFeatureViewsResponseBody) *ListProjectFeatureViewsResponse
func (*ListProjectFeatureViewsResponse) SetHeaders ¶
func (s *ListProjectFeatureViewsResponse) SetHeaders(v map[string]*string) *ListProjectFeatureViewsResponse
func (*ListProjectFeatureViewsResponse) SetStatusCode ¶
func (s *ListProjectFeatureViewsResponse) SetStatusCode(v int32) *ListProjectFeatureViewsResponse
func (ListProjectFeatureViewsResponse) String ¶
func (s ListProjectFeatureViewsResponse) String() string
type ListProjectFeatureViewsResponseBody ¶
type ListProjectFeatureViewsResponseBody struct { FeatureViews []*ListProjectFeatureViewsResponseBodyFeatureViews `json:"FeatureViews,omitempty" xml:"FeatureViews,omitempty" type:"Repeated"` // example: // // AE2AF33E-0C0D-51A8-B89B-C5F1DF261D92 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 10 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListProjectFeatureViewsResponseBody) GoString ¶
func (s ListProjectFeatureViewsResponseBody) GoString() string
func (*ListProjectFeatureViewsResponseBody) SetFeatureViews ¶
func (s *ListProjectFeatureViewsResponseBody) SetFeatureViews(v []*ListProjectFeatureViewsResponseBodyFeatureViews) *ListProjectFeatureViewsResponseBody
func (*ListProjectFeatureViewsResponseBody) SetRequestId ¶
func (s *ListProjectFeatureViewsResponseBody) SetRequestId(v string) *ListProjectFeatureViewsResponseBody
func (*ListProjectFeatureViewsResponseBody) SetTotalCount ¶
func (s *ListProjectFeatureViewsResponseBody) SetTotalCount(v int64) *ListProjectFeatureViewsResponseBody
func (ListProjectFeatureViewsResponseBody) String ¶
func (s ListProjectFeatureViewsResponseBody) String() string
type ListProjectFeatureViewsResponseBodyFeatureViews ¶
type ListProjectFeatureViewsResponseBodyFeatureViews struct { // example: // // 3 FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"` Features []*ListProjectFeatureViewsResponseBodyFeatureViewsFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"` // example: // // feature_view1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListProjectFeatureViewsResponseBodyFeatureViews) GoString ¶
func (s ListProjectFeatureViewsResponseBodyFeatureViews) GoString() string
func (*ListProjectFeatureViewsResponseBodyFeatureViews) SetFeatureViewId ¶
func (s *ListProjectFeatureViewsResponseBodyFeatureViews) SetFeatureViewId(v string) *ListProjectFeatureViewsResponseBodyFeatureViews
func (*ListProjectFeatureViewsResponseBodyFeatureViews) SetFeatures ¶
func (ListProjectFeatureViewsResponseBodyFeatureViews) String ¶
func (s ListProjectFeatureViewsResponseBodyFeatureViews) String() string
type ListProjectFeatureViewsResponseBodyFeatureViewsFeatures ¶
type ListProjectFeatureViewsResponseBodyFeatureViewsFeatures struct { Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"` // example: // // f1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // INT32 Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) GoString ¶
func (s ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) GoString() string
func (*ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) SetAttributes ¶
func (s *ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) SetAttributes(v []*string) *ListProjectFeatureViewsResponseBodyFeatureViewsFeatures
func (ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) String ¶
func (s ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) String() string
type ListProjectsRequest ¶
type ListProjectsRequest struct { // example: // // fs1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Asc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 134324352**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` ProjectIds []*string `json:"ProjectIds,omitempty" xml:"ProjectIds,omitempty" type:"Repeated"` // example: // // GmtModifiedTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // 234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListProjectsRequest) GoString ¶
func (s ListProjectsRequest) GoString() string
func (*ListProjectsRequest) SetName ¶
func (s *ListProjectsRequest) SetName(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetOrder ¶
func (s *ListProjectsRequest) SetOrder(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetOwner ¶
func (s *ListProjectsRequest) SetOwner(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetPageNumber ¶
func (s *ListProjectsRequest) SetPageNumber(v int32) *ListProjectsRequest
func (*ListProjectsRequest) SetPageSize ¶
func (s *ListProjectsRequest) SetPageSize(v int32) *ListProjectsRequest
func (*ListProjectsRequest) SetProjectIds ¶
func (s *ListProjectsRequest) SetProjectIds(v []*string) *ListProjectsRequest
func (*ListProjectsRequest) SetSortBy ¶
func (s *ListProjectsRequest) SetSortBy(v string) *ListProjectsRequest
func (*ListProjectsRequest) SetWorkspaceId ¶
func (s *ListProjectsRequest) SetWorkspaceId(v string) *ListProjectsRequest
func (ListProjectsRequest) String ¶
func (s ListProjectsRequest) String() string
type ListProjectsResponse ¶
type ListProjectsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListProjectsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListProjectsResponse) GoString ¶
func (s ListProjectsResponse) GoString() string
func (*ListProjectsResponse) SetBody ¶
func (s *ListProjectsResponse) SetBody(v *ListProjectsResponseBody) *ListProjectsResponse
func (*ListProjectsResponse) SetHeaders ¶
func (s *ListProjectsResponse) SetHeaders(v map[string]*string) *ListProjectsResponse
func (*ListProjectsResponse) SetStatusCode ¶
func (s *ListProjectsResponse) SetStatusCode(v int32) *ListProjectsResponse
func (ListProjectsResponse) String ¶
func (s ListProjectsResponse) String() string
type ListProjectsResponseBody ¶
type ListProjectsResponseBody struct { Projects []*ListProjectsResponseBodyProjects `json:"Projects,omitempty" xml:"Projects,omitempty" type:"Repeated"` // example: // // 44933189-493B-5C43-A5C6-11EEC2A43520 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 10 TotalCount *int64 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListProjectsResponseBody) GoString ¶
func (s ListProjectsResponseBody) GoString() string
func (*ListProjectsResponseBody) SetProjects ¶
func (s *ListProjectsResponseBody) SetProjects(v []*ListProjectsResponseBodyProjects) *ListProjectsResponseBody
func (*ListProjectsResponseBody) SetRequestId ¶
func (s *ListProjectsResponseBody) SetRequestId(v string) *ListProjectsResponseBody
func (*ListProjectsResponseBody) SetTotalCount ¶
func (s *ListProjectsResponseBody) SetTotalCount(v int64) *ListProjectsResponseBody
func (ListProjectsResponseBody) String ¶
func (s ListProjectsResponseBody) String() string
type ListProjectsResponseBodyProjects ¶
type ListProjectsResponseBodyProjects struct { // example: // // This is a test. Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // 10 FeatureEntityCount *int32 `json:"FeatureEntityCount,omitempty" xml:"FeatureEntityCount,omitempty"` // example: // // 10 FeatureViewCount *int32 `json:"FeatureViewCount,omitempty" xml:"FeatureViewCount,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"` // example: // // 5 ModelCount *int32 `json:"ModelCount,omitempty" xml:"ModelCount,omitempty"` // example: // // project1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // 4 OfflineDatasourceId *string `json:"OfflineDatasourceId,omitempty" xml:"OfflineDatasourceId,omitempty"` // example: // // datasource1 OfflineDatasourceName *string `json:"OfflineDatasourceName,omitempty" xml:"OfflineDatasourceName,omitempty"` // example: // // MaxCompute OfflineDatasourceType *string `json:"OfflineDatasourceType,omitempty" xml:"OfflineDatasourceType,omitempty"` // example: // // 10 OfflineLifecycle *int32 `json:"OfflineLifecycle,omitempty" xml:"OfflineLifecycle,omitempty"` // example: // // 5 OnlineDatasourceId *string `json:"OnlineDatasourceId,omitempty" xml:"OnlineDatasourceId,omitempty"` // example: // // datasource2 OnlineDatasourceName *string `json:"OnlineDatasourceName,omitempty" xml:"OnlineDatasourceName,omitempty"` // example: // // Hologres OnlineDatasourceType *string `json:"OnlineDatasourceType,omitempty" xml:"OnlineDatasourceType,omitempty"` // example: // // 1232132543543**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 3 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` }
func (ListProjectsResponseBodyProjects) GoString ¶
func (s ListProjectsResponseBodyProjects) GoString() string
func (*ListProjectsResponseBodyProjects) SetDescription ¶
func (s *ListProjectsResponseBodyProjects) SetDescription(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetFeatureEntityCount ¶
func (s *ListProjectsResponseBodyProjects) SetFeatureEntityCount(v int32) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetFeatureViewCount ¶
func (s *ListProjectsResponseBodyProjects) SetFeatureViewCount(v int32) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetGmtCreateTime ¶
func (s *ListProjectsResponseBodyProjects) SetGmtCreateTime(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetGmtModifiedTime ¶
func (s *ListProjectsResponseBodyProjects) SetGmtModifiedTime(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetModelCount ¶
func (s *ListProjectsResponseBodyProjects) SetModelCount(v int32) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetName ¶
func (s *ListProjectsResponseBodyProjects) SetName(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetOfflineDatasourceId ¶
func (s *ListProjectsResponseBodyProjects) SetOfflineDatasourceId(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetOfflineDatasourceName ¶
func (s *ListProjectsResponseBodyProjects) SetOfflineDatasourceName(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetOfflineDatasourceType ¶
func (s *ListProjectsResponseBodyProjects) SetOfflineDatasourceType(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetOfflineLifecycle ¶
func (s *ListProjectsResponseBodyProjects) SetOfflineLifecycle(v int32) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetOnlineDatasourceId ¶
func (s *ListProjectsResponseBodyProjects) SetOnlineDatasourceId(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetOnlineDatasourceName ¶
func (s *ListProjectsResponseBodyProjects) SetOnlineDatasourceName(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetOnlineDatasourceType ¶
func (s *ListProjectsResponseBodyProjects) SetOnlineDatasourceType(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetOwner ¶
func (s *ListProjectsResponseBodyProjects) SetOwner(v string) *ListProjectsResponseBodyProjects
func (*ListProjectsResponseBodyProjects) SetProjectId ¶
func (s *ListProjectsResponseBodyProjects) SetProjectId(v string) *ListProjectsResponseBodyProjects
func (ListProjectsResponseBodyProjects) String ¶
func (s ListProjectsResponseBodyProjects) String() string
type ListProjectsShrinkRequest ¶
type ListProjectsShrinkRequest struct { // example: // // fs1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // example: // // Asc Order *string `json:"Order,omitempty" xml:"Order,omitempty"` // example: // // 134324352**** Owner *string `json:"Owner,omitempty" xml:"Owner,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` ProjectIdsShrink *string `json:"ProjectIds,omitempty" xml:"ProjectIds,omitempty"` // example: // // GmtModifiedTime SortBy *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"` // example: // // 234 WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"` }
func (ListProjectsShrinkRequest) GoString ¶
func (s ListProjectsShrinkRequest) GoString() string
func (*ListProjectsShrinkRequest) SetName ¶
func (s *ListProjectsShrinkRequest) SetName(v string) *ListProjectsShrinkRequest
func (*ListProjectsShrinkRequest) SetOrder ¶
func (s *ListProjectsShrinkRequest) SetOrder(v string) *ListProjectsShrinkRequest
func (*ListProjectsShrinkRequest) SetOwner ¶
func (s *ListProjectsShrinkRequest) SetOwner(v string) *ListProjectsShrinkRequest
func (*ListProjectsShrinkRequest) SetPageNumber ¶
func (s *ListProjectsShrinkRequest) SetPageNumber(v int32) *ListProjectsShrinkRequest
func (*ListProjectsShrinkRequest) SetPageSize ¶
func (s *ListProjectsShrinkRequest) SetPageSize(v int32) *ListProjectsShrinkRequest
func (*ListProjectsShrinkRequest) SetProjectIdsShrink ¶
func (s *ListProjectsShrinkRequest) SetProjectIdsShrink(v string) *ListProjectsShrinkRequest
func (*ListProjectsShrinkRequest) SetSortBy ¶
func (s *ListProjectsShrinkRequest) SetSortBy(v string) *ListProjectsShrinkRequest
func (*ListProjectsShrinkRequest) SetWorkspaceId ¶
func (s *ListProjectsShrinkRequest) SetWorkspaceId(v string) *ListProjectsShrinkRequest
func (ListProjectsShrinkRequest) String ¶
func (s ListProjectsShrinkRequest) String() string
type ListTaskLogsRequest ¶
type ListTaskLogsRequest struct { // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` }
func (ListTaskLogsRequest) GoString ¶
func (s ListTaskLogsRequest) GoString() string
func (*ListTaskLogsRequest) SetPageNumber ¶
func (s *ListTaskLogsRequest) SetPageNumber(v int32) *ListTaskLogsRequest
func (*ListTaskLogsRequest) SetPageSize ¶
func (s *ListTaskLogsRequest) SetPageSize(v int32) *ListTaskLogsRequest
func (ListTaskLogsRequest) String ¶
func (s ListTaskLogsRequest) String() string
type ListTaskLogsResponse ¶
type ListTaskLogsResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListTaskLogsResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListTaskLogsResponse) GoString ¶
func (s ListTaskLogsResponse) GoString() string
func (*ListTaskLogsResponse) SetBody ¶
func (s *ListTaskLogsResponse) SetBody(v *ListTaskLogsResponseBody) *ListTaskLogsResponse
func (*ListTaskLogsResponse) SetHeaders ¶
func (s *ListTaskLogsResponse) SetHeaders(v map[string]*string) *ListTaskLogsResponse
func (*ListTaskLogsResponse) SetStatusCode ¶
func (s *ListTaskLogsResponse) SetStatusCode(v int32) *ListTaskLogsResponse
func (ListTaskLogsResponse) String ¶
func (s ListTaskLogsResponse) String() string
type ListTaskLogsResponseBody ¶
type ListTaskLogsResponseBody struct { Logs []*string `json:"Logs,omitempty" xml:"Logs,omitempty" type:"Repeated"` // example: // // 72F15A8A-5A28-5B18-A0DE-0EABD7D3245A RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` // example: // // 100 TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListTaskLogsResponseBody) GoString ¶
func (s ListTaskLogsResponseBody) GoString() string
func (*ListTaskLogsResponseBody) SetLogs ¶
func (s *ListTaskLogsResponseBody) SetLogs(v []*string) *ListTaskLogsResponseBody
func (*ListTaskLogsResponseBody) SetRequestId ¶
func (s *ListTaskLogsResponseBody) SetRequestId(v string) *ListTaskLogsResponseBody
func (*ListTaskLogsResponseBody) SetTotalCount ¶
func (s *ListTaskLogsResponseBody) SetTotalCount(v int32) *ListTaskLogsResponseBody
func (ListTaskLogsResponseBody) String ¶
func (s ListTaskLogsResponseBody) String() string
type ListTasksRequest ¶
type ListTasksRequest struct { // example: // // 4 ObjectId *string `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"` // example: // // ModelFeature ObjectType *string `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // 4 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // Running Status *string `json:"Status,omitempty" xml:"Status,omitempty"` TaskIds []*string `json:"TaskIds,omitempty" xml:"TaskIds,omitempty" type:"Repeated"` // example: // // OfflineToOnline Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListTasksRequest) GoString ¶
func (s ListTasksRequest) GoString() string
func (*ListTasksRequest) SetObjectId ¶
func (s *ListTasksRequest) SetObjectId(v string) *ListTasksRequest
func (*ListTasksRequest) SetObjectType ¶
func (s *ListTasksRequest) SetObjectType(v string) *ListTasksRequest
func (*ListTasksRequest) SetPageNumber ¶
func (s *ListTasksRequest) SetPageNumber(v int32) *ListTasksRequest
func (*ListTasksRequest) SetPageSize ¶
func (s *ListTasksRequest) SetPageSize(v int32) *ListTasksRequest
func (*ListTasksRequest) SetProjectId ¶
func (s *ListTasksRequest) SetProjectId(v string) *ListTasksRequest
func (*ListTasksRequest) SetStatus ¶
func (s *ListTasksRequest) SetStatus(v string) *ListTasksRequest
func (*ListTasksRequest) SetTaskIds ¶
func (s *ListTasksRequest) SetTaskIds(v []*string) *ListTasksRequest
func (*ListTasksRequest) SetType ¶
func (s *ListTasksRequest) SetType(v string) *ListTasksRequest
func (ListTasksRequest) String ¶
func (s ListTasksRequest) String() string
type ListTasksResponse ¶
type ListTasksResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListTasksResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (ListTasksResponse) GoString ¶
func (s ListTasksResponse) GoString() string
func (*ListTasksResponse) SetBody ¶
func (s *ListTasksResponse) SetBody(v *ListTasksResponseBody) *ListTasksResponse
func (*ListTasksResponse) SetHeaders ¶
func (s *ListTasksResponse) SetHeaders(v map[string]*string) *ListTasksResponse
func (*ListTasksResponse) SetStatusCode ¶
func (s *ListTasksResponse) SetStatusCode(v int32) *ListTasksResponse
func (ListTasksResponse) String ¶
func (s ListTasksResponse) String() string
type ListTasksResponseBody ¶
type ListTasksResponseBody struct { // example: // // C33E160C-BFCA-5719-B958-942850E949F6 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` Tasks []*ListTasksResponseBodyTasks `json:"Tasks,omitempty" xml:"Tasks,omitempty" type:"Repeated"` // example: // // 10 TotalCount *int32 `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"` }
func (ListTasksResponseBody) GoString ¶
func (s ListTasksResponseBody) GoString() string
func (*ListTasksResponseBody) SetRequestId ¶
func (s *ListTasksResponseBody) SetRequestId(v string) *ListTasksResponseBody
func (*ListTasksResponseBody) SetTasks ¶
func (s *ListTasksResponseBody) SetTasks(v []*ListTasksResponseBodyTasks) *ListTasksResponseBody
func (*ListTasksResponseBody) SetTotalCount ¶
func (s *ListTasksResponseBody) SetTotalCount(v int32) *ListTasksResponseBody
func (ListTasksResponseBody) String ¶
func (s ListTasksResponseBody) String() string
type ListTasksResponseBodyTasks ¶
type ListTasksResponseBodyTasks struct { // example: // // 2023-07-04T11:26:09.036+08:00 GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtExecutedTime *string `json:"GmtExecutedTime,omitempty" xml:"GmtExecutedTime,omitempty"` // example: // // 2023-07-04T11:26:09.036+08:00 GmtFinishedTime *string `json:"GmtFinishedTime,omitempty" xml:"GmtFinishedTime,omitempty"` // example: // // 5 ObjectId *string `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"` // example: // // ModelFeature ObjectType *string `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"` // example: // // 4 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // project_1 ProjectName *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"` // example: // // Running Status *string `json:"Status,omitempty" xml:"Status,omitempty"` // example: // // 4 TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"` // example: // // OfflineToOnline Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListTasksResponseBodyTasks) GoString ¶
func (s ListTasksResponseBodyTasks) GoString() string
func (*ListTasksResponseBodyTasks) SetGmtCreateTime ¶
func (s *ListTasksResponseBodyTasks) SetGmtCreateTime(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetGmtExecutedTime ¶
func (s *ListTasksResponseBodyTasks) SetGmtExecutedTime(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetGmtFinishedTime ¶
func (s *ListTasksResponseBodyTasks) SetGmtFinishedTime(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetObjectId ¶
func (s *ListTasksResponseBodyTasks) SetObjectId(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetObjectType ¶
func (s *ListTasksResponseBodyTasks) SetObjectType(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetProjectId ¶
func (s *ListTasksResponseBodyTasks) SetProjectId(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetProjectName ¶
func (s *ListTasksResponseBodyTasks) SetProjectName(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetStatus ¶
func (s *ListTasksResponseBodyTasks) SetStatus(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetTaskId ¶
func (s *ListTasksResponseBodyTasks) SetTaskId(v string) *ListTasksResponseBodyTasks
func (*ListTasksResponseBodyTasks) SetType ¶
func (s *ListTasksResponseBodyTasks) SetType(v string) *ListTasksResponseBodyTasks
func (ListTasksResponseBodyTasks) String ¶
func (s ListTasksResponseBodyTasks) String() string
type ListTasksShrinkRequest ¶
type ListTasksShrinkRequest struct { // example: // // 4 ObjectId *string `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"` // example: // // ModelFeature ObjectType *string `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"` // example: // // 1 PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"` // example: // // 10 PageSize *int32 `json:"PageSize,omitempty" xml:"PageSize,omitempty"` // This parameter is required. // // example: // // 4 ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"` // example: // // Running Status *string `json:"Status,omitempty" xml:"Status,omitempty"` TaskIdsShrink *string `json:"TaskIds,omitempty" xml:"TaskIds,omitempty"` // example: // // OfflineToOnline Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (ListTasksShrinkRequest) GoString ¶
func (s ListTasksShrinkRequest) GoString() string
func (*ListTasksShrinkRequest) SetObjectId ¶
func (s *ListTasksShrinkRequest) SetObjectId(v string) *ListTasksShrinkRequest
func (*ListTasksShrinkRequest) SetObjectType ¶
func (s *ListTasksShrinkRequest) SetObjectType(v string) *ListTasksShrinkRequest
func (*ListTasksShrinkRequest) SetPageNumber ¶
func (s *ListTasksShrinkRequest) SetPageNumber(v int32) *ListTasksShrinkRequest
func (*ListTasksShrinkRequest) SetPageSize ¶
func (s *ListTasksShrinkRequest) SetPageSize(v int32) *ListTasksShrinkRequest
func (*ListTasksShrinkRequest) SetProjectId ¶
func (s *ListTasksShrinkRequest) SetProjectId(v string) *ListTasksShrinkRequest
func (*ListTasksShrinkRequest) SetStatus ¶
func (s *ListTasksShrinkRequest) SetStatus(v string) *ListTasksShrinkRequest
func (*ListTasksShrinkRequest) SetTaskIdsShrink ¶
func (s *ListTasksShrinkRequest) SetTaskIdsShrink(v string) *ListTasksShrinkRequest
func (*ListTasksShrinkRequest) SetType ¶
func (s *ListTasksShrinkRequest) SetType(v string) *ListTasksShrinkRequest
func (ListTasksShrinkRequest) String ¶
func (s ListTasksShrinkRequest) String() string
type PublishFeatureViewTableRequest ¶
type PublishFeatureViewTableRequest struct { // example: // // {} Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // example: // // 2021-12-15T23:24:33.132+08:00 EventTime *string `json:"EventTime,omitempty" xml:"EventTime,omitempty"` // This parameter is required. // // example: // // Overwrite Mode *string `json:"Mode,omitempty" xml:"Mode,omitempty"` // This parameter is required. // // example: // // true OfflineToOnline *bool `json:"OfflineToOnline,omitempty" xml:"OfflineToOnline,omitempty"` Partitions map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"` }
func (PublishFeatureViewTableRequest) GoString ¶
func (s PublishFeatureViewTableRequest) GoString() string
func (*PublishFeatureViewTableRequest) SetConfig ¶
func (s *PublishFeatureViewTableRequest) SetConfig(v string) *PublishFeatureViewTableRequest
func (*PublishFeatureViewTableRequest) SetEventTime ¶
func (s *PublishFeatureViewTableRequest) SetEventTime(v string) *PublishFeatureViewTableRequest
func (*PublishFeatureViewTableRequest) SetMode ¶
func (s *PublishFeatureViewTableRequest) SetMode(v string) *PublishFeatureViewTableRequest
func (*PublishFeatureViewTableRequest) SetOfflineToOnline ¶
func (s *PublishFeatureViewTableRequest) SetOfflineToOnline(v bool) *PublishFeatureViewTableRequest
func (*PublishFeatureViewTableRequest) SetPartitions ¶
func (s *PublishFeatureViewTableRequest) SetPartitions(v map[string]map[string]interface{}) *PublishFeatureViewTableRequest
func (PublishFeatureViewTableRequest) String ¶
func (s PublishFeatureViewTableRequest) String() string
type PublishFeatureViewTableResponse ¶
type PublishFeatureViewTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *PublishFeatureViewTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (PublishFeatureViewTableResponse) GoString ¶
func (s PublishFeatureViewTableResponse) GoString() string
func (*PublishFeatureViewTableResponse) SetBody ¶
func (s *PublishFeatureViewTableResponse) SetBody(v *PublishFeatureViewTableResponseBody) *PublishFeatureViewTableResponse
func (*PublishFeatureViewTableResponse) SetHeaders ¶
func (s *PublishFeatureViewTableResponse) SetHeaders(v map[string]*string) *PublishFeatureViewTableResponse
func (*PublishFeatureViewTableResponse) SetStatusCode ¶
func (s *PublishFeatureViewTableResponse) SetStatusCode(v int32) *PublishFeatureViewTableResponse
func (PublishFeatureViewTableResponse) String ¶
func (s PublishFeatureViewTableResponse) String() string
type PublishFeatureViewTableResponseBody ¶
type PublishFeatureViewTableResponseBody struct { // example: // // 627B5776-4D06-5A49-8A04-508AA39653F4 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"` }
func (PublishFeatureViewTableResponseBody) GoString ¶
func (s PublishFeatureViewTableResponseBody) GoString() string
func (*PublishFeatureViewTableResponseBody) SetRequestId ¶
func (s *PublishFeatureViewTableResponseBody) SetRequestId(v string) *PublishFeatureViewTableResponseBody
func (*PublishFeatureViewTableResponseBody) SetTaskId ¶
func (s *PublishFeatureViewTableResponseBody) SetTaskId(v string) *PublishFeatureViewTableResponseBody
func (PublishFeatureViewTableResponseBody) String ¶
func (s PublishFeatureViewTableResponseBody) String() string
type UpdateDatasourceRequest ¶
type UpdateDatasourceRequest struct { // example: // // {"address": ""} Config *string `json:"Config,omitempty" xml:"Config,omitempty"` // This parameter is required. // // example: // // datasource1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // igraph_instance1 Uri *string `json:"Uri,omitempty" xml:"Uri,omitempty"` }
func (UpdateDatasourceRequest) GoString ¶
func (s UpdateDatasourceRequest) GoString() string
func (*UpdateDatasourceRequest) SetConfig ¶
func (s *UpdateDatasourceRequest) SetConfig(v string) *UpdateDatasourceRequest
func (*UpdateDatasourceRequest) SetName ¶
func (s *UpdateDatasourceRequest) SetName(v string) *UpdateDatasourceRequest
func (*UpdateDatasourceRequest) SetUri ¶
func (s *UpdateDatasourceRequest) SetUri(v string) *UpdateDatasourceRequest
func (UpdateDatasourceRequest) String ¶
func (s UpdateDatasourceRequest) String() string
type UpdateDatasourceResponse ¶
type UpdateDatasourceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateDatasourceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateDatasourceResponse) GoString ¶
func (s UpdateDatasourceResponse) GoString() string
func (*UpdateDatasourceResponse) SetBody ¶
func (s *UpdateDatasourceResponse) SetBody(v *UpdateDatasourceResponseBody) *UpdateDatasourceResponse
func (*UpdateDatasourceResponse) SetHeaders ¶
func (s *UpdateDatasourceResponse) SetHeaders(v map[string]*string) *UpdateDatasourceResponse
func (*UpdateDatasourceResponse) SetStatusCode ¶
func (s *UpdateDatasourceResponse) SetStatusCode(v int32) *UpdateDatasourceResponse
func (UpdateDatasourceResponse) String ¶
func (s UpdateDatasourceResponse) String() string
type UpdateDatasourceResponseBody ¶
type UpdateDatasourceResponseBody struct { // example: // // C33E160C-BFCA-5719-B958-942850E949F6 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateDatasourceResponseBody) GoString ¶
func (s UpdateDatasourceResponseBody) GoString() string
func (*UpdateDatasourceResponseBody) SetRequestId ¶
func (s *UpdateDatasourceResponseBody) SetRequestId(v string) *UpdateDatasourceResponseBody
func (UpdateDatasourceResponseBody) String ¶
func (s UpdateDatasourceResponseBody) String() string
type UpdateLabelTableRequest ¶
type UpdateLabelTableRequest struct { // example: // // 3 DatasourceId *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"` // This parameter is required. Fields []*UpdateLabelTableRequestFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"` // example: // // rec_test Name *string `json:"Name,omitempty" xml:"Name,omitempty"` }
func (UpdateLabelTableRequest) GoString ¶
func (s UpdateLabelTableRequest) GoString() string
func (*UpdateLabelTableRequest) SetDatasourceId ¶
func (s *UpdateLabelTableRequest) SetDatasourceId(v string) *UpdateLabelTableRequest
func (*UpdateLabelTableRequest) SetFields ¶
func (s *UpdateLabelTableRequest) SetFields(v []*UpdateLabelTableRequestFields) *UpdateLabelTableRequest
func (*UpdateLabelTableRequest) SetName ¶
func (s *UpdateLabelTableRequest) SetName(v string) *UpdateLabelTableRequest
func (UpdateLabelTableRequest) String ¶
func (s UpdateLabelTableRequest) String() string
type UpdateLabelTableRequestFields ¶
type UpdateLabelTableRequestFields struct { // This parameter is required. Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"` // This parameter is required. // // example: // // lat Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // DOUBLE Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (UpdateLabelTableRequestFields) GoString ¶
func (s UpdateLabelTableRequestFields) GoString() string
func (*UpdateLabelTableRequestFields) SetAttributes ¶
func (s *UpdateLabelTableRequestFields) SetAttributes(v []*string) *UpdateLabelTableRequestFields
func (*UpdateLabelTableRequestFields) SetName ¶
func (s *UpdateLabelTableRequestFields) SetName(v string) *UpdateLabelTableRequestFields
func (*UpdateLabelTableRequestFields) SetType ¶
func (s *UpdateLabelTableRequestFields) SetType(v string) *UpdateLabelTableRequestFields
func (UpdateLabelTableRequestFields) String ¶
func (s UpdateLabelTableRequestFields) String() string
type UpdateLabelTableResponse ¶
type UpdateLabelTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateLabelTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateLabelTableResponse) GoString ¶
func (s UpdateLabelTableResponse) GoString() string
func (*UpdateLabelTableResponse) SetBody ¶
func (s *UpdateLabelTableResponse) SetBody(v *UpdateLabelTableResponseBody) *UpdateLabelTableResponse
func (*UpdateLabelTableResponse) SetHeaders ¶
func (s *UpdateLabelTableResponse) SetHeaders(v map[string]*string) *UpdateLabelTableResponse
func (*UpdateLabelTableResponse) SetStatusCode ¶
func (s *UpdateLabelTableResponse) SetStatusCode(v int32) *UpdateLabelTableResponse
func (UpdateLabelTableResponse) String ¶
func (s UpdateLabelTableResponse) String() string
type UpdateLabelTableResponseBody ¶
type UpdateLabelTableResponseBody struct { // example: // // 728C5E01-ABF6-5AA8-B9FC-B3BA05DECC77 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateLabelTableResponseBody) GoString ¶
func (s UpdateLabelTableResponseBody) GoString() string
func (*UpdateLabelTableResponseBody) SetRequestId ¶
func (s *UpdateLabelTableResponseBody) SetRequestId(v string) *UpdateLabelTableResponseBody
func (UpdateLabelTableResponseBody) String ¶
func (s UpdateLabelTableResponseBody) String() string
type UpdateModelFeatureFGFeatureRequest ¶
type UpdateModelFeatureFGFeatureRequest struct { LookupFeatures []*UpdateModelFeatureFGFeatureRequestLookupFeatures `json:"LookupFeatures,omitempty" xml:"LookupFeatures,omitempty" type:"Repeated"` RawFeatures []*UpdateModelFeatureFGFeatureRequestRawFeatures `json:"RawFeatures,omitempty" xml:"RawFeatures,omitempty" type:"Repeated"` // This parameter is required. Reserves []*string `json:"Reserves,omitempty" xml:"Reserves,omitempty" type:"Repeated"` SequenceFeatures []*UpdateModelFeatureFGFeatureRequestSequenceFeatures `json:"SequenceFeatures,omitempty" xml:"SequenceFeatures,omitempty" type:"Repeated"` }
func (UpdateModelFeatureFGFeatureRequest) GoString ¶
func (s UpdateModelFeatureFGFeatureRequest) GoString() string
func (*UpdateModelFeatureFGFeatureRequest) SetLookupFeatures ¶
func (s *UpdateModelFeatureFGFeatureRequest) SetLookupFeatures(v []*UpdateModelFeatureFGFeatureRequestLookupFeatures) *UpdateModelFeatureFGFeatureRequest
func (*UpdateModelFeatureFGFeatureRequest) SetRawFeatures ¶
func (s *UpdateModelFeatureFGFeatureRequest) SetRawFeatures(v []*UpdateModelFeatureFGFeatureRequestRawFeatures) *UpdateModelFeatureFGFeatureRequest
func (*UpdateModelFeatureFGFeatureRequest) SetReserves ¶
func (s *UpdateModelFeatureFGFeatureRequest) SetReserves(v []*string) *UpdateModelFeatureFGFeatureRequest
func (*UpdateModelFeatureFGFeatureRequest) SetSequenceFeatures ¶
func (s *UpdateModelFeatureFGFeatureRequest) SetSequenceFeatures(v []*UpdateModelFeatureFGFeatureRequestSequenceFeatures) *UpdateModelFeatureFGFeatureRequest
func (UpdateModelFeatureFGFeatureRequest) String ¶
func (s UpdateModelFeatureFGFeatureRequest) String() string
type UpdateModelFeatureFGFeatureRequestLookupFeatures ¶
type UpdateModelFeatureFGFeatureRequestLookupFeatures struct { // This parameter is required. // // example: // // -1024 DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` // This parameter is required. // // example: // // item_id FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` // This parameter is required. // // example: // // Item KeyFeatureDomain *string `json:"KeyFeatureDomain,omitempty" xml:"KeyFeatureDomain,omitempty"` // This parameter is required. // // example: // // 1 KeyFeatureName *string `json:"KeyFeatureName,omitempty" xml:"KeyFeatureName,omitempty"` // This parameter is required. // // example: // // User MapFeatureDomain *string `json:"MapFeatureDomain,omitempty" xml:"MapFeatureDomain,omitempty"` // This parameter is required. // // example: // // item_id MapFeatureName *string `json:"MapFeatureName,omitempty" xml:"MapFeatureName,omitempty"` // This parameter is required. // // example: // // STRING ValueType *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"` }
func (UpdateModelFeatureFGFeatureRequestLookupFeatures) GoString ¶
func (s UpdateModelFeatureFGFeatureRequestLookupFeatures) GoString() string
func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetDefaultValue ¶
func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetDefaultValue(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetFeatureName ¶
func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetFeatureName(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetKeyFeatureDomain ¶
func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetKeyFeatureDomain(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetKeyFeatureName ¶
func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetKeyFeatureName(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetMapFeatureDomain ¶
func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetMapFeatureDomain(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetMapFeatureName ¶
func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetMapFeatureName(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetValueType ¶
func (s *UpdateModelFeatureFGFeatureRequestLookupFeatures) SetValueType(v string) *UpdateModelFeatureFGFeatureRequestLookupFeatures
func (UpdateModelFeatureFGFeatureRequestLookupFeatures) String ¶
func (s UpdateModelFeatureFGFeatureRequestLookupFeatures) String() string
type UpdateModelFeatureFGFeatureRequestRawFeatures ¶
type UpdateModelFeatureFGFeatureRequestRawFeatures struct { // This parameter is required. // // example: // // -1024 DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` // This parameter is required. // // example: // // User FeatureDomain *string `json:"FeatureDomain,omitempty" xml:"FeatureDomain,omitempty"` // This parameter is required. // // example: // // item_id FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` // This parameter is required. // // example: // // IdFeature FeatureType *string `json:"FeatureType,omitempty" xml:"FeatureType,omitempty"` // This parameter is required. // // example: // // item_id InputFeatureName *string `json:"InputFeatureName,omitempty" xml:"InputFeatureName,omitempty"` // This parameter is required. // // example: // // STRING ValueType *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"` }
func (UpdateModelFeatureFGFeatureRequestRawFeatures) GoString ¶
func (s UpdateModelFeatureFGFeatureRequestRawFeatures) GoString() string
func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetDefaultValue ¶
func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetDefaultValue(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureDomain ¶
func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureDomain(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureName ¶
func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureName(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureType ¶
func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureType(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetInputFeatureName ¶
func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetInputFeatureName(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetValueType ¶
func (s *UpdateModelFeatureFGFeatureRequestRawFeatures) SetValueType(v string) *UpdateModelFeatureFGFeatureRequestRawFeatures
func (UpdateModelFeatureFGFeatureRequestRawFeatures) String ¶
func (s UpdateModelFeatureFGFeatureRequestRawFeatures) String() string
type UpdateModelFeatureFGFeatureRequestSequenceFeatures ¶
type UpdateModelFeatureFGFeatureRequestSequenceFeatures struct { // This parameter is required. // // example: // // # AttributeDelim *string `json:"AttributeDelim,omitempty" xml:"AttributeDelim,omitempty"` // This parameter is required. // // example: // // item_id FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` // This parameter is required. // // example: // // ; SequenceDelim *string `json:"SequenceDelim,omitempty" xml:"SequenceDelim,omitempty"` // This parameter is required. // // example: // // 50 SequenceLength *int64 `json:"SequenceLength,omitempty" xml:"SequenceLength,omitempty"` SubFeatures []*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures `json:"SubFeatures,omitempty" xml:"SubFeatures,omitempty" type:"Repeated"` }
func (UpdateModelFeatureFGFeatureRequestSequenceFeatures) GoString ¶
func (s UpdateModelFeatureFGFeatureRequestSequenceFeatures) GoString() string
func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetAttributeDelim ¶
func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetAttributeDelim(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetFeatureName ¶
func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetFeatureName(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSequenceDelim ¶
func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSequenceDelim(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSequenceLength ¶
func (s *UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSequenceLength(v int64) *UpdateModelFeatureFGFeatureRequestSequenceFeatures
func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSubFeatures ¶
func (UpdateModelFeatureFGFeatureRequestSequenceFeatures) String ¶
func (s UpdateModelFeatureFGFeatureRequestSequenceFeatures) String() string
type UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures ¶
type UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures struct { // This parameter is required. // // example: // // -1024 DefaultValue *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"` // This parameter is required. // // example: // // User FeatureDomain *string `json:"FeatureDomain,omitempty" xml:"FeatureDomain,omitempty"` // This parameter is required. // // example: // // item_id FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"` // This parameter is required. // // example: // // RawFeature FeatureType *string `json:"FeatureType,omitempty" xml:"FeatureType,omitempty"` // This parameter is required. // // example: // // item_id InputFeatureName *string `json:"InputFeatureName,omitempty" xml:"InputFeatureName,omitempty"` // This parameter is required. // // example: // // STRING ValueType *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"` }
func (UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) GoString ¶
func (s UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) GoString() string
func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetDefaultValue ¶
func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetDefaultValue(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureDomain ¶
func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureDomain(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureName ¶
func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureType ¶
func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetInputFeatureName ¶
func (s *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetInputFeatureName(v string) *UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures
func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetValueType ¶
func (UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) String ¶
func (s UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) String() string
type UpdateModelFeatureFGFeatureResponse ¶
type UpdateModelFeatureFGFeatureResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateModelFeatureFGFeatureResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateModelFeatureFGFeatureResponse) GoString ¶
func (s UpdateModelFeatureFGFeatureResponse) GoString() string
func (*UpdateModelFeatureFGFeatureResponse) SetHeaders ¶
func (s *UpdateModelFeatureFGFeatureResponse) SetHeaders(v map[string]*string) *UpdateModelFeatureFGFeatureResponse
func (*UpdateModelFeatureFGFeatureResponse) SetStatusCode ¶
func (s *UpdateModelFeatureFGFeatureResponse) SetStatusCode(v int32) *UpdateModelFeatureFGFeatureResponse
func (UpdateModelFeatureFGFeatureResponse) String ¶
func (s UpdateModelFeatureFGFeatureResponse) String() string
type UpdateModelFeatureFGFeatureResponseBody ¶
type UpdateModelFeatureFGFeatureResponseBody struct { // example: // // 7D497816-607C-5B67-97B1-61354B6ACB2B RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateModelFeatureFGFeatureResponseBody) GoString ¶
func (s UpdateModelFeatureFGFeatureResponseBody) GoString() string
func (*UpdateModelFeatureFGFeatureResponseBody) SetRequestId ¶
func (s *UpdateModelFeatureFGFeatureResponseBody) SetRequestId(v string) *UpdateModelFeatureFGFeatureResponseBody
func (UpdateModelFeatureFGFeatureResponseBody) String ¶
func (s UpdateModelFeatureFGFeatureResponseBody) String() string
type UpdateModelFeatureFGInfoRequest ¶
type UpdateModelFeatureFGInfoRequest struct { // This parameter is required. // // example: // // {"features": [{"feature_name": "item_id","feature_type": "id_feature","value_type": "String","expression": "item:item_id","default_value": "-1024","combiner": "mean","need_prefix": false},{"feature_name": "f1","feature_type": "lookup_feature","value_type": "Integer","map": "item:f1","key": "user:1","default_value": "0","combiner": "mean","need_prefix": false,"needDiscrete": false,"needWeighting": false,"needKey": false}],"reserves": ["f1"]} Content *string `json:"Content,omitempty" xml:"Content,omitempty"` }
func (UpdateModelFeatureFGInfoRequest) GoString ¶
func (s UpdateModelFeatureFGInfoRequest) GoString() string
func (*UpdateModelFeatureFGInfoRequest) SetContent ¶
func (s *UpdateModelFeatureFGInfoRequest) SetContent(v string) *UpdateModelFeatureFGInfoRequest
func (UpdateModelFeatureFGInfoRequest) String ¶
func (s UpdateModelFeatureFGInfoRequest) String() string
type UpdateModelFeatureFGInfoResponse ¶
type UpdateModelFeatureFGInfoResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateModelFeatureFGInfoResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateModelFeatureFGInfoResponse) GoString ¶
func (s UpdateModelFeatureFGInfoResponse) GoString() string
func (*UpdateModelFeatureFGInfoResponse) SetBody ¶
func (s *UpdateModelFeatureFGInfoResponse) SetBody(v *UpdateModelFeatureFGInfoResponseBody) *UpdateModelFeatureFGInfoResponse
func (*UpdateModelFeatureFGInfoResponse) SetHeaders ¶
func (s *UpdateModelFeatureFGInfoResponse) SetHeaders(v map[string]*string) *UpdateModelFeatureFGInfoResponse
func (*UpdateModelFeatureFGInfoResponse) SetStatusCode ¶
func (s *UpdateModelFeatureFGInfoResponse) SetStatusCode(v int32) *UpdateModelFeatureFGInfoResponse
func (UpdateModelFeatureFGInfoResponse) String ¶
func (s UpdateModelFeatureFGInfoResponse) String() string
type UpdateModelFeatureFGInfoResponseBody ¶
type UpdateModelFeatureFGInfoResponseBody struct { // example: // // E8CA47C5-B3E8-5BD7-9910-245432A365EB RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"` }
func (UpdateModelFeatureFGInfoResponseBody) GoString ¶
func (s UpdateModelFeatureFGInfoResponseBody) GoString() string
func (*UpdateModelFeatureFGInfoResponseBody) SetRequestId ¶
func (s *UpdateModelFeatureFGInfoResponseBody) SetRequestId(v string) *UpdateModelFeatureFGInfoResponseBody
func (UpdateModelFeatureFGInfoResponseBody) String ¶
func (s UpdateModelFeatureFGInfoResponseBody) String() string
type UpdateModelFeatureRequest ¶
type UpdateModelFeatureRequest struct { Features []*UpdateModelFeatureRequestFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"` // example: // // 4 LabelTableId *string `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"` SequenceFeatureViewIds []*string `json:"SequenceFeatureViewIds,omitempty" xml:"SequenceFeatureViewIds,omitempty" type:"Repeated"` }
func (UpdateModelFeatureRequest) GoString ¶
func (s UpdateModelFeatureRequest) GoString() string
func (*UpdateModelFeatureRequest) SetFeatures ¶
func (s *UpdateModelFeatureRequest) SetFeatures(v []*UpdateModelFeatureRequestFeatures) *UpdateModelFeatureRequest
func (*UpdateModelFeatureRequest) SetLabelTableId ¶
func (s *UpdateModelFeatureRequest) SetLabelTableId(v string) *UpdateModelFeatureRequest
func (*UpdateModelFeatureRequest) SetSequenceFeatureViewIds ¶
func (s *UpdateModelFeatureRequest) SetSequenceFeatureViewIds(v []*string) *UpdateModelFeatureRequest
func (UpdateModelFeatureRequest) String ¶
func (s UpdateModelFeatureRequest) String() string
type UpdateModelFeatureRequestFeatures ¶
type UpdateModelFeatureRequestFeatures struct { // example: // // sex AliasName *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"` // This parameter is required. // // example: // // 5 FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"` // This parameter is required. // // example: // // gender Name *string `json:"Name,omitempty" xml:"Name,omitempty"` // This parameter is required. // // example: // // STRING Type *string `json:"Type,omitempty" xml:"Type,omitempty"` }
func (UpdateModelFeatureRequestFeatures) GoString ¶
func (s UpdateModelFeatureRequestFeatures) GoString() string
func (*UpdateModelFeatureRequestFeatures) SetAliasName ¶
func (s *UpdateModelFeatureRequestFeatures) SetAliasName(v string) *UpdateModelFeatureRequestFeatures
func (*UpdateModelFeatureRequestFeatures) SetFeatureViewId ¶
func (s *UpdateModelFeatureRequestFeatures) SetFeatureViewId(v string) *UpdateModelFeatureRequestFeatures
func (*UpdateModelFeatureRequestFeatures) SetName ¶
func (s *UpdateModelFeatureRequestFeatures) SetName(v string) *UpdateModelFeatureRequestFeatures
func (*UpdateModelFeatureRequestFeatures) SetType ¶
func (s *UpdateModelFeatureRequestFeatures) SetType(v string) *UpdateModelFeatureRequestFeatures
func (UpdateModelFeatureRequestFeatures) String ¶
func (s UpdateModelFeatureRequestFeatures) String() string
type UpdateModelFeatureResponse ¶
type UpdateModelFeatureResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateModelFeatureResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateModelFeatureResponse) GoString ¶
func (s UpdateModelFeatureResponse) GoString() string
func (*UpdateModelFeatureResponse) SetBody ¶
func (s *UpdateModelFeatureResponse) SetBody(v *UpdateModelFeatureResponseBody) *UpdateModelFeatureResponse
func (*UpdateModelFeatureResponse) SetHeaders ¶
func (s *UpdateModelFeatureResponse) SetHeaders(v map[string]*string) *UpdateModelFeatureResponse
func (*UpdateModelFeatureResponse) SetStatusCode ¶
func (s *UpdateModelFeatureResponse) SetStatusCode(v int32) *UpdateModelFeatureResponse
func (UpdateModelFeatureResponse) String ¶
func (s UpdateModelFeatureResponse) String() string
type UpdateModelFeatureResponseBody ¶
type UpdateModelFeatureResponseBody struct { // example: // // C33E160C-BFCA-5719-B958-942850E949F6 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateModelFeatureResponseBody) GoString ¶
func (s UpdateModelFeatureResponseBody) GoString() string
func (*UpdateModelFeatureResponseBody) SetRequestId ¶
func (s *UpdateModelFeatureResponseBody) SetRequestId(v string) *UpdateModelFeatureResponseBody
func (UpdateModelFeatureResponseBody) String ¶
func (s UpdateModelFeatureResponseBody) String() string
type UpdateProjectRequest ¶
type UpdateProjectRequest struct { // example: // // This is a test. Description *string `json:"Description,omitempty" xml:"Description,omitempty"` // example: // // project1 Name *string `json:"Name,omitempty" xml:"Name,omitempty"` }
func (UpdateProjectRequest) GoString ¶
func (s UpdateProjectRequest) GoString() string
func (*UpdateProjectRequest) SetDescription ¶
func (s *UpdateProjectRequest) SetDescription(v string) *UpdateProjectRequest
func (*UpdateProjectRequest) SetName ¶
func (s *UpdateProjectRequest) SetName(v string) *UpdateProjectRequest
func (UpdateProjectRequest) String ¶
func (s UpdateProjectRequest) String() string
type UpdateProjectResponse ¶
type UpdateProjectResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *UpdateProjectResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (UpdateProjectResponse) GoString ¶
func (s UpdateProjectResponse) GoString() string
func (*UpdateProjectResponse) SetBody ¶
func (s *UpdateProjectResponse) SetBody(v *UpdateProjectResponseBody) *UpdateProjectResponse
func (*UpdateProjectResponse) SetHeaders ¶
func (s *UpdateProjectResponse) SetHeaders(v map[string]*string) *UpdateProjectResponse
func (*UpdateProjectResponse) SetStatusCode ¶
func (s *UpdateProjectResponse) SetStatusCode(v int32) *UpdateProjectResponse
func (UpdateProjectResponse) String ¶
func (s UpdateProjectResponse) String() string
type UpdateProjectResponseBody ¶
type UpdateProjectResponseBody struct { // example: // // 2150233F-A1F7-54D2-B5B5-8A70567549BD RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` }
func (UpdateProjectResponseBody) GoString ¶
func (s UpdateProjectResponseBody) GoString() string
func (*UpdateProjectResponseBody) SetRequestId ¶
func (s *UpdateProjectResponseBody) SetRequestId(v string) *UpdateProjectResponseBody
func (UpdateProjectResponseBody) String ¶
func (s UpdateProjectResponseBody) String() string
type WriteFeatureViewTableRequest ¶
type WriteFeatureViewTableRequest struct { // This parameter is required. // // example: // // Merge Mode *string `json:"Mode,omitempty" xml:"Mode,omitempty"` Partitions map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"` UrlDatasource *WriteFeatureViewTableRequestUrlDatasource `json:"UrlDatasource,omitempty" xml:"UrlDatasource,omitempty" type:"Struct"` }
func (WriteFeatureViewTableRequest) GoString ¶
func (s WriteFeatureViewTableRequest) GoString() string
func (*WriteFeatureViewTableRequest) SetMode ¶
func (s *WriteFeatureViewTableRequest) SetMode(v string) *WriteFeatureViewTableRequest
func (*WriteFeatureViewTableRequest) SetPartitions ¶
func (s *WriteFeatureViewTableRequest) SetPartitions(v map[string]map[string]interface{}) *WriteFeatureViewTableRequest
func (*WriteFeatureViewTableRequest) SetUrlDatasource ¶
func (s *WriteFeatureViewTableRequest) SetUrlDatasource(v *WriteFeatureViewTableRequestUrlDatasource) *WriteFeatureViewTableRequest
func (WriteFeatureViewTableRequest) String ¶
func (s WriteFeatureViewTableRequest) String() string
type WriteFeatureViewTableRequestUrlDatasource ¶
type WriteFeatureViewTableRequestUrlDatasource struct { // example: // // , Delimiter *string `json:"Delimiter,omitempty" xml:"Delimiter,omitempty"` // example: // // true OmitHeader *bool `json:"OmitHeader,omitempty" xml:"OmitHeader,omitempty"` // example: // // xxx.xxx.com/file.csv Path *string `json:"Path,omitempty" xml:"Path,omitempty"` }
func (WriteFeatureViewTableRequestUrlDatasource) GoString ¶
func (s WriteFeatureViewTableRequestUrlDatasource) GoString() string
func (*WriteFeatureViewTableRequestUrlDatasource) SetDelimiter ¶
func (s *WriteFeatureViewTableRequestUrlDatasource) SetDelimiter(v string) *WriteFeatureViewTableRequestUrlDatasource
func (*WriteFeatureViewTableRequestUrlDatasource) SetOmitHeader ¶
func (s *WriteFeatureViewTableRequestUrlDatasource) SetOmitHeader(v bool) *WriteFeatureViewTableRequestUrlDatasource
func (*WriteFeatureViewTableRequestUrlDatasource) SetPath ¶
func (s *WriteFeatureViewTableRequestUrlDatasource) SetPath(v string) *WriteFeatureViewTableRequestUrlDatasource
func (WriteFeatureViewTableRequestUrlDatasource) String ¶
func (s WriteFeatureViewTableRequestUrlDatasource) String() string
type WriteFeatureViewTableResponse ¶
type WriteFeatureViewTableResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *WriteFeatureViewTableResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
func (WriteFeatureViewTableResponse) GoString ¶
func (s WriteFeatureViewTableResponse) GoString() string
func (*WriteFeatureViewTableResponse) SetBody ¶
func (s *WriteFeatureViewTableResponse) SetBody(v *WriteFeatureViewTableResponseBody) *WriteFeatureViewTableResponse
func (*WriteFeatureViewTableResponse) SetHeaders ¶
func (s *WriteFeatureViewTableResponse) SetHeaders(v map[string]*string) *WriteFeatureViewTableResponse
func (*WriteFeatureViewTableResponse) SetStatusCode ¶
func (s *WriteFeatureViewTableResponse) SetStatusCode(v int32) *WriteFeatureViewTableResponse
func (WriteFeatureViewTableResponse) String ¶
func (s WriteFeatureViewTableResponse) String() string
type WriteFeatureViewTableResponseBody ¶
type WriteFeatureViewTableResponseBody struct { // example: // // 0C89F5E1-7F24-5EEC-9F05-508A39278CC8 RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"` TaskId *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"` }
func (WriteFeatureViewTableResponseBody) GoString ¶
func (s WriteFeatureViewTableResponseBody) GoString() string
func (*WriteFeatureViewTableResponseBody) SetRequestId ¶
func (s *WriteFeatureViewTableResponseBody) SetRequestId(v string) *WriteFeatureViewTableResponseBody
func (*WriteFeatureViewTableResponseBody) SetTaskId ¶
func (s *WriteFeatureViewTableResponseBody) SetTaskId(v string) *WriteFeatureViewTableResponseBody
func (WriteFeatureViewTableResponseBody) String ¶
func (s WriteFeatureViewTableResponseBody) String() string