client

package
v3.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 5 Imported by: 1

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangeProjectFeatureEntityHotIdVersionRequest

type ChangeProjectFeatureEntityHotIdVersionRequest struct {
	Version *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (ChangeProjectFeatureEntityHotIdVersionRequest) GoString

func (*ChangeProjectFeatureEntityHotIdVersionRequest) SetVersion

func (ChangeProjectFeatureEntityHotIdVersionRequest) String

type ChangeProjectFeatureEntityHotIdVersionResponse

type ChangeProjectFeatureEntityHotIdVersionResponse struct {
	Headers    map[string]*string                                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ChangeProjectFeatureEntityHotIdVersionResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ChangeProjectFeatureEntityHotIdVersionResponse) GoString

func (*ChangeProjectFeatureEntityHotIdVersionResponse) SetHeaders

func (*ChangeProjectFeatureEntityHotIdVersionResponse) SetStatusCode

func (ChangeProjectFeatureEntityHotIdVersionResponse) String

type ChangeProjectFeatureEntityHotIdVersionResponseBody

type ChangeProjectFeatureEntityHotIdVersionResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ChangeProjectFeatureEntityHotIdVersionResponseBody) GoString

func (*ChangeProjectFeatureEntityHotIdVersionResponseBody) SetRequestId

func (ChangeProjectFeatureEntityHotIdVersionResponseBody) String

type CheckInstanceDatasourceRequest

type CheckInstanceDatasourceRequest struct {
	Config *string `json:"Config,omitempty" xml:"Config,omitempty"`
	Type   *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Uri    *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
}

func (CheckInstanceDatasourceRequest) GoString

func (*CheckInstanceDatasourceRequest) SetConfig

func (*CheckInstanceDatasourceRequest) SetType

func (*CheckInstanceDatasourceRequest) SetUri

func (CheckInstanceDatasourceRequest) 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 (*CheckInstanceDatasourceResponse) SetHeaders

func (*CheckInstanceDatasourceResponse) SetStatusCode

func (CheckInstanceDatasourceResponse) String

type CheckInstanceDatasourceResponseBody

type CheckInstanceDatasourceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status    *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (CheckInstanceDatasourceResponseBody) GoString

func (*CheckInstanceDatasourceResponseBody) SetRequestId

func (*CheckInstanceDatasourceResponseBody) SetStatus

func (CheckInstanceDatasourceResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) ChangeProjectFeatureEntityHotIdVersion

func (client *Client) ChangeProjectFeatureEntityHotIdVersion(InstanceId *string, ProjectId *string, FeatureEntityName *string, request *ChangeProjectFeatureEntityHotIdVersionRequest) (_result *ChangeProjectFeatureEntityHotIdVersionResponse, _err error)

func (*Client) ChangeProjectFeatureEntityHotIdVersionWithOptions

func (client *Client) ChangeProjectFeatureEntityHotIdVersionWithOptions(InstanceId *string, ProjectId *string, FeatureEntityName *string, request *ChangeProjectFeatureEntityHotIdVersionRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ChangeProjectFeatureEntityHotIdVersionResponse, _err error)

func (*Client) CheckInstanceDatasource

func (client *Client) CheckInstanceDatasource(InstanceId *string, request *CheckInstanceDatasourceRequest) (_result *CheckInstanceDatasourceResponse, _err error)

func (*Client) CheckInstanceDatasourceWithOptions

func (client *Client) CheckInstanceDatasourceWithOptions(InstanceId *string, request *CheckInstanceDatasourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CheckInstanceDatasourceResponse, _err error)

func (*Client) CreateDatasource

func (client *Client) CreateDatasource(InstanceId *string, request *CreateDatasourceRequest) (_result *CreateDatasourceResponse, _err error)

func (*Client) CreateDatasourceWithOptions

func (client *Client) CreateDatasourceWithOptions(InstanceId *string, request *CreateDatasourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateDatasourceResponse, _err error)

func (*Client) CreateFeatureEntity

func (client *Client) CreateFeatureEntity(InstanceId *string, request *CreateFeatureEntityRequest) (_result *CreateFeatureEntityResponse, _err error)

func (*Client) CreateFeatureEntityWithOptions

func (client *Client) CreateFeatureEntityWithOptions(InstanceId *string, request *CreateFeatureEntityRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFeatureEntityResponse, _err error)

func (*Client) CreateFeatureView

func (client *Client) CreateFeatureView(InstanceId *string, request *CreateFeatureViewRequest) (_result *CreateFeatureViewResponse, _err error)

func (*Client) CreateFeatureViewWithOptions

func (client *Client) CreateFeatureViewWithOptions(InstanceId *string, request *CreateFeatureViewRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateFeatureViewResponse, _err error)

func (*Client) CreateInstance

func (client *Client) CreateInstance(request *CreateInstanceRequest) (_result *CreateInstanceResponse, _err error)

func (*Client) CreateInstanceWithOptions

func (client *Client) CreateInstanceWithOptions(request *CreateInstanceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateInstanceResponse, _err error)

func (*Client) CreateLabelTable

func (client *Client) CreateLabelTable(InstanceId *string, request *CreateLabelTableRequest) (_result *CreateLabelTableResponse, _err error)

func (*Client) CreateLabelTableWithOptions

func (client *Client) CreateLabelTableWithOptions(InstanceId *string, request *CreateLabelTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateLabelTableResponse, _err error)

func (*Client) CreateModelFeature

func (client *Client) CreateModelFeature(InstanceId *string, request *CreateModelFeatureRequest) (_result *CreateModelFeatureResponse, _err error)

func (*Client) CreateModelFeatureTrainingSetFGTable added in v3.1.0

func (client *Client) CreateModelFeatureTrainingSetFGTable(InstanceId *string, ModelFeatureId *string) (_result *CreateModelFeatureTrainingSetFGTableResponse, _err error)

func (*Client) CreateModelFeatureTrainingSetFGTableWithOptions added in v3.1.0

func (client *Client) CreateModelFeatureTrainingSetFGTableWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelFeatureTrainingSetFGTableResponse, _err error)

func (*Client) CreateModelFeatureWithOptions

func (client *Client) CreateModelFeatureWithOptions(InstanceId *string, request *CreateModelFeatureRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateModelFeatureResponse, _err error)

func (*Client) CreateProject

func (client *Client) CreateProject(InstanceId *string, request *CreateProjectRequest) (_result *CreateProjectResponse, _err error)

func (*Client) CreateProjectWithOptions

func (client *Client) CreateProjectWithOptions(InstanceId *string, request *CreateProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateProjectResponse, _err error)

func (*Client) CreateServiceIdentityRole

func (client *Client) CreateServiceIdentityRole(request *CreateServiceIdentityRoleRequest) (_result *CreateServiceIdentityRoleResponse, _err error)

func (*Client) CreateServiceIdentityRoleWithOptions

func (client *Client) CreateServiceIdentityRoleWithOptions(request *CreateServiceIdentityRoleRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CreateServiceIdentityRoleResponse, _err error)

func (*Client) DeleteDatasource

func (client *Client) DeleteDatasource(InstanceId *string, DatasourceId *string) (_result *DeleteDatasourceResponse, _err error)

func (*Client) DeleteDatasourceWithOptions

func (client *Client) DeleteDatasourceWithOptions(InstanceId *string, DatasourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteDatasourceResponse, _err error)

func (*Client) DeleteFeatureEntity

func (client *Client) DeleteFeatureEntity(InstanceId *string, FeatureEntityId *string) (_result *DeleteFeatureEntityResponse, _err error)

func (*Client) DeleteFeatureEntityWithOptions

func (client *Client) DeleteFeatureEntityWithOptions(InstanceId *string, FeatureEntityId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFeatureEntityResponse, _err error)

func (*Client) DeleteFeatureView

func (client *Client) DeleteFeatureView(InstanceId *string, FeatureViewId *string) (_result *DeleteFeatureViewResponse, _err error)

func (*Client) DeleteFeatureViewWithOptions

func (client *Client) DeleteFeatureViewWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteFeatureViewResponse, _err error)

func (*Client) DeleteLabelTable

func (client *Client) DeleteLabelTable(InstanceId *string, LabelTableId *string) (_result *DeleteLabelTableResponse, _err error)

func (*Client) DeleteLabelTableWithOptions

func (client *Client) DeleteLabelTableWithOptions(InstanceId *string, LabelTableId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteLabelTableResponse, _err error)

func (*Client) DeleteModelFeature

func (client *Client) DeleteModelFeature(InstanceId *string, ModelFeatureId *string) (_result *DeleteModelFeatureResponse, _err error)

func (*Client) DeleteModelFeatureWithOptions

func (client *Client) DeleteModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteModelFeatureResponse, _err error)

func (*Client) DeleteProject

func (client *Client) DeleteProject(InstanceId *string, ProjectId *string) (_result *DeleteProjectResponse, _err error)

func (*Client) DeleteProjectWithOptions

func (client *Client) DeleteProjectWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *DeleteProjectResponse, _err error)

func (*Client) ExportModelFeatureTrainingSetFGTable added in v3.1.0

func (client *Client) ExportModelFeatureTrainingSetFGTable(InstanceId *string, ModelFeatureId *string, request *ExportModelFeatureTrainingSetFGTableRequest) (_result *ExportModelFeatureTrainingSetFGTableResponse, _err error)

func (*Client) ExportModelFeatureTrainingSetFGTableWithOptions added in v3.1.0

func (client *Client) ExportModelFeatureTrainingSetFGTableWithOptions(InstanceId *string, ModelFeatureId *string, request *ExportModelFeatureTrainingSetFGTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ExportModelFeatureTrainingSetFGTableResponse, _err error)

func (*Client) ExportModelFeatureTrainingSetTable

func (client *Client) ExportModelFeatureTrainingSetTable(InstanceId *string, ModelFeatureId *string, request *ExportModelFeatureTrainingSetTableRequest) (_result *ExportModelFeatureTrainingSetTableResponse, _err error)

func (*Client) ExportModelFeatureTrainingSetTableWithOptions

func (client *Client) ExportModelFeatureTrainingSetTableWithOptions(InstanceId *string, ModelFeatureId *string, request *ExportModelFeatureTrainingSetTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ExportModelFeatureTrainingSetTableResponse, _err error)

func (*Client) GetDatasource

func (client *Client) GetDatasource(InstanceId *string, DatasourceId *string) (_result *GetDatasourceResponse, _err error)

func (*Client) GetDatasourceTable

func (client *Client) GetDatasourceTable(InstanceId *string, DatasourceId *string, TableName *string) (_result *GetDatasourceTableResponse, _err error)

func (*Client) GetDatasourceTableWithOptions

func (client *Client) GetDatasourceTableWithOptions(InstanceId *string, DatasourceId *string, TableName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDatasourceTableResponse, _err error)

func (*Client) GetDatasourceWithOptions

func (client *Client) GetDatasourceWithOptions(InstanceId *string, DatasourceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetDatasourceResponse, _err error)

func (*Client) GetEndpoint

func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, suffix *string, endpointMap map[string]*string, endpoint *string) (_result *string, _err error)

func (*Client) GetFeatureEntity

func (client *Client) GetFeatureEntity(InstanceId *string, FeatureEntityId *string) (_result *GetFeatureEntityResponse, _err error)

func (*Client) GetFeatureEntityWithOptions

func (client *Client) GetFeatureEntityWithOptions(InstanceId *string, FeatureEntityId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFeatureEntityResponse, _err error)

func (*Client) GetFeatureView

func (client *Client) GetFeatureView(InstanceId *string, FeatureViewId *string) (_result *GetFeatureViewResponse, _err error)

func (*Client) GetFeatureViewWithOptions

func (client *Client) GetFeatureViewWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetFeatureViewResponse, _err error)

func (*Client) GetInstance

func (client *Client) GetInstance(InstanceId *string) (_result *GetInstanceResponse, _err error)

func (*Client) GetInstanceWithOptions

func (client *Client) GetInstanceWithOptions(InstanceId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetInstanceResponse, _err error)

func (*Client) GetLabelTable

func (client *Client) GetLabelTable(InstanceId *string, LabelTableId *string) (_result *GetLabelTableResponse, _err error)

func (*Client) GetLabelTableWithOptions

func (client *Client) GetLabelTableWithOptions(InstanceId *string, LabelTableId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetLabelTableResponse, _err error)

func (*Client) GetModelFeature

func (client *Client) GetModelFeature(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureResponse, _err error)

func (*Client) GetModelFeatureFGFeature added in v3.1.0

func (client *Client) GetModelFeatureFGFeature(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureFGFeatureResponse, _err error)

func (*Client) GetModelFeatureFGFeatureWithOptions added in v3.1.0

func (client *Client) GetModelFeatureFGFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelFeatureFGFeatureResponse, _err error)

func (*Client) GetModelFeatureFGInfo added in v3.1.0

func (client *Client) GetModelFeatureFGInfo(InstanceId *string, ModelFeatureId *string) (_result *GetModelFeatureFGInfoResponse, _err error)

func (*Client) GetModelFeatureFGInfoWithOptions added in v3.1.0

func (client *Client) GetModelFeatureFGInfoWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelFeatureFGInfoResponse, _err error)

func (*Client) GetModelFeatureWithOptions

func (client *Client) GetModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetModelFeatureResponse, _err error)

func (*Client) GetProject

func (client *Client) GetProject(InstanceId *string, ProjectId *string) (_result *GetProjectResponse, _err error)

func (*Client) GetProjectFeatureEntity

func (client *Client) GetProjectFeatureEntity(InstanceId *string, ProjectId *string, FeatureEntityName *string) (_result *GetProjectFeatureEntityResponse, _err error)

func (*Client) GetProjectFeatureEntityHotIds

func (client *Client) GetProjectFeatureEntityHotIds(InstanceId *string, ProjectId *string, NextSeqNumber *string, FeatureEntityName *string) (_result *GetProjectFeatureEntityHotIdsResponse, _err error)

func (*Client) GetProjectFeatureEntityHotIdsWithOptions

func (client *Client) GetProjectFeatureEntityHotIdsWithOptions(InstanceId *string, ProjectId *string, NextSeqNumber *string, FeatureEntityName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectFeatureEntityHotIdsResponse, _err error)

func (*Client) GetProjectFeatureEntityWithOptions

func (client *Client) GetProjectFeatureEntityWithOptions(InstanceId *string, ProjectId *string, FeatureEntityName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectFeatureEntityResponse, _err error)

func (*Client) GetProjectFeatureView

func (client *Client) GetProjectFeatureView(InstanceId *string, ProjectId *string, FeatureViewName *string) (_result *GetProjectFeatureViewResponse, _err error)

func (*Client) GetProjectFeatureViewWithOptions

func (client *Client) GetProjectFeatureViewWithOptions(InstanceId *string, ProjectId *string, FeatureViewName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectFeatureViewResponse, _err error)

func (*Client) GetProjectModelFeature

func (client *Client) GetProjectModelFeature(InstanceId *string, ProjectId *string, ModelFeatureName *string) (_result *GetProjectModelFeatureResponse, _err error)

func (*Client) GetProjectModelFeatureWithOptions

func (client *Client) GetProjectModelFeatureWithOptions(InstanceId *string, ProjectId *string, ModelFeatureName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectModelFeatureResponse, _err error)

func (*Client) GetProjectWithOptions

func (client *Client) GetProjectWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetProjectResponse, _err error)

func (*Client) GetServiceIdentityRole

func (client *Client) GetServiceIdentityRole(RoleName *string) (_result *GetServiceIdentityRoleResponse, _err error)

func (*Client) GetServiceIdentityRoleWithOptions

func (client *Client) GetServiceIdentityRoleWithOptions(RoleName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetServiceIdentityRoleResponse, _err error)

func (*Client) GetTask

func (client *Client) GetTask(InstanceId *string, TaskId *string) (_result *GetTaskResponse, _err error)

func (*Client) GetTaskWithOptions

func (client *Client) GetTaskWithOptions(InstanceId *string, TaskId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *GetTaskResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) ListDatasourceTables

func (client *Client) ListDatasourceTables(InstanceId *string, DatasourceId *string, request *ListDatasourceTablesRequest) (_result *ListDatasourceTablesResponse, _err error)

func (*Client) ListDatasourceTablesWithOptions

func (client *Client) ListDatasourceTablesWithOptions(InstanceId *string, DatasourceId *string, request *ListDatasourceTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDatasourceTablesResponse, _err error)

func (*Client) ListDatasources

func (client *Client) ListDatasources(InstanceId *string, request *ListDatasourcesRequest) (_result *ListDatasourcesResponse, _err error)

func (*Client) ListDatasourcesWithOptions

func (client *Client) ListDatasourcesWithOptions(InstanceId *string, request *ListDatasourcesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListDatasourcesResponse, _err error)

func (*Client) ListFeatureEntities

func (client *Client) ListFeatureEntities(InstanceId *string, request *ListFeatureEntitiesRequest) (_result *ListFeatureEntitiesResponse, _err error)

func (*Client) ListFeatureEntitiesWithOptions

func (client *Client) ListFeatureEntitiesWithOptions(InstanceId *string, tmpReq *ListFeatureEntitiesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureEntitiesResponse, _err error)

func (*Client) ListFeatureViewFieldRelationships

func (client *Client) ListFeatureViewFieldRelationships(InstanceId *string, FeatureViewId *string, FieldName *string) (_result *ListFeatureViewFieldRelationshipsResponse, _err error)

func (*Client) ListFeatureViewFieldRelationshipsWithOptions

func (client *Client) ListFeatureViewFieldRelationshipsWithOptions(InstanceId *string, FeatureViewId *string, FieldName *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureViewFieldRelationshipsResponse, _err error)

func (*Client) ListFeatureViewRelationships

func (client *Client) ListFeatureViewRelationships(InstanceId *string, FeatureViewId *string) (_result *ListFeatureViewRelationshipsResponse, _err error)

func (*Client) ListFeatureViewRelationshipsWithOptions

func (client *Client) ListFeatureViewRelationshipsWithOptions(InstanceId *string, FeatureViewId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureViewRelationshipsResponse, _err error)

func (*Client) ListFeatureViews

func (client *Client) ListFeatureViews(InstanceId *string, request *ListFeatureViewsRequest) (_result *ListFeatureViewsResponse, _err error)

func (*Client) ListFeatureViewsWithOptions

func (client *Client) ListFeatureViewsWithOptions(InstanceId *string, tmpReq *ListFeatureViewsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListFeatureViewsResponse, _err error)

func (*Client) ListInstances

func (client *Client) ListInstances(request *ListInstancesRequest) (_result *ListInstancesResponse, _err error)

func (*Client) ListInstancesWithOptions

func (client *Client) ListInstancesWithOptions(request *ListInstancesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListInstancesResponse, _err error)

func (*Client) ListLabelTables

func (client *Client) ListLabelTables(InstanceId *string, request *ListLabelTablesRequest) (_result *ListLabelTablesResponse, _err error)

func (*Client) ListLabelTablesWithOptions

func (client *Client) ListLabelTablesWithOptions(InstanceId *string, tmpReq *ListLabelTablesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListLabelTablesResponse, _err error)

func (*Client) ListModelFeatureAvailableFeatures added in v3.1.0

func (client *Client) ListModelFeatureAvailableFeatures(InstanceId *string, ModelFeatureId *string, request *ListModelFeatureAvailableFeaturesRequest) (_result *ListModelFeatureAvailableFeaturesResponse, _err error)

func (*Client) ListModelFeatureAvailableFeaturesWithOptions added in v3.1.0

func (client *Client) ListModelFeatureAvailableFeaturesWithOptions(InstanceId *string, ModelFeatureId *string, request *ListModelFeatureAvailableFeaturesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListModelFeatureAvailableFeaturesResponse, _err error)

func (*Client) ListModelFeatures

func (client *Client) ListModelFeatures(InstanceId *string, request *ListModelFeaturesRequest) (_result *ListModelFeaturesResponse, _err error)

func (*Client) ListModelFeaturesWithOptions

func (client *Client) ListModelFeaturesWithOptions(InstanceId *string, tmpReq *ListModelFeaturesRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListModelFeaturesResponse, _err error)

func (*Client) ListProjectFeatureViewOwners

func (client *Client) ListProjectFeatureViewOwners(InstanceId *string, ProjectId *string) (_result *ListProjectFeatureViewOwnersResponse, _err error)

func (*Client) ListProjectFeatureViewOwnersWithOptions

func (client *Client) ListProjectFeatureViewOwnersWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectFeatureViewOwnersResponse, _err error)

func (*Client) ListProjectFeatureViewTags

func (client *Client) ListProjectFeatureViewTags(InstanceId *string, ProjectId *string) (_result *ListProjectFeatureViewTagsResponse, _err error)

func (*Client) ListProjectFeatureViewTagsWithOptions

func (client *Client) ListProjectFeatureViewTagsWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectFeatureViewTagsResponse, _err error)

func (*Client) ListProjectFeatureViews

func (client *Client) ListProjectFeatureViews(InstanceId *string, ProjectId *string) (_result *ListProjectFeatureViewsResponse, _err error)

func (*Client) ListProjectFeatureViewsWithOptions

func (client *Client) ListProjectFeatureViewsWithOptions(InstanceId *string, ProjectId *string, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectFeatureViewsResponse, _err error)

func (*Client) ListProjects

func (client *Client) ListProjects(InstanceId *string, request *ListProjectsRequest) (_result *ListProjectsResponse, _err error)

func (*Client) ListProjectsWithOptions

func (client *Client) ListProjectsWithOptions(InstanceId *string, tmpReq *ListProjectsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListProjectsResponse, _err error)

func (*Client) ListTaskLogs

func (client *Client) ListTaskLogs(InstanceId *string, TaskId *string, request *ListTaskLogsRequest) (_result *ListTaskLogsResponse, _err error)

func (*Client) ListTaskLogsWithOptions

func (client *Client) ListTaskLogsWithOptions(InstanceId *string, TaskId *string, request *ListTaskLogsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTaskLogsResponse, _err error)

func (*Client) ListTasks

func (client *Client) ListTasks(InstanceId *string, request *ListTasksRequest) (_result *ListTasksResponse, _err error)

func (*Client) ListTasksWithOptions

func (client *Client) ListTasksWithOptions(InstanceId *string, tmpReq *ListTasksRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *ListTasksResponse, _err error)

func (*Client) PublishFeatureViewTable

func (client *Client) PublishFeatureViewTable(InstanceId *string, FeatureViewId *string, request *PublishFeatureViewTableRequest) (_result *PublishFeatureViewTableResponse, _err error)

func (*Client) PublishFeatureViewTableWithOptions

func (client *Client) PublishFeatureViewTableWithOptions(InstanceId *string, FeatureViewId *string, request *PublishFeatureViewTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *PublishFeatureViewTableResponse, _err error)

func (*Client) UpdateDatasource

func (client *Client) UpdateDatasource(InstanceId *string, DatasourceId *string, request *UpdateDatasourceRequest) (_result *UpdateDatasourceResponse, _err error)

func (*Client) UpdateDatasourceWithOptions

func (client *Client) UpdateDatasourceWithOptions(InstanceId *string, DatasourceId *string, request *UpdateDatasourceRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateDatasourceResponse, _err error)

func (*Client) UpdateLabelTable

func (client *Client) UpdateLabelTable(InstanceId *string, LabelTableId *string, request *UpdateLabelTableRequest) (_result *UpdateLabelTableResponse, _err error)

func (*Client) UpdateLabelTableWithOptions

func (client *Client) UpdateLabelTableWithOptions(InstanceId *string, LabelTableId *string, request *UpdateLabelTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateLabelTableResponse, _err error)

func (*Client) UpdateModelFeature

func (client *Client) UpdateModelFeature(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureRequest) (_result *UpdateModelFeatureResponse, _err error)

func (*Client) UpdateModelFeatureFGFeature added in v3.1.0

func (client *Client) UpdateModelFeatureFGFeature(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureFGFeatureRequest) (_result *UpdateModelFeatureFGFeatureResponse, _err error)

func (*Client) UpdateModelFeatureFGFeatureWithOptions added in v3.1.0

func (client *Client) UpdateModelFeatureFGFeatureWithOptions(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureFGFeatureRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateModelFeatureFGFeatureResponse, _err error)

func (*Client) UpdateModelFeatureFGInfo added in v3.1.0

func (client *Client) UpdateModelFeatureFGInfo(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureFGInfoRequest) (_result *UpdateModelFeatureFGInfoResponse, _err error)

func (*Client) UpdateModelFeatureFGInfoWithOptions added in v3.1.0

func (client *Client) UpdateModelFeatureFGInfoWithOptions(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureFGInfoRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateModelFeatureFGInfoResponse, _err error)

func (*Client) UpdateModelFeatureWithOptions

func (client *Client) UpdateModelFeatureWithOptions(InstanceId *string, ModelFeatureId *string, request *UpdateModelFeatureRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateModelFeatureResponse, _err error)

func (*Client) UpdateProject

func (client *Client) UpdateProject(InstanceId *string, ProjectId *string, request *UpdateProjectRequest) (_result *UpdateProjectResponse, _err error)

func (*Client) UpdateProjectWithOptions

func (client *Client) UpdateProjectWithOptions(InstanceId *string, ProjectId *string, request *UpdateProjectRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *UpdateProjectResponse, _err error)

func (*Client) WriteFeatureViewTable

func (client *Client) WriteFeatureViewTable(InstanceId *string, FeatureViewId *string, request *WriteFeatureViewTableRequest) (_result *WriteFeatureViewTableResponse, _err error)

func (*Client) WriteFeatureViewTableWithOptions

func (client *Client) WriteFeatureViewTableWithOptions(InstanceId *string, FeatureViewId *string, request *WriteFeatureViewTableRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *WriteFeatureViewTableResponse, _err error)

func (*Client) WriteProjectFeatureEntityHotIds

func (client *Client) WriteProjectFeatureEntityHotIds(InstanceId *string, ProjectId *string, FeatureEntityName *string, request *WriteProjectFeatureEntityHotIdsRequest) (_result *WriteProjectFeatureEntityHotIdsResponse, _err error)

func (*Client) WriteProjectFeatureEntityHotIdsWithOptions

func (client *Client) WriteProjectFeatureEntityHotIdsWithOptions(InstanceId *string, ProjectId *string, FeatureEntityName *string, request *WriteProjectFeatureEntityHotIdsRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *WriteProjectFeatureEntityHotIdsResponse, _err error)

type CreateDatasourceRequest

type CreateDatasourceRequest struct {
	Config      *string `json:"Config,omitempty" xml:"Config,omitempty"`
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type        *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Uri         *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
	WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (CreateDatasourceRequest) GoString

func (s CreateDatasourceRequest) GoString() string

func (*CreateDatasourceRequest) SetConfig

func (*CreateDatasourceRequest) SetName

func (*CreateDatasourceRequest) SetType

func (*CreateDatasourceRequest) SetUri

func (*CreateDatasourceRequest) SetWorkspaceId

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 (*CreateDatasourceResponse) SetHeaders

func (*CreateDatasourceResponse) SetStatusCode

func (CreateDatasourceResponse) String

func (s CreateDatasourceResponse) String() string

type CreateDatasourceResponseBody

type CreateDatasourceResponseBody struct {
	DatasourceId *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateDatasourceResponseBody) GoString

func (s CreateDatasourceResponseBody) GoString() string

func (*CreateDatasourceResponseBody) SetDatasourceId

func (*CreateDatasourceResponseBody) SetRequestId

func (CreateDatasourceResponseBody) String

type CreateFeatureEntityRequest

type CreateFeatureEntityRequest struct {
	JoinId    *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"`
	Name      *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
}

func (CreateFeatureEntityRequest) GoString

func (s CreateFeatureEntityRequest) GoString() string

func (*CreateFeatureEntityRequest) SetJoinId

func (*CreateFeatureEntityRequest) SetName

func (*CreateFeatureEntityRequest) SetProjectId

func (CreateFeatureEntityRequest) 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 (*CreateFeatureEntityResponse) SetHeaders

func (*CreateFeatureEntityResponse) SetStatusCode

func (CreateFeatureEntityResponse) String

type CreateFeatureEntityResponseBody

type CreateFeatureEntityResponseBody struct {
	FeatureEntityId *string `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"`
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateFeatureEntityResponseBody) GoString

func (*CreateFeatureEntityResponseBody) SetFeatureEntityId

func (*CreateFeatureEntityResponseBody) SetRequestId

func (CreateFeatureEntityResponseBody) String

type CreateFeatureViewRequest

type CreateFeatureViewRequest struct {
	Config               *string                           `json:"Config,omitempty" xml:"Config,omitempty"`
	FeatureEntityId      *string                           `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"`
	Fields               []*CreateFeatureViewRequestFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"`
	Name                 *string                           `json:"Name,omitempty" xml:"Name,omitempty"`
	ProjectId            *string                           `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RegisterDatasourceId *string                           `json:"RegisterDatasourceId,omitempty" xml:"RegisterDatasourceId,omitempty"`
	RegisterTable        *string                           `json:"RegisterTable,omitempty" xml:"RegisterTable,omitempty"`
	SyncOnlineTable      *bool                             `json:"SyncOnlineTable,omitempty" xml:"SyncOnlineTable,omitempty"`
	TTL                  *int32                            `json:"TTL,omitempty" xml:"TTL,omitempty"`
	Tags                 []*string                         `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
	Type                 *string                           `json:"Type,omitempty" xml:"Type,omitempty"`
	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 (*CreateFeatureViewRequest) SetFeatureEntityId

func (s *CreateFeatureViewRequest) SetFeatureEntityId(v string) *CreateFeatureViewRequest

func (*CreateFeatureViewRequest) SetFields

func (*CreateFeatureViewRequest) SetName

func (*CreateFeatureViewRequest) SetProjectId

func (*CreateFeatureViewRequest) SetRegisterDatasourceId

func (s *CreateFeatureViewRequest) SetRegisterDatasourceId(v string) *CreateFeatureViewRequest

func (*CreateFeatureViewRequest) SetRegisterTable

func (*CreateFeatureViewRequest) SetSyncOnlineTable

func (s *CreateFeatureViewRequest) SetSyncOnlineTable(v bool) *CreateFeatureViewRequest

func (*CreateFeatureViewRequest) SetTTL

func (*CreateFeatureViewRequest) SetTags

func (*CreateFeatureViewRequest) SetType

func (*CreateFeatureViewRequest) SetWriteMethod

func (*CreateFeatureViewRequest) SetWriteToFeatureDB added in v3.1.4

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"`
	Name       *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Type       *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateFeatureViewRequestFields) GoString

func (*CreateFeatureViewRequestFields) SetAttributes

func (*CreateFeatureViewRequestFields) SetName

func (*CreateFeatureViewRequestFields) SetType

func (CreateFeatureViewRequestFields) 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 (*CreateFeatureViewResponse) SetHeaders

func (*CreateFeatureViewResponse) SetStatusCode

func (CreateFeatureViewResponse) String

func (s CreateFeatureViewResponse) String() string

type CreateFeatureViewResponseBody

type CreateFeatureViewResponseBody struct {
	FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateFeatureViewResponseBody) GoString

func (*CreateFeatureViewResponseBody) SetFeatureViewId

func (*CreateFeatureViewResponseBody) SetRequestId

func (CreateFeatureViewResponseBody) String

type CreateInstanceRequest

type CreateInstanceRequest struct {
	Type *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateInstanceRequest) GoString

func (s CreateInstanceRequest) GoString() string

func (*CreateInstanceRequest) SetType

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 (*CreateInstanceResponse) SetHeaders

func (*CreateInstanceResponse) SetStatusCode

func (CreateInstanceResponse) String

func (s CreateInstanceResponse) String() string

type CreateInstanceResponseBody

type CreateInstanceResponseBody struct {
	Code       *string `json:"Code,omitempty" xml:"Code,omitempty"`
	InstanceId *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	RequestId  *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateInstanceResponseBody) GoString

func (s CreateInstanceResponseBody) GoString() string

func (*CreateInstanceResponseBody) SetCode

func (*CreateInstanceResponseBody) SetInstanceId

func (*CreateInstanceResponseBody) SetRequestId

func (CreateInstanceResponseBody) String

type CreateLabelTableRequest

type CreateLabelTableRequest struct {
	DatasourceId *string                          `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"`
	Fields       []*CreateLabelTableRequestFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"`
	Name         *string                          `json:"Name,omitempty" xml:"Name,omitempty"`
	ProjectId    *string                          `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
}

func (CreateLabelTableRequest) GoString

func (s CreateLabelTableRequest) GoString() string

func (*CreateLabelTableRequest) SetDatasourceId

func (*CreateLabelTableRequest) SetFields

func (*CreateLabelTableRequest) SetName

func (*CreateLabelTableRequest) SetProjectId

func (CreateLabelTableRequest) String

func (s CreateLabelTableRequest) String() string

type CreateLabelTableRequestFields

type CreateLabelTableRequestFields struct {
	Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"`
	Name       *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Type       *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateLabelTableRequestFields) GoString

func (*CreateLabelTableRequestFields) SetAttributes

func (*CreateLabelTableRequestFields) SetName

func (*CreateLabelTableRequestFields) SetType

func (CreateLabelTableRequestFields) 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 (*CreateLabelTableResponse) SetHeaders

func (*CreateLabelTableResponse) SetStatusCode

func (CreateLabelTableResponse) String

func (s CreateLabelTableResponse) String() string

type CreateLabelTableResponseBody

type CreateLabelTableResponseBody struct {
	LabelTableId *string `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"`
	RequestId    *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateLabelTableResponseBody) GoString

func (s CreateLabelTableResponseBody) GoString() string

func (*CreateLabelTableResponseBody) SetLabelTableId

func (*CreateLabelTableResponseBody) SetRequestId

func (CreateLabelTableResponseBody) String

type CreateModelFeatureRequest

type CreateModelFeatureRequest struct {
	Features               []*CreateModelFeatureRequestFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"`
	LabelTableId           *string                              `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"`
	Name                   *string                              `json:"Name,omitempty" xml:"Name,omitempty"`
	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 (*CreateModelFeatureRequest) SetLabelTableId

func (*CreateModelFeatureRequest) SetName

func (*CreateModelFeatureRequest) SetProjectId

func (*CreateModelFeatureRequest) SetSequenceFeatureViewIds added in v3.0.1

func (s *CreateModelFeatureRequest) SetSequenceFeatureViewIds(v []*string) *CreateModelFeatureRequest

func (CreateModelFeatureRequest) String

func (s CreateModelFeatureRequest) String() string

type CreateModelFeatureRequestFeatures

type CreateModelFeatureRequestFeatures struct {
	AliasName     *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
	FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type          *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (CreateModelFeatureRequestFeatures) GoString

func (*CreateModelFeatureRequestFeatures) SetAliasName

func (*CreateModelFeatureRequestFeatures) SetFeatureViewId

func (*CreateModelFeatureRequestFeatures) SetName

func (*CreateModelFeatureRequestFeatures) SetType

func (CreateModelFeatureRequestFeatures) 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 (*CreateModelFeatureResponse) SetHeaders

func (*CreateModelFeatureResponse) SetStatusCode

func (CreateModelFeatureResponse) String

type CreateModelFeatureResponseBody

type CreateModelFeatureResponseBody struct {
	ModelFeatureId *string `json:"ModelFeatureId,omitempty" xml:"ModelFeatureId,omitempty"`
	RequestId      *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateModelFeatureResponseBody) GoString

func (*CreateModelFeatureResponseBody) SetModelFeatureId

func (*CreateModelFeatureResponseBody) SetRequestId

func (CreateModelFeatureResponseBody) String

type CreateModelFeatureTrainingSetFGTableResponse added in v3.1.0

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 added in v3.1.0

func (*CreateModelFeatureTrainingSetFGTableResponse) SetBody added in v3.1.0

func (*CreateModelFeatureTrainingSetFGTableResponse) SetHeaders added in v3.1.0

func (*CreateModelFeatureTrainingSetFGTableResponse) SetStatusCode added in v3.1.0

func (CreateModelFeatureTrainingSetFGTableResponse) String added in v3.1.0

type CreateModelFeatureTrainingSetFGTableResponseBody added in v3.1.0

type CreateModelFeatureTrainingSetFGTableResponseBody struct {
	TrainingSetFGTableName *string `json:"TrainingSetFGTableName,omitempty" xml:"TrainingSetFGTableName,omitempty"`
	RequestId              *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (CreateModelFeatureTrainingSetFGTableResponseBody) GoString added in v3.1.0

func (*CreateModelFeatureTrainingSetFGTableResponseBody) SetRequestId added in v3.1.0

func (*CreateModelFeatureTrainingSetFGTableResponseBody) SetTrainingSetFGTableName added in v3.1.0

func (CreateModelFeatureTrainingSetFGTableResponseBody) String added in v3.1.0

type CreateProjectRequest

type CreateProjectRequest struct {
	Description         *string `json:"Description,omitempty" xml:"Description,omitempty"`
	Name                *string `json:"Name,omitempty" xml:"Name,omitempty"`
	OfflineDatasourceId *string `json:"OfflineDatasourceId,omitempty" xml:"OfflineDatasourceId,omitempty"`
	OfflineLifeCycle    *int32  `json:"OfflineLifeCycle,omitempty" xml:"OfflineLifeCycle,omitempty"`
	OnlineDatasourceId  *string `json:"OnlineDatasourceId,omitempty" xml:"OnlineDatasourceId,omitempty"`
	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 (*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 (*CreateProjectResponse) SetHeaders

func (*CreateProjectResponse) SetStatusCode

func (s *CreateProjectResponse) SetStatusCode(v int32) *CreateProjectResponse

func (CreateProjectResponse) String

func (s CreateProjectResponse) String() string

type CreateProjectResponseBody

type CreateProjectResponseBody struct {
	ProjectId *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (CreateProjectResponseBody) GoString

func (s CreateProjectResponseBody) GoString() string

func (*CreateProjectResponseBody) SetProjectId

func (*CreateProjectResponseBody) SetRequestId

func (CreateProjectResponseBody) String

func (s CreateProjectResponseBody) String() string

type CreateServiceIdentityRoleRequest

type CreateServiceIdentityRoleRequest struct {
	RoleName *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (CreateServiceIdentityRoleRequest) GoString

func (*CreateServiceIdentityRoleRequest) SetRoleName

func (CreateServiceIdentityRoleRequest) 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 (*CreateServiceIdentityRoleResponse) SetHeaders

func (*CreateServiceIdentityRoleResponse) SetStatusCode

func (CreateServiceIdentityRoleResponse) String

type CreateServiceIdentityRoleResponseBody

type CreateServiceIdentityRoleResponseBody struct {
	Code      *string `json:"Code,omitempty" xml:"Code,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RoleName  *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (CreateServiceIdentityRoleResponseBody) GoString

func (*CreateServiceIdentityRoleResponseBody) SetCode

func (*CreateServiceIdentityRoleResponseBody) SetRequestId

func (*CreateServiceIdentityRoleResponseBody) SetRoleName

func (CreateServiceIdentityRoleResponseBody) 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 (*DeleteDatasourceResponse) SetHeaders

func (*DeleteDatasourceResponse) SetStatusCode

func (DeleteDatasourceResponse) String

func (s DeleteDatasourceResponse) String() string

type DeleteDatasourceResponseBody

type DeleteDatasourceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteDatasourceResponseBody) GoString

func (s DeleteDatasourceResponseBody) GoString() string

func (*DeleteDatasourceResponseBody) SetRequestId

func (DeleteDatasourceResponseBody) 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 (*DeleteFeatureEntityResponse) SetHeaders

func (*DeleteFeatureEntityResponse) SetStatusCode

func (DeleteFeatureEntityResponse) String

type DeleteFeatureEntityResponseBody

type DeleteFeatureEntityResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteFeatureEntityResponseBody) GoString

func (*DeleteFeatureEntityResponseBody) SetRequestId

func (DeleteFeatureEntityResponseBody) 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 (*DeleteFeatureViewResponse) SetHeaders

func (*DeleteFeatureViewResponse) SetStatusCode

func (DeleteFeatureViewResponse) String

func (s DeleteFeatureViewResponse) String() string

type DeleteFeatureViewResponseBody

type DeleteFeatureViewResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteFeatureViewResponseBody) GoString

func (*DeleteFeatureViewResponseBody) SetRequestId

func (DeleteFeatureViewResponseBody) 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 (*DeleteLabelTableResponse) SetHeaders

func (*DeleteLabelTableResponse) SetStatusCode

func (DeleteLabelTableResponse) String

func (s DeleteLabelTableResponse) String() string

type DeleteLabelTableResponseBody

type DeleteLabelTableResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteLabelTableResponseBody) GoString

func (s DeleteLabelTableResponseBody) GoString() string

func (*DeleteLabelTableResponseBody) SetRequestId

func (DeleteLabelTableResponseBody) 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 (*DeleteModelFeatureResponse) SetHeaders

func (*DeleteModelFeatureResponse) SetStatusCode

func (DeleteModelFeatureResponse) String

type DeleteModelFeatureResponseBody

type DeleteModelFeatureResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteModelFeatureResponseBody) GoString

func (*DeleteModelFeatureResponseBody) SetRequestId

func (DeleteModelFeatureResponseBody) 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 (*DeleteProjectResponse) SetHeaders

func (*DeleteProjectResponse) SetStatusCode

func (s *DeleteProjectResponse) SetStatusCode(v int32) *DeleteProjectResponse

func (DeleteProjectResponse) String

func (s DeleteProjectResponse) String() string

type DeleteProjectResponseBody

type DeleteProjectResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (DeleteProjectResponseBody) GoString

func (s DeleteProjectResponseBody) GoString() string

func (*DeleteProjectResponseBody) SetRequestId

func (DeleteProjectResponseBody) String

func (s DeleteProjectResponseBody) String() string

type ExportModelFeatureTrainingSetFGTableRequest added in v3.1.0

type ExportModelFeatureTrainingSetFGTableRequest struct {
	TrainingSetFgConfig *ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig `json:"TrainingSetFgConfig,omitempty" xml:"TrainingSetFgConfig,omitempty" type:"Struct"`
}

func (ExportModelFeatureTrainingSetFGTableRequest) GoString added in v3.1.0

func (ExportModelFeatureTrainingSetFGTableRequest) String added in v3.1.0

type ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig added in v3.1.0

type ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig struct {
	FgJsonName *string                           `json:"FgJsonName,omitempty" xml:"FgJsonName,omitempty"`
	JarName    *string                           `json:"JarName,omitempty" xml:"JarName,omitempty"`
	Partitions map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"`
}

func (ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) GoString added in v3.1.0

func (*ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetFgJsonName added in v3.1.0

func (*ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetJarName added in v3.1.0

func (*ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) SetPartitions added in v3.1.0

func (ExportModelFeatureTrainingSetFGTableRequestTrainingSetFgConfig) String added in v3.1.0

type ExportModelFeatureTrainingSetFGTableResponse added in v3.1.0

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 added in v3.1.0

func (*ExportModelFeatureTrainingSetFGTableResponse) SetBody added in v3.1.0

func (*ExportModelFeatureTrainingSetFGTableResponse) SetHeaders added in v3.1.0

func (*ExportModelFeatureTrainingSetFGTableResponse) SetStatusCode added in v3.1.0

func (ExportModelFeatureTrainingSetFGTableResponse) String added in v3.1.0

type ExportModelFeatureTrainingSetFGTableResponseBody added in v3.1.0

type ExportModelFeatureTrainingSetFGTableResponseBody struct {
	TaskId    *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (ExportModelFeatureTrainingSetFGTableResponseBody) GoString added in v3.1.0

func (*ExportModelFeatureTrainingSetFGTableResponseBody) SetRequestId added in v3.1.0

func (*ExportModelFeatureTrainingSetFGTableResponseBody) SetTaskId added in v3.1.0

func (ExportModelFeatureTrainingSetFGTableResponseBody) String added in v3.1.0

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"`
	TrainingSetConfig *ExportModelFeatureTrainingSetTableRequestTrainingSetConfig `json:"TrainingSetConfig,omitempty" xml:"TrainingSetConfig,omitempty" type:"Struct"`
}

func (ExportModelFeatureTrainingSetTableRequest) GoString

func (*ExportModelFeatureTrainingSetTableRequest) SetFeatureViewConfig

func (ExportModelFeatureTrainingSetTableRequest) String

type ExportModelFeatureTrainingSetTableRequestLabelInputConfig

type ExportModelFeatureTrainingSetTableRequestLabelInputConfig struct {
	EventTime  *string                           `json:"EventTime,omitempty" xml:"EventTime,omitempty"`
	Partitions map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"`
}

func (ExportModelFeatureTrainingSetTableRequestLabelInputConfig) GoString

func (*ExportModelFeatureTrainingSetTableRequestLabelInputConfig) SetEventTime

func (*ExportModelFeatureTrainingSetTableRequestLabelInputConfig) SetPartitions

func (ExportModelFeatureTrainingSetTableRequestLabelInputConfig) String

type ExportModelFeatureTrainingSetTableRequestTrainingSetConfig

type ExportModelFeatureTrainingSetTableRequestTrainingSetConfig struct {
	Partitions map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"`
}

func (ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) GoString

func (*ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) SetPartitions

func (ExportModelFeatureTrainingSetTableRequestTrainingSetConfig) 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 (*ExportModelFeatureTrainingSetTableResponse) SetHeaders

func (*ExportModelFeatureTrainingSetTableResponse) SetStatusCode

func (ExportModelFeatureTrainingSetTableResponse) String

type ExportModelFeatureTrainingSetTableResponseBody

type ExportModelFeatureTrainingSetTableResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TaskId    *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (ExportModelFeatureTrainingSetTableResponseBody) GoString

func (*ExportModelFeatureTrainingSetTableResponseBody) SetRequestId

func (*ExportModelFeatureTrainingSetTableResponseBody) SetTaskId

func (ExportModelFeatureTrainingSetTableResponseBody) 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 (*FeatureViewConfigValue) SetEventTime

func (*FeatureViewConfigValue) SetPartitions

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 (*FeatureViewConfigValuePartitionsValue) SetEndValue

func (*FeatureViewConfigValuePartitionsValue) SetStartValue

func (*FeatureViewConfigValuePartitionsValue) SetValue

func (*FeatureViewConfigValuePartitionsValue) SetValues

func (FeatureViewConfigValuePartitionsValue) 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 (*GetDatasourceResponse) SetHeaders

func (*GetDatasourceResponse) SetStatusCode

func (s *GetDatasourceResponse) SetStatusCode(v int32) *GetDatasourceResponse

func (GetDatasourceResponse) String

func (s GetDatasourceResponse) String() string

type GetDatasourceResponseBody

type GetDatasourceResponseBody struct {
	Config          *string `json:"Config,omitempty" xml:"Config,omitempty"`
	DatasourceId    *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"`
	GmtCreateTime   *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Type            *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Uri             *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
	WorkspaceId     *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (GetDatasourceResponseBody) GoString

func (s GetDatasourceResponseBody) GoString() string

func (*GetDatasourceResponseBody) SetConfig

func (*GetDatasourceResponseBody) SetDatasourceId

func (*GetDatasourceResponseBody) SetGmtCreateTime added in v3.0.3

func (*GetDatasourceResponseBody) SetGmtModifiedTime added in v3.0.3

func (*GetDatasourceResponseBody) SetName

func (*GetDatasourceResponseBody) SetRequestId

func (*GetDatasourceResponseBody) SetType

func (*GetDatasourceResponseBody) SetUri

func (*GetDatasourceResponseBody) SetWorkspaceId

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 (*GetDatasourceTableResponse) SetHeaders

func (*GetDatasourceTableResponse) SetStatusCode

func (GetDatasourceTableResponse) String

type GetDatasourceTableResponseBody

type GetDatasourceTableResponseBody struct {
	Fields    []*GetDatasourceTableResponseBodyFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"`
	RequestId *string                                 `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TableName *string                                 `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (GetDatasourceTableResponseBody) GoString

func (*GetDatasourceTableResponseBody) SetFields

func (*GetDatasourceTableResponseBody) SetRequestId

func (*GetDatasourceTableResponseBody) SetTableName

func (GetDatasourceTableResponseBody) String

type GetDatasourceTableResponseBodyFields

type GetDatasourceTableResponseBodyFields struct {
	Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"`
	Name       *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Type       *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetDatasourceTableResponseBodyFields) GoString

func (*GetDatasourceTableResponseBodyFields) SetAttributes

func (*GetDatasourceTableResponseBodyFields) SetName

func (*GetDatasourceTableResponseBodyFields) SetType

func (GetDatasourceTableResponseBodyFields) 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 (*GetFeatureEntityResponse) SetHeaders

func (*GetFeatureEntityResponse) SetStatusCode

func (GetFeatureEntityResponse) String

func (s GetFeatureEntityResponse) String() string

type GetFeatureEntityResponseBody

type GetFeatureEntityResponseBody struct {
	GmtCreateTime *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	JoinId        *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner         *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId     *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName   *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetFeatureEntityResponseBody) GoString

func (s GetFeatureEntityResponseBody) GoString() string

func (*GetFeatureEntityResponseBody) SetGmtCreateTime

func (*GetFeatureEntityResponseBody) SetJoinId

func (*GetFeatureEntityResponseBody) SetName

func (*GetFeatureEntityResponseBody) SetOwner

func (*GetFeatureEntityResponseBody) SetProjectId

func (*GetFeatureEntityResponseBody) SetProjectName

func (*GetFeatureEntityResponseBody) SetRequestId

func (GetFeatureEntityResponseBody) 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 (*GetFeatureViewResponse) SetHeaders

func (*GetFeatureViewResponse) SetStatusCode

func (GetFeatureViewResponse) String

func (s GetFeatureViewResponse) String() string

type GetFeatureViewResponseBody

type GetFeatureViewResponseBody struct {
	Config                 *string                             `json:"Config,omitempty" xml:"Config,omitempty"`
	FeatureEntityId        *string                             `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"`
	FeatureEntityName      *string                             `json:"FeatureEntityName,omitempty" xml:"FeatureEntityName,omitempty"`
	Fields                 []*GetFeatureViewResponseBodyFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"`
	GmtCreateTime          *string                             `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime        *string                             `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	GmtSyncTime            *string                             `json:"GmtSyncTime,omitempty" xml:"GmtSyncTime,omitempty"`
	JoinId                 *string                             `json:"JoinId,omitempty" xml:"JoinId,omitempty"`
	LastSyncConfig         *string                             `json:"LastSyncConfig,omitempty" xml:"LastSyncConfig,omitempty"`
	Name                   *string                             `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner                  *string                             `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId              *string                             `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName            *string                             `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	PublishTableScript     *string                             `json:"PublishTableScript,omitempty" xml:"PublishTableScript,omitempty"`
	RegisterDatasourceId   *string                             `json:"RegisterDatasourceId,omitempty" xml:"RegisterDatasourceId,omitempty"`
	RegisterDatasourceName *string                             `json:"RegisterDatasourceName,omitempty" xml:"RegisterDatasourceName,omitempty"`
	RegisterTable          *string                             `json:"RegisterTable,omitempty" xml:"RegisterTable,omitempty"`
	RequestId              *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SyncOnlineTable        *bool                               `json:"SyncOnlineTable,omitempty" xml:"SyncOnlineTable,omitempty"`
	TTL                    *int32                              `json:"TTL,omitempty" xml:"TTL,omitempty"`
	Tags                   []*string                           `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
	Type                   *string                             `json:"Type,omitempty" xml:"Type,omitempty"`
	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 (*GetFeatureViewResponseBody) SetFeatureEntityId

func (*GetFeatureViewResponseBody) SetFeatureEntityName

func (s *GetFeatureViewResponseBody) SetFeatureEntityName(v string) *GetFeatureViewResponseBody

func (*GetFeatureViewResponseBody) SetFields

func (*GetFeatureViewResponseBody) SetGmtCreateTime

func (*GetFeatureViewResponseBody) SetGmtModifiedTime

func (*GetFeatureViewResponseBody) SetGmtSyncTime

func (*GetFeatureViewResponseBody) SetJoinId

func (*GetFeatureViewResponseBody) SetLastSyncConfig

func (*GetFeatureViewResponseBody) SetName

func (*GetFeatureViewResponseBody) SetOwner

func (*GetFeatureViewResponseBody) SetProjectId

func (*GetFeatureViewResponseBody) SetProjectName

func (*GetFeatureViewResponseBody) SetPublishTableScript added in v3.0.3

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 (*GetFeatureViewResponseBody) SetRequestId

func (*GetFeatureViewResponseBody) SetSyncOnlineTable

func (*GetFeatureViewResponseBody) SetTTL

func (*GetFeatureViewResponseBody) SetTags

func (*GetFeatureViewResponseBody) SetType

func (*GetFeatureViewResponseBody) SetWriteMethod

func (*GetFeatureViewResponseBody) SetWriteToFeatureDB added in v3.1.4

func (s *GetFeatureViewResponseBody) SetWriteToFeatureDB(v bool) *GetFeatureViewResponseBody

func (GetFeatureViewResponseBody) String

type GetFeatureViewResponseBodyFields

type GetFeatureViewResponseBodyFields struct {
	Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"`
	Name       *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Type       *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetFeatureViewResponseBodyFields) GoString

func (*GetFeatureViewResponseBodyFields) SetAttributes

func (*GetFeatureViewResponseBodyFields) SetName

func (*GetFeatureViewResponseBodyFields) SetType

func (GetFeatureViewResponseBodyFields) 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 (*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 {
	GmtCreateTime   *string  `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime *string  `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	Message         *string  `json:"Message,omitempty" xml:"Message,omitempty"`
	Progress        *float64 `json:"Progress,omitempty" xml:"Progress,omitempty"`
	RegionId        *string  `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	RequestId       *string  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Status          *string  `json:"Status,omitempty" xml:"Status,omitempty"`
	Type            *string  `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetInstanceResponseBody) GoString

func (s GetInstanceResponseBody) GoString() string

func (*GetInstanceResponseBody) SetGmtCreateTime

func (s *GetInstanceResponseBody) SetGmtCreateTime(v string) *GetInstanceResponseBody

func (*GetInstanceResponseBody) SetGmtModifiedTime

func (s *GetInstanceResponseBody) SetGmtModifiedTime(v string) *GetInstanceResponseBody

func (*GetInstanceResponseBody) SetMessage

func (*GetInstanceResponseBody) SetProgress

func (*GetInstanceResponseBody) SetRegionId

func (*GetInstanceResponseBody) SetRequestId

func (*GetInstanceResponseBody) SetStatus

func (*GetInstanceResponseBody) SetType

func (GetInstanceResponseBody) String

func (s GetInstanceResponseBody) 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 (*GetLabelTableResponse) SetHeaders

func (*GetLabelTableResponse) SetStatusCode

func (s *GetLabelTableResponse) SetStatusCode(v int32) *GetLabelTableResponse

func (GetLabelTableResponse) String

func (s GetLabelTableResponse) String() string

type GetLabelTableResponseBody

type GetLabelTableResponseBody struct {
	DatasourceId         *string                            `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"`
	DatasourceName       *string                            `json:"DatasourceName,omitempty" xml:"DatasourceName,omitempty"`
	Fields               []*GetLabelTableResponseBodyFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"`
	GmtCreateTime        *string                            `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime      *string                            `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	Name                 *string                            `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner                *string                            `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId            *string                            `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName          *string                            `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	RelatedModelFeatures []*string                          `json:"RelatedModelFeatures,omitempty" xml:"RelatedModelFeatures,omitempty" type:"Repeated"`
	RequestId            *string                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetLabelTableResponseBody) GoString

func (s GetLabelTableResponseBody) GoString() string

func (*GetLabelTableResponseBody) SetDatasourceId

func (*GetLabelTableResponseBody) SetDatasourceName

func (*GetLabelTableResponseBody) SetFields

func (*GetLabelTableResponseBody) SetGmtCreateTime

func (*GetLabelTableResponseBody) SetGmtModifiedTime

func (*GetLabelTableResponseBody) SetName

func (*GetLabelTableResponseBody) SetOwner

func (*GetLabelTableResponseBody) SetProjectId

func (*GetLabelTableResponseBody) SetProjectName

func (*GetLabelTableResponseBody) SetRelatedModelFeatures added in v3.0.2

func (s *GetLabelTableResponseBody) SetRelatedModelFeatures(v []*string) *GetLabelTableResponseBody

func (*GetLabelTableResponseBody) SetRequestId

func (GetLabelTableResponseBody) String

func (s GetLabelTableResponseBody) String() string

type GetLabelTableResponseBodyFields

type GetLabelTableResponseBodyFields struct {
	Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"`
	Name       *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Type       *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetLabelTableResponseBodyFields) GoString

func (*GetLabelTableResponseBodyFields) SetAttributes

func (*GetLabelTableResponseBodyFields) SetName

func (*GetLabelTableResponseBodyFields) SetType

func (GetLabelTableResponseBodyFields) String

type GetModelFeatureFGFeatureResponse added in v3.1.0

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 added in v3.1.0

func (*GetModelFeatureFGFeatureResponse) SetBody added in v3.1.0

func (*GetModelFeatureFGFeatureResponse) SetHeaders added in v3.1.0

func (*GetModelFeatureFGFeatureResponse) SetStatusCode added in v3.1.0

func (GetModelFeatureFGFeatureResponse) String added in v3.1.0

type GetModelFeatureFGFeatureResponseBody added in v3.1.0

type GetModelFeatureFGFeatureResponseBody struct {
	LookupFeatures   []*GetModelFeatureFGFeatureResponseBodyLookupFeatures   `json:"LookupFeatures,omitempty" xml:"LookupFeatures,omitempty" type:"Repeated"`
	RawFeatures      []*GetModelFeatureFGFeatureResponseBodyRawFeatures      `json:"RawFeatures,omitempty" xml:"RawFeatures,omitempty" type:"Repeated"`
	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 added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBody) SetLookupFeatures added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBody) SetRawFeatures added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBody) SetRequestId added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBody) SetReserves added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBody) SetSequenceFeatures added in v3.1.0

func (GetModelFeatureFGFeatureResponseBody) String added in v3.1.0

type GetModelFeatureFGFeatureResponseBodyLookupFeatures added in v3.1.0

type GetModelFeatureFGFeatureResponseBodyLookupFeatures struct {
	DefaultValue     *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"`
	FeatureName      *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	KeyFeatureDomain *string `json:"KeyFeatureDomain,omitempty" xml:"KeyFeatureDomain,omitempty"`
	KeyFeatureName   *string `json:"KeyFeatureName,omitempty" xml:"KeyFeatureName,omitempty"`
	MapFeatureDomain *string `json:"MapFeatureDomain,omitempty" xml:"MapFeatureDomain,omitempty"`
	MapFeatureName   *string `json:"MapFeatureName,omitempty" xml:"MapFeatureName,omitempty"`
	ValueType        *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"`
}

func (GetModelFeatureFGFeatureResponseBodyLookupFeatures) GoString added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetDefaultValue added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetFeatureName added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetKeyFeatureDomain added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetKeyFeatureName added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetMapFeatureDomain added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetMapFeatureName added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyLookupFeatures) SetValueType added in v3.1.0

func (GetModelFeatureFGFeatureResponseBodyLookupFeatures) String added in v3.1.0

type GetModelFeatureFGFeatureResponseBodyRawFeatures added in v3.1.0

type GetModelFeatureFGFeatureResponseBodyRawFeatures struct {
	DefaultValue     *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"`
	FeatureDomain    *string `json:"FeatureDomain,omitempty" xml:"FeatureDomain,omitempty"`
	FeatureName      *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	FeatureType      *string `json:"FeatureType,omitempty" xml:"FeatureType,omitempty"`
	InputFeatureName *string `json:"InputFeatureName,omitempty" xml:"InputFeatureName,omitempty"`
	ValueType        *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"`
}

func (GetModelFeatureFGFeatureResponseBodyRawFeatures) GoString added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetDefaultValue added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureDomain added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureName added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetFeatureType added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetInputFeatureName added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodyRawFeatures) SetValueType added in v3.1.0

func (GetModelFeatureFGFeatureResponseBodyRawFeatures) String added in v3.1.0

type GetModelFeatureFGFeatureResponseBodySequenceFeatures added in v3.1.0

type GetModelFeatureFGFeatureResponseBodySequenceFeatures struct {
	AttributeDelim *string                                                            `json:"AttributeDelim,omitempty" xml:"AttributeDelim,omitempty"`
	FeatureName    *string                                                            `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	SequenceDelim  *string                                                            `json:"SequenceDelim,omitempty" xml:"SequenceDelim,omitempty"`
	SequenceLength *int64                                                             `json:"SequenceLength,omitempty" xml:"SequenceLength,omitempty"`
	SubFeatures    []*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures `json:"SubFeatures,omitempty" xml:"SubFeatures,omitempty" type:"Repeated"`
}

func (GetModelFeatureFGFeatureResponseBodySequenceFeatures) GoString added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetAttributeDelim added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetFeatureName added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSequenceDelim added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeatures) SetSequenceLength added in v3.1.0

func (GetModelFeatureFGFeatureResponseBodySequenceFeatures) String added in v3.1.0

type GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures added in v3.1.0

type GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures struct {
	DefaultValue     *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"`
	FeatureDomain    *string `json:"FeatureDomain,omitempty" xml:"FeatureDomain,omitempty"`
	FeatureName      *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	FeatureType      *string `json:"FeatureType,omitempty" xml:"FeatureType,omitempty"`
	InputFeatureName *string `json:"InputFeatureName,omitempty" xml:"InputFeatureName,omitempty"`
	ValueType        *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"`
}

func (GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) GoString added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetDefaultValue added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureDomain added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureName added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetFeatureType added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetInputFeatureName added in v3.1.0

func (*GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) SetValueType added in v3.1.0

func (GetModelFeatureFGFeatureResponseBodySequenceFeaturesSubFeatures) String added in v3.1.0

type GetModelFeatureFGInfoResponse added in v3.1.0

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 added in v3.1.0

func (*GetModelFeatureFGInfoResponse) SetBody added in v3.1.0

func (*GetModelFeatureFGInfoResponse) SetHeaders added in v3.1.0

func (*GetModelFeatureFGInfoResponse) SetStatusCode added in v3.1.0

func (GetModelFeatureFGInfoResponse) String added in v3.1.0

type GetModelFeatureFGInfoResponseBody added in v3.1.0

type GetModelFeatureFGInfoResponseBody struct {
	Content   *string `json:"Content,omitempty" xml:"Content,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetModelFeatureFGInfoResponseBody) GoString added in v3.1.0

func (*GetModelFeatureFGInfoResponseBody) SetContent added in v3.1.0

func (*GetModelFeatureFGInfoResponseBody) SetRequestId added in v3.1.0

func (GetModelFeatureFGInfoResponseBody) String added in v3.1.0

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 (*GetModelFeatureResponse) SetHeaders

func (*GetModelFeatureResponse) SetStatusCode

func (GetModelFeatureResponse) String

func (s GetModelFeatureResponse) String() string

type GetModelFeatureResponseBody

type GetModelFeatureResponseBody struct {
	ExportTrainingSetTableScript *string                                `json:"ExportTrainingSetTableScript,omitempty" xml:"ExportTrainingSetTableScript,omitempty"`
	Features                     []*GetModelFeatureResponseBodyFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"`
	GmtCreateTime                *string                                `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime              *string                                `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	LabelTableId                 *string                                `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"`
	LabelTableName               *string                                `json:"LabelTableName,omitempty" xml:"LabelTableName,omitempty"`
	Name                         *string                                `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner                        *string                                `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId                    *string                                `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName                  *string                                `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	Relations                    *GetModelFeatureResponseBodyRelations  `json:"Relations,omitempty" xml:"Relations,omitempty" type:"Struct"`
	RequestId                    *string                                `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TrainingSetFGTable           *string                                `json:"TrainingSetFGTable,omitempty" xml:"TrainingSetFGTable,omitempty"`
	TrainingSetTable             *string                                `json:"TrainingSetTable,omitempty" xml:"TrainingSetTable,omitempty"`
}

func (GetModelFeatureResponseBody) GoString

func (s GetModelFeatureResponseBody) GoString() string

func (*GetModelFeatureResponseBody) SetExportTrainingSetTableScript added in v3.0.3

func (s *GetModelFeatureResponseBody) SetExportTrainingSetTableScript(v string) *GetModelFeatureResponseBody

func (*GetModelFeatureResponseBody) SetFeatures

func (*GetModelFeatureResponseBody) SetGmtCreateTime

func (*GetModelFeatureResponseBody) SetGmtModifiedTime

func (*GetModelFeatureResponseBody) SetLabelTableId

func (*GetModelFeatureResponseBody) SetLabelTableName

func (*GetModelFeatureResponseBody) SetName

func (*GetModelFeatureResponseBody) SetOwner

func (*GetModelFeatureResponseBody) SetProjectId

func (*GetModelFeatureResponseBody) SetProjectName

func (*GetModelFeatureResponseBody) SetRelations

func (*GetModelFeatureResponseBody) SetRequestId

func (*GetModelFeatureResponseBody) SetTrainingSetFGTable

func (s *GetModelFeatureResponseBody) SetTrainingSetFGTable(v string) *GetModelFeatureResponseBody

func (*GetModelFeatureResponseBody) SetTrainingSetTable

func (GetModelFeatureResponseBody) String

type GetModelFeatureResponseBodyFeatures

type GetModelFeatureResponseBodyFeatures struct {
	AliasName       *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
	FeatureViewId   *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"`
	FeatureViewName *string `json:"FeatureViewName,omitempty" xml:"FeatureViewName,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type            *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetModelFeatureResponseBodyFeatures) GoString

func (*GetModelFeatureResponseBodyFeatures) SetAliasName

func (*GetModelFeatureResponseBodyFeatures) SetFeatureViewId

func (*GetModelFeatureResponseBodyFeatures) SetFeatureViewName

func (*GetModelFeatureResponseBodyFeatures) SetName

func (*GetModelFeatureResponseBodyFeatures) SetType

func (GetModelFeatureResponseBodyFeatures) 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 (GetModelFeatureResponseBodyRelations) String

type GetModelFeatureResponseBodyRelationsDomains

type GetModelFeatureResponseBodyRelationsDomains struct {
	DomainType *string `json:"DomainType,omitempty" xml:"DomainType,omitempty"`
	// Domain ID。
	Id   *string `json:"Id,omitempty" xml:"Id,omitempty"`
	Name *string `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (GetModelFeatureResponseBodyRelationsDomains) GoString

func (*GetModelFeatureResponseBodyRelationsDomains) SetDomainType

func (*GetModelFeatureResponseBodyRelationsDomains) SetId

func (*GetModelFeatureResponseBodyRelationsDomains) SetName

func (GetModelFeatureResponseBodyRelationsDomains) String

type GetModelFeatureResponseBodyRelationsLinks struct {
	From *string `json:"From,omitempty" xml:"From,omitempty"`
	Link *string `json:"Link,omitempty" xml:"Link,omitempty"`
	To   *string `json:"To,omitempty" xml:"To,omitempty"`
}

func (GetModelFeatureResponseBodyRelationsLinks) GoString

func (*GetModelFeatureResponseBodyRelationsLinks) SetFrom

func (*GetModelFeatureResponseBodyRelationsLinks) SetTo

func (GetModelFeatureResponseBodyRelationsLinks) String

type GetProjectFeatureEntityHotIdsResponse

type GetProjectFeatureEntityHotIdsResponse struct {
	Headers    map[string]*string                         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetProjectFeatureEntityHotIdsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetProjectFeatureEntityHotIdsResponse) GoString

func (*GetProjectFeatureEntityHotIdsResponse) SetHeaders

func (*GetProjectFeatureEntityHotIdsResponse) SetStatusCode

func (GetProjectFeatureEntityHotIdsResponse) String

type GetProjectFeatureEntityHotIdsResponseBody

type GetProjectFeatureEntityHotIdsResponseBody struct {
	Count         *int32  `json:"Count,omitempty" xml:"Count,omitempty"`
	HotIds        *string `json:"HotIds,omitempty" xml:"HotIds,omitempty"`
	NextSeqNumber *string `json:"NextSeqNumber,omitempty" xml:"NextSeqNumber,omitempty"`
	RequestId     *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetProjectFeatureEntityHotIdsResponseBody) GoString

func (*GetProjectFeatureEntityHotIdsResponseBody) SetCount

func (*GetProjectFeatureEntityHotIdsResponseBody) SetHotIds

func (*GetProjectFeatureEntityHotIdsResponseBody) SetNextSeqNumber

func (*GetProjectFeatureEntityHotIdsResponseBody) SetRequestId

func (GetProjectFeatureEntityHotIdsResponseBody) 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 (*GetProjectFeatureEntityResponse) SetHeaders

func (*GetProjectFeatureEntityResponse) SetStatusCode

func (GetProjectFeatureEntityResponse) String

type GetProjectFeatureEntityResponseBody

type GetProjectFeatureEntityResponseBody struct {
	FeatureEntityId *string `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"`
	JoinId          *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	ProjectName     *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	WorkspaceId     *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (GetProjectFeatureEntityResponseBody) GoString

func (*GetProjectFeatureEntityResponseBody) SetFeatureEntityId

func (*GetProjectFeatureEntityResponseBody) SetJoinId

func (*GetProjectFeatureEntityResponseBody) SetName

func (*GetProjectFeatureEntityResponseBody) SetProjectName

func (*GetProjectFeatureEntityResponseBody) SetRequestId

func (*GetProjectFeatureEntityResponseBody) SetWorkspaceId

func (GetProjectFeatureEntityResponseBody) String

type GetProjectFeatureViewResponse

type GetProjectFeatureViewResponse struct {
	Headers    map[string]*string                 `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                             `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetProjectFeatureViewResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetProjectFeatureViewResponse) GoString

func (*GetProjectFeatureViewResponse) SetBody

func (*GetProjectFeatureViewResponse) SetHeaders

func (*GetProjectFeatureViewResponse) SetStatusCode

func (GetProjectFeatureViewResponse) String

type GetProjectFeatureViewResponseBody

type GetProjectFeatureViewResponseBody struct {
	Config               *string                                    `json:"Config,omitempty" xml:"Config,omitempty"`
	FeatureEntityId      *string                                    `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"`
	FeatureEntityName    *string                                    `json:"FeatureEntityName,omitempty" xml:"FeatureEntityName,omitempty"`
	FeatureViewId        *string                                    `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"`
	Fields               []*GetProjectFeatureViewResponseBodyFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"`
	GmtSyncTime          *string                                    `json:"GmtSyncTime,omitempty" xml:"GmtSyncTime,omitempty"`
	JoinId               *string                                    `json:"JoinId,omitempty" xml:"JoinId,omitempty"`
	LastSyncConfig       *string                                    `json:"LastSyncConfig,omitempty" xml:"LastSyncConfig,omitempty"`
	Name                 *string                                    `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner                *string                                    `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId            *string                                    `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName          *string                                    `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	RegisterDatasourceId *string                                    `json:"RegisterDatasourceId,omitempty" xml:"RegisterDatasourceId,omitempty"`
	RegisterTable        *string                                    `json:"RegisterTable,omitempty" xml:"RegisterTable,omitempty"`
	RequestId            *string                                    `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	SyncOnlineTable      *bool                                      `json:"SyncOnlineTable,omitempty" xml:"SyncOnlineTable,omitempty"`
	TTL                  *int32                                     `json:"TTL,omitempty" xml:"TTL,omitempty"`
	Tags                 []*string                                  `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
	Type                 *string                                    `json:"Type,omitempty" xml:"Type,omitempty"`
	WriteMethod          *string                                    `json:"WriteMethod,omitempty" xml:"WriteMethod,omitempty"`
}

func (GetProjectFeatureViewResponseBody) GoString

func (*GetProjectFeatureViewResponseBody) SetConfig

func (*GetProjectFeatureViewResponseBody) SetFeatureEntityId

func (*GetProjectFeatureViewResponseBody) SetFeatureEntityName

func (*GetProjectFeatureViewResponseBody) SetFeatureViewId

func (*GetProjectFeatureViewResponseBody) SetGmtSyncTime

func (*GetProjectFeatureViewResponseBody) SetJoinId

func (*GetProjectFeatureViewResponseBody) SetLastSyncConfig

func (*GetProjectFeatureViewResponseBody) SetName

func (*GetProjectFeatureViewResponseBody) SetOwner

func (*GetProjectFeatureViewResponseBody) SetProjectId

func (*GetProjectFeatureViewResponseBody) SetProjectName

func (*GetProjectFeatureViewResponseBody) SetRegisterDatasourceId

func (*GetProjectFeatureViewResponseBody) SetRegisterTable

func (*GetProjectFeatureViewResponseBody) SetRequestId

func (*GetProjectFeatureViewResponseBody) SetSyncOnlineTable

func (*GetProjectFeatureViewResponseBody) SetTTL

func (*GetProjectFeatureViewResponseBody) SetTags

func (*GetProjectFeatureViewResponseBody) SetType

func (*GetProjectFeatureViewResponseBody) SetWriteMethod

func (GetProjectFeatureViewResponseBody) String

type GetProjectFeatureViewResponseBodyFields

type GetProjectFeatureViewResponseBodyFields struct {
	Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"`
	Name       *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Type       *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetProjectFeatureViewResponseBodyFields) GoString

func (*GetProjectFeatureViewResponseBodyFields) SetAttributes

func (*GetProjectFeatureViewResponseBodyFields) SetName

func (*GetProjectFeatureViewResponseBodyFields) SetType

func (GetProjectFeatureViewResponseBodyFields) String

type GetProjectModelFeatureResponse

type GetProjectModelFeatureResponse struct {
	Headers    map[string]*string                  `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                              `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *GetProjectModelFeatureResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (GetProjectModelFeatureResponse) GoString

func (*GetProjectModelFeatureResponse) SetHeaders

func (*GetProjectModelFeatureResponse) SetStatusCode

func (GetProjectModelFeatureResponse) String

type GetProjectModelFeatureResponseBody

type GetProjectModelFeatureResponseBody struct {
	Features             []*GetProjectModelFeatureResponseBodyFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"`
	GmtCreateTime        *string                                       `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime      *string                                       `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	LabelDatasourceId    *string                                       `json:"LabelDatasourceId,omitempty" xml:"LabelDatasourceId,omitempty"`
	LabelDatasourceTable *string                                       `json:"LabelDatasourceTable,omitempty" xml:"LabelDatasourceTable,omitempty"`
	LabelEventTime       *string                                       `json:"LabelEventTime,omitempty" xml:"LabelEventTime,omitempty"`
	LabelTableId         *string                                       `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"`
	ModelFeatureId       *string                                       `json:"ModelFeatureId,omitempty" xml:"ModelFeatureId,omitempty"`
	Name                 *string                                       `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner                *string                                       `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId            *string                                       `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName          *string                                       `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	RequestId            *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TrainingSetFGTable   *string                                       `json:"TrainingSetFGTable,omitempty" xml:"TrainingSetFGTable,omitempty"`
	TrainingSetTable     *string                                       `json:"TrainingSetTable,omitempty" xml:"TrainingSetTable,omitempty"`
}

func (GetProjectModelFeatureResponseBody) GoString

func (*GetProjectModelFeatureResponseBody) SetGmtCreateTime

func (*GetProjectModelFeatureResponseBody) SetGmtModifiedTime

func (*GetProjectModelFeatureResponseBody) SetLabelDatasourceId

func (*GetProjectModelFeatureResponseBody) SetLabelDatasourceTable

func (*GetProjectModelFeatureResponseBody) SetLabelEventTime

func (*GetProjectModelFeatureResponseBody) SetLabelTableId

func (*GetProjectModelFeatureResponseBody) SetModelFeatureId

func (*GetProjectModelFeatureResponseBody) SetName

func (*GetProjectModelFeatureResponseBody) SetOwner

func (*GetProjectModelFeatureResponseBody) SetProjectId

func (*GetProjectModelFeatureResponseBody) SetProjectName

func (*GetProjectModelFeatureResponseBody) SetRequestId

func (*GetProjectModelFeatureResponseBody) SetTrainingSetFGTable

func (*GetProjectModelFeatureResponseBody) SetTrainingSetTable

func (GetProjectModelFeatureResponseBody) String

type GetProjectModelFeatureResponseBodyFeatures

type GetProjectModelFeatureResponseBodyFeatures struct {
	AliasName       *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
	FeatureViewId   *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"`
	FeatureViewName *string `json:"FeatureViewName,omitempty" xml:"FeatureViewName,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type            *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetProjectModelFeatureResponseBodyFeatures) GoString

func (*GetProjectModelFeatureResponseBodyFeatures) SetAliasName

func (*GetProjectModelFeatureResponseBodyFeatures) SetFeatureViewId

func (*GetProjectModelFeatureResponseBodyFeatures) SetFeatureViewName

func (*GetProjectModelFeatureResponseBodyFeatures) SetName

func (*GetProjectModelFeatureResponseBodyFeatures) SetType

func (GetProjectModelFeatureResponseBodyFeatures) 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 (*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 {
	Description           *string `json:"Description,omitempty" xml:"Description,omitempty"`
	FeatureEntityCount    *int32  `json:"FeatureEntityCount,omitempty" xml:"FeatureEntityCount,omitempty"`
	FeatureViewCount      *int32  `json:"FeatureViewCount,omitempty" xml:"FeatureViewCount,omitempty"`
	GmtCreateTime         *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime       *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	ModelCount            *int32  `json:"ModelCount,omitempty" xml:"ModelCount,omitempty"`
	Name                  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	OfflineDatasourceId   *string `json:"OfflineDatasourceId,omitempty" xml:"OfflineDatasourceId,omitempty"`
	OfflineDatasourceName *string `json:"OfflineDatasourceName,omitempty" xml:"OfflineDatasourceName,omitempty"`
	OfflineDatasourceType *string `json:"OfflineDatasourceType,omitempty" xml:"OfflineDatasourceType,omitempty"`
	OfflineLifecycle      *int32  `json:"OfflineLifecycle,omitempty" xml:"OfflineLifecycle,omitempty"`
	OnlineDatasourceId    *string `json:"OnlineDatasourceId,omitempty" xml:"OnlineDatasourceId,omitempty"`
	OnlineDatasourceName  *string `json:"OnlineDatasourceName,omitempty" xml:"OnlineDatasourceName,omitempty"`
	OnlineDatasourceType  *string `json:"OnlineDatasourceType,omitempty" xml:"OnlineDatasourceType,omitempty"`
	Owner                 *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	RequestId             *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (GetProjectResponseBody) GoString

func (s GetProjectResponseBody) GoString() string

func (*GetProjectResponseBody) SetDescription

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 (*GetProjectResponseBody) SetName

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 (*GetProjectResponseBody) SetRequestId

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 (*GetServiceIdentityRoleResponse) SetHeaders

func (*GetServiceIdentityRoleResponse) SetStatusCode

func (GetServiceIdentityRoleResponse) String

type GetServiceIdentityRoleResponseBody

type GetServiceIdentityRoleResponseBody struct {
	Policy    *string `json:"Policy,omitempty" xml:"Policy,omitempty"`
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RoleName  *string `json:"RoleName,omitempty" xml:"RoleName,omitempty"`
}

func (GetServiceIdentityRoleResponseBody) GoString

func (*GetServiceIdentityRoleResponseBody) SetPolicy

func (*GetServiceIdentityRoleResponseBody) SetRequestId

func (*GetServiceIdentityRoleResponseBody) SetRoleName

func (GetServiceIdentityRoleResponseBody) 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 (*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 {
	Config          *string `json:"Config,omitempty" xml:"Config,omitempty"`
	GmtCreateTime   *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtExecutedTime *string `json:"GmtExecutedTime,omitempty" xml:"GmtExecutedTime,omitempty"`
	GmtFinishedTime *string `json:"GmtFinishedTime,omitempty" xml:"GmtFinishedTime,omitempty"`
	GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	ObjectId        *string `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"`
	ObjectType      *string `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"`
	ProjectId       *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName     *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	RequestId       *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	RunningConfig   *string `json:"RunningConfig,omitempty" xml:"RunningConfig,omitempty"`
	Status          *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Type            *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (GetTaskResponseBody) GoString

func (s GetTaskResponseBody) GoString() string

func (*GetTaskResponseBody) SetConfig

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 (*GetTaskResponseBody) SetType

func (GetTaskResponseBody) String

func (s GetTaskResponseBody) String() string

type ListDatasourceTablesRequest

type ListDatasourceTablesRequest struct {
	TableName *string `json:"TableName,omitempty" xml:"TableName,omitempty"`
}

func (ListDatasourceTablesRequest) GoString

func (s ListDatasourceTablesRequest) GoString() string

func (*ListDatasourceTablesRequest) SetTableName

func (ListDatasourceTablesRequest) 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 (*ListDatasourceTablesResponse) SetHeaders

func (*ListDatasourceTablesResponse) SetStatusCode

func (ListDatasourceTablesResponse) String

type ListDatasourceTablesResponseBody

type ListDatasourceTablesResponseBody struct {
	RequestId  *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Tables     []*string `json:"Tables,omitempty" xml:"Tables,omitempty" type:"Repeated"`
	TotalCount *int64    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListDatasourceTablesResponseBody) GoString

func (*ListDatasourceTablesResponseBody) SetRequestId

func (*ListDatasourceTablesResponseBody) SetTables

func (*ListDatasourceTablesResponseBody) SetTotalCount

func (ListDatasourceTablesResponseBody) String

type ListDatasourcesRequest

type ListDatasourcesRequest struct {
	Name        *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Order       *string `json:"Order,omitempty" xml:"Order,omitempty"`
	PageNumber  *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SortBy      *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
	Type        *string `json:"Type,omitempty" xml:"Type,omitempty"`
	WorkspaceId *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (ListDatasourcesRequest) GoString

func (s ListDatasourcesRequest) GoString() string

func (*ListDatasourcesRequest) SetName

func (*ListDatasourcesRequest) SetOrder

func (*ListDatasourcesRequest) SetPageNumber

func (*ListDatasourcesRequest) SetPageSize

func (*ListDatasourcesRequest) SetSortBy

func (*ListDatasourcesRequest) SetType

func (*ListDatasourcesRequest) SetWorkspaceId

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 (*ListDatasourcesResponse) SetHeaders

func (*ListDatasourcesResponse) SetStatusCode

func (ListDatasourcesResponse) String

func (s ListDatasourcesResponse) String() string

type ListDatasourcesResponseBody

type ListDatasourcesResponseBody struct {
	Datasources []*ListDatasourcesResponseBodyDatasources `json:"Datasources,omitempty" xml:"Datasources,omitempty" type:"Repeated"`
	RequestId   *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount  *int64                                    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListDatasourcesResponseBody) GoString

func (s ListDatasourcesResponseBody) GoString() string

func (*ListDatasourcesResponseBody) SetDatasources

func (*ListDatasourcesResponseBody) SetRequestId

func (*ListDatasourcesResponseBody) SetTotalCount

func (ListDatasourcesResponseBody) String

type ListDatasourcesResponseBodyDatasources

type ListDatasourcesResponseBodyDatasources struct {
	Config          *string `json:"Config,omitempty" xml:"Config,omitempty"`
	DatasourceId    *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"`
	GmtCreateTime   *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type            *string `json:"Type,omitempty" xml:"Type,omitempty"`
	Uri             *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
	WorkspaceId     *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (ListDatasourcesResponseBodyDatasources) GoString

func (*ListDatasourcesResponseBodyDatasources) SetConfig

func (*ListDatasourcesResponseBodyDatasources) SetDatasourceId

func (*ListDatasourcesResponseBodyDatasources) SetGmtCreateTime

func (*ListDatasourcesResponseBodyDatasources) SetGmtModifiedTime

func (*ListDatasourcesResponseBodyDatasources) SetName

func (*ListDatasourcesResponseBodyDatasources) SetType

func (*ListDatasourcesResponseBodyDatasources) SetUri

func (*ListDatasourcesResponseBodyDatasources) SetWorkspaceId

func (ListDatasourcesResponseBodyDatasources) String

type ListFeatureEntitiesRequest

type ListFeatureEntitiesRequest struct {
	FeatureEntityIds []*string `json:"FeatureEntityIds,omitempty" xml:"FeatureEntityIds,omitempty" type:"Repeated"`
	Name             *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Order            *string   `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner            *string   `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber       *int32    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize         *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId        *string   `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	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 (*ListFeatureEntitiesRequest) SetOrder

func (*ListFeatureEntitiesRequest) SetOwner

func (*ListFeatureEntitiesRequest) SetPageNumber

func (*ListFeatureEntitiesRequest) SetPageSize

func (*ListFeatureEntitiesRequest) SetProjectId

func (*ListFeatureEntitiesRequest) SetSortBy

func (ListFeatureEntitiesRequest) 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 (*ListFeatureEntitiesResponse) SetHeaders

func (*ListFeatureEntitiesResponse) SetStatusCode

func (ListFeatureEntitiesResponse) String

type ListFeatureEntitiesResponseBody

type ListFeatureEntitiesResponseBody struct {
	FeatureEntities []*ListFeatureEntitiesResponseBodyFeatureEntities `json:"FeatureEntities,omitempty" xml:"FeatureEntities,omitempty" type:"Repeated"`
	RequestId       *string                                           `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount      *int32                                            `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListFeatureEntitiesResponseBody) GoString

func (*ListFeatureEntitiesResponseBody) SetRequestId

func (*ListFeatureEntitiesResponseBody) SetTotalCount

func (ListFeatureEntitiesResponseBody) String

type ListFeatureEntitiesResponseBodyFeatureEntities

type ListFeatureEntitiesResponseBodyFeatureEntities struct {
	FeatureEntityId *string `json:"FeatureEntityId,omitempty" xml:"FeatureEntityId,omitempty"`
	GmtCreateTime   *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	JoinId          *string `json:"JoinId,omitempty" xml:"JoinId,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner           *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId       *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName     *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
}

func (ListFeatureEntitiesResponseBodyFeatureEntities) GoString

func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetFeatureEntityId

func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetGmtCreateTime

func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetJoinId

func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetName

func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetOwner

func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetProjectId

func (*ListFeatureEntitiesResponseBodyFeatureEntities) SetProjectName

func (ListFeatureEntitiesResponseBodyFeatureEntities) String

type ListFeatureEntitiesShrinkRequest

type ListFeatureEntitiesShrinkRequest struct {
	FeatureEntityIdsShrink *string `json:"FeatureEntityIds,omitempty" xml:"FeatureEntityIds,omitempty"`
	Name                   *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Order                  *string `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner                  *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber             *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize               *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId              *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	SortBy                 *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
}

func (ListFeatureEntitiesShrinkRequest) GoString

func (*ListFeatureEntitiesShrinkRequest) SetFeatureEntityIdsShrink

func (*ListFeatureEntitiesShrinkRequest) SetName

func (*ListFeatureEntitiesShrinkRequest) SetOrder

func (*ListFeatureEntitiesShrinkRequest) SetOwner

func (*ListFeatureEntitiesShrinkRequest) SetPageNumber

func (*ListFeatureEntitiesShrinkRequest) SetPageSize

func (*ListFeatureEntitiesShrinkRequest) SetProjectId

func (*ListFeatureEntitiesShrinkRequest) SetSortBy

func (ListFeatureEntitiesShrinkRequest) 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 (*ListFeatureViewFieldRelationshipsResponse) SetHeaders

func (*ListFeatureViewFieldRelationshipsResponse) SetStatusCode

func (ListFeatureViewFieldRelationshipsResponse) String

type ListFeatureViewFieldRelationshipsResponseBody

type ListFeatureViewFieldRelationshipsResponseBody struct {
	Relationships []*ListFeatureViewFieldRelationshipsResponseBodyRelationships `json:"Relationships,omitempty" xml:"Relationships,omitempty" type:"Repeated"`
	RequestId     *string                                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListFeatureViewFieldRelationshipsResponseBody) GoString

func (*ListFeatureViewFieldRelationshipsResponseBody) SetRequestId

func (ListFeatureViewFieldRelationshipsResponseBody) String

type ListFeatureViewFieldRelationshipsResponseBodyRelationships

type ListFeatureViewFieldRelationshipsResponseBodyRelationships struct {
	FeatureName      *string                                                             `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	Models           []*ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels `json:"Models,omitempty" xml:"Models,omitempty" type:"Repeated"`
	OfflineTableName *string                                                             `json:"OfflineTableName,omitempty" xml:"OfflineTableName,omitempty"`
	OnlineTableName  *string                                                             `json:"OnlineTableName,omitempty" xml:"OnlineTableName,omitempty"`
}

func (ListFeatureViewFieldRelationshipsResponseBodyRelationships) GoString

func (*ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetFeatureName

func (*ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetOfflineTableName

func (*ListFeatureViewFieldRelationshipsResponseBodyRelationships) SetOnlineTableName

func (ListFeatureViewFieldRelationshipsResponseBodyRelationships) String

type ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels

type ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels struct {
	ModelId   *string `json:"ModelId,omitempty" xml:"ModelId,omitempty"`
	ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"`
}

func (ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) GoString

func (*ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) SetModelId

func (*ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) SetModelName

func (ListFeatureViewFieldRelationshipsResponseBodyRelationshipsModels) 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 (*ListFeatureViewRelationshipsResponse) SetHeaders

func (*ListFeatureViewRelationshipsResponse) SetStatusCode

func (ListFeatureViewRelationshipsResponse) String

type ListFeatureViewRelationshipsResponseBody

type ListFeatureViewRelationshipsResponseBody struct {
	Relationships []*ListFeatureViewRelationshipsResponseBodyRelationships `json:"Relationships,omitempty" xml:"Relationships,omitempty" type:"Repeated"`
	RequestId     *string                                                  `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListFeatureViewRelationshipsResponseBody) GoString

func (*ListFeatureViewRelationshipsResponseBody) SetRequestId

func (ListFeatureViewRelationshipsResponseBody) String

type ListFeatureViewRelationshipsResponseBodyRelationships

type ListFeatureViewRelationshipsResponseBodyRelationships struct {
	FeatureViewName *string                                                        `json:"FeatureViewName,omitempty" xml:"FeatureViewName,omitempty"`
	Models          []*ListFeatureViewRelationshipsResponseBodyRelationshipsModels `json:"Models,omitempty" xml:"Models,omitempty" type:"Repeated"`
	ProjectName     *string                                                        `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
}

func (ListFeatureViewRelationshipsResponseBodyRelationships) GoString

func (*ListFeatureViewRelationshipsResponseBodyRelationships) SetFeatureViewName

func (*ListFeatureViewRelationshipsResponseBodyRelationships) SetProjectName

func (ListFeatureViewRelationshipsResponseBodyRelationships) String

type ListFeatureViewRelationshipsResponseBodyRelationshipsModels

type ListFeatureViewRelationshipsResponseBodyRelationshipsModels struct {
	ModelId   *string `json:"ModelId,omitempty" xml:"ModelId,omitempty"`
	ModelName *string `json:"ModelName,omitempty" xml:"ModelName,omitempty"`
}

func (ListFeatureViewRelationshipsResponseBodyRelationshipsModels) GoString

func (*ListFeatureViewRelationshipsResponseBodyRelationshipsModels) SetModelId

func (*ListFeatureViewRelationshipsResponseBodyRelationshipsModels) SetModelName

func (ListFeatureViewRelationshipsResponseBodyRelationshipsModels) String

type ListFeatureViewsRequest

type ListFeatureViewsRequest struct {
	FeatureName    *string   `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	FeatureViewIds []*string `json:"FeatureViewIds,omitempty" xml:"FeatureViewIds,omitempty" type:"Repeated"`
	Name           *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Order          *string   `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner          *string   `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber     *int32    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize       *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId      *string   `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	SortBy         *string   `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
	Tag            *string   `json:"Tag,omitempty" xml:"Tag,omitempty"`
	Type           *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListFeatureViewsRequest) GoString

func (s ListFeatureViewsRequest) GoString() string

func (*ListFeatureViewsRequest) SetFeatureName

func (*ListFeatureViewsRequest) SetFeatureViewIds

func (s *ListFeatureViewsRequest) SetFeatureViewIds(v []*string) *ListFeatureViewsRequest

func (*ListFeatureViewsRequest) SetName

func (*ListFeatureViewsRequest) SetOrder

func (*ListFeatureViewsRequest) SetOwner

func (*ListFeatureViewsRequest) SetPageNumber

func (*ListFeatureViewsRequest) SetPageSize

func (*ListFeatureViewsRequest) SetProjectId

func (*ListFeatureViewsRequest) SetSortBy

func (*ListFeatureViewsRequest) SetTag

func (*ListFeatureViewsRequest) SetType

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 (*ListFeatureViewsResponse) SetHeaders

func (*ListFeatureViewsResponse) SetStatusCode

func (ListFeatureViewsResponse) String

func (s ListFeatureViewsResponse) String() string

type ListFeatureViewsResponseBody

type ListFeatureViewsResponseBody struct {
	FeatureViews []*ListFeatureViewsResponseBodyFeatureViews `json:"FeatureViews,omitempty" xml:"FeatureViews,omitempty" type:"Repeated"`
	RequestId    *string                                     `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount   *int64                                      `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListFeatureViewsResponseBody) GoString

func (s ListFeatureViewsResponseBody) GoString() string

func (*ListFeatureViewsResponseBody) SetFeatureViews

func (*ListFeatureViewsResponseBody) SetRequestId

func (*ListFeatureViewsResponseBody) SetTotalCount

func (ListFeatureViewsResponseBody) String

type ListFeatureViewsResponseBodyFeatureViews

type ListFeatureViewsResponseBodyFeatureViews struct {
	FeatureEntityName      *string `json:"FeatureEntityName,omitempty" xml:"FeatureEntityName,omitempty"`
	FeatureViewId          *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"`
	GmtCreateTime          *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime        *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	Name                   *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner                  *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId              *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName            *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	RegisterDatasourceId   *string `json:"RegisterDatasourceId,omitempty" xml:"RegisterDatasourceId,omitempty"`
	RegisterDatasourceName *string `json:"RegisterDatasourceName,omitempty" xml:"RegisterDatasourceName,omitempty"`
	RegisterTable          *string `json:"RegisterTable,omitempty" xml:"RegisterTable,omitempty"`
	TTL                    *int32  `json:"TTL,omitempty" xml:"TTL,omitempty"`
	Type                   *string `json:"Type,omitempty" xml:"Type,omitempty"`
	WriteToFeatureDB       *bool   `json:"WriteToFeatureDB,omitempty" xml:"WriteToFeatureDB,omitempty"`
}

func (ListFeatureViewsResponseBodyFeatureViews) GoString

func (*ListFeatureViewsResponseBodyFeatureViews) SetFeatureEntityName

func (*ListFeatureViewsResponseBodyFeatureViews) SetFeatureViewId

func (*ListFeatureViewsResponseBodyFeatureViews) SetGmtCreateTime

func (*ListFeatureViewsResponseBodyFeatureViews) SetGmtModifiedTime

func (*ListFeatureViewsResponseBodyFeatureViews) SetName

func (*ListFeatureViewsResponseBodyFeatureViews) SetOwner

func (*ListFeatureViewsResponseBodyFeatureViews) SetProjectId

func (*ListFeatureViewsResponseBodyFeatureViews) SetProjectName

func (*ListFeatureViewsResponseBodyFeatureViews) SetRegisterDatasourceId

func (*ListFeatureViewsResponseBodyFeatureViews) SetRegisterDatasourceName

func (*ListFeatureViewsResponseBodyFeatureViews) SetRegisterTable

func (*ListFeatureViewsResponseBodyFeatureViews) SetTTL

func (*ListFeatureViewsResponseBodyFeatureViews) SetType

func (*ListFeatureViewsResponseBodyFeatureViews) SetWriteToFeatureDB added in v3.1.4

func (ListFeatureViewsResponseBodyFeatureViews) String

type ListFeatureViewsShrinkRequest

type ListFeatureViewsShrinkRequest struct {
	FeatureName          *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	FeatureViewIdsShrink *string `json:"FeatureViewIds,omitempty" xml:"FeatureViewIds,omitempty"`
	Name                 *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Order                *string `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner                *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber           *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize             *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId            *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	SortBy               *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
	Tag                  *string `json:"Tag,omitempty" xml:"Tag,omitempty"`
	Type                 *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListFeatureViewsShrinkRequest) GoString

func (*ListFeatureViewsShrinkRequest) SetFeatureName

func (*ListFeatureViewsShrinkRequest) SetFeatureViewIdsShrink

func (*ListFeatureViewsShrinkRequest) SetName

func (*ListFeatureViewsShrinkRequest) SetOrder

func (*ListFeatureViewsShrinkRequest) SetOwner

func (*ListFeatureViewsShrinkRequest) SetPageNumber

func (*ListFeatureViewsShrinkRequest) SetPageSize

func (*ListFeatureViewsShrinkRequest) SetProjectId

func (*ListFeatureViewsShrinkRequest) SetSortBy

func (*ListFeatureViewsShrinkRequest) SetTag

func (*ListFeatureViewsShrinkRequest) SetType

func (ListFeatureViewsShrinkRequest) String

type ListInstancesRequest

type ListInstancesRequest struct {
	Order      *string `json:"Order,omitempty" xml:"Order,omitempty"`
	PageNumber *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	SortBy     *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
	Status     *string `json:"Status,omitempty" xml:"Status,omitempty"`
}

func (ListInstancesRequest) GoString

func (s ListInstancesRequest) GoString() string

func (*ListInstancesRequest) SetOrder

func (*ListInstancesRequest) SetPageNumber

func (s *ListInstancesRequest) SetPageNumber(v int32) *ListInstancesRequest

func (*ListInstancesRequest) SetPageSize

func (s *ListInstancesRequest) SetPageSize(v int32) *ListInstancesRequest

func (*ListInstancesRequest) SetSortBy

func (*ListInstancesRequest) SetStatus

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 (*ListInstancesResponse) SetHeaders

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"`
	RequestId  *string                               `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int64                                `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListInstancesResponseBody) GoString

func (s ListInstancesResponseBody) GoString() string

func (*ListInstancesResponseBody) SetInstances

func (*ListInstancesResponseBody) SetRequestId

func (*ListInstancesResponseBody) SetTotalCount

func (ListInstancesResponseBody) String

func (s ListInstancesResponseBody) String() string

type ListInstancesResponseBodyInstances

type ListInstancesResponseBodyInstances struct {
	GmtCreateTime   *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	InstanceId      *string `json:"InstanceId,omitempty" xml:"InstanceId,omitempty"`
	RegionId        *string `json:"RegionId,omitempty" xml:"RegionId,omitempty"`
	Status          *string `json:"Status,omitempty" xml:"Status,omitempty"`
	Type            *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListInstancesResponseBodyInstances) GoString

func (*ListInstancesResponseBodyInstances) SetGmtCreateTime

func (*ListInstancesResponseBodyInstances) SetGmtModifiedTime

func (*ListInstancesResponseBodyInstances) SetInstanceId

func (*ListInstancesResponseBodyInstances) SetRegionId

func (*ListInstancesResponseBodyInstances) SetStatus

func (*ListInstancesResponseBodyInstances) SetType

func (ListInstancesResponseBodyInstances) String

type ListLabelTablesRequest

type ListLabelTablesRequest struct {
	LabelTableIds []*string `json:"LabelTableIds,omitempty" xml:"LabelTableIds,omitempty" type:"Repeated"`
	Name          *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Order         *string   `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner         *string   `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber    *int64    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize      *int64    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId     *string   `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	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 (*ListLabelTablesRequest) SetOrder

func (*ListLabelTablesRequest) SetOwner

func (*ListLabelTablesRequest) SetPageNumber

func (*ListLabelTablesRequest) SetPageSize

func (*ListLabelTablesRequest) SetProjectId

func (*ListLabelTablesRequest) SetSortBy

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 (*ListLabelTablesResponse) SetHeaders

func (*ListLabelTablesResponse) SetStatusCode

func (ListLabelTablesResponse) String

func (s ListLabelTablesResponse) String() string

type ListLabelTablesResponseBody

type ListLabelTablesResponseBody struct {
	LabelTables []*ListLabelTablesResponseBodyLabelTables `json:"LabelTables,omitempty" xml:"LabelTables,omitempty" type:"Repeated"`
	RequestId   *string                                   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount  *int64                                    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListLabelTablesResponseBody) GoString

func (s ListLabelTablesResponseBody) GoString() string

func (*ListLabelTablesResponseBody) SetLabelTables

func (*ListLabelTablesResponseBody) SetRequestId

func (*ListLabelTablesResponseBody) SetTotalCount

func (ListLabelTablesResponseBody) String

type ListLabelTablesResponseBodyLabelTables

type ListLabelTablesResponseBodyLabelTables struct {
	DatasourceId    *string `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"`
	DatasourceName  *string `json:"DatasourceName,omitempty" xml:"DatasourceName,omitempty"`
	GmtCreateTime   *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	LabelTableId    *string `json:"LabelTableId,omitempty" xml:"LabelTableId,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner           *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId       *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName     *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
}

func (ListLabelTablesResponseBodyLabelTables) GoString

func (*ListLabelTablesResponseBodyLabelTables) SetDatasourceId

func (*ListLabelTablesResponseBodyLabelTables) SetDatasourceName

func (*ListLabelTablesResponseBodyLabelTables) SetGmtCreateTime

func (*ListLabelTablesResponseBodyLabelTables) SetGmtModifiedTime

func (*ListLabelTablesResponseBodyLabelTables) SetLabelTableId

func (*ListLabelTablesResponseBodyLabelTables) SetName

func (*ListLabelTablesResponseBodyLabelTables) SetOwner

func (*ListLabelTablesResponseBodyLabelTables) SetProjectId

func (*ListLabelTablesResponseBodyLabelTables) SetProjectName

func (ListLabelTablesResponseBodyLabelTables) String

type ListLabelTablesShrinkRequest

type ListLabelTablesShrinkRequest struct {
	LabelTableIdsShrink *string `json:"LabelTableIds,omitempty" xml:"LabelTableIds,omitempty"`
	Name                *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Order               *string `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner               *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber          *int64  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize            *int64  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId           *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	SortBy              *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
}

func (ListLabelTablesShrinkRequest) GoString

func (s ListLabelTablesShrinkRequest) GoString() string

func (*ListLabelTablesShrinkRequest) SetLabelTableIdsShrink

func (*ListLabelTablesShrinkRequest) SetName

func (*ListLabelTablesShrinkRequest) SetOrder

func (*ListLabelTablesShrinkRequest) SetOwner

func (*ListLabelTablesShrinkRequest) SetPageNumber

func (*ListLabelTablesShrinkRequest) SetPageSize

func (*ListLabelTablesShrinkRequest) SetProjectId

func (*ListLabelTablesShrinkRequest) SetSortBy

func (ListLabelTablesShrinkRequest) String

type ListModelFeatureAvailableFeaturesRequest added in v3.1.0

type ListModelFeatureAvailableFeaturesRequest struct {
	FeatureName *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
}

func (ListModelFeatureAvailableFeaturesRequest) GoString added in v3.1.0

func (*ListModelFeatureAvailableFeaturesRequest) SetFeatureName added in v3.1.0

func (ListModelFeatureAvailableFeaturesRequest) String added in v3.1.0

type ListModelFeatureAvailableFeaturesResponse added in v3.1.0

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 added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponse) SetBody added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponse) SetHeaders added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponse) SetStatusCode added in v3.1.0

func (ListModelFeatureAvailableFeaturesResponse) String added in v3.1.0

type ListModelFeatureAvailableFeaturesResponseBody added in v3.1.0

type ListModelFeatureAvailableFeaturesResponseBody struct {
	AvaliableFeatures []*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures `json:"AvaliableFeatures,omitempty" xml:"AvaliableFeatures,omitempty" type:"Repeated"`
	TotalCount        *int64                                                            `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
	RequestId         *string                                                           `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (ListModelFeatureAvailableFeaturesResponseBody) GoString added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponseBody) SetRequestId added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponseBody) SetTotalCount added in v3.1.0

func (ListModelFeatureAvailableFeaturesResponseBody) String added in v3.1.0

type ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures added in v3.1.0

type ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures struct {
	Name       *string `json:"Name,omitempty" xml:"Name,omitempty"`
	SourceName *string `json:"SourceName,omitempty" xml:"SourceName,omitempty"`
	SourceType *string `json:"SourceType,omitempty" xml:"SourceType,omitempty"`
	Type       *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) GoString added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetName added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetSourceName added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetSourceType added in v3.1.0

func (*ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) SetType added in v3.1.0

func (ListModelFeatureAvailableFeaturesResponseBodyAvaliableFeatures) String added in v3.1.0

type ListModelFeaturesRequest

type ListModelFeaturesRequest struct {
	ModelFeatureIds []*string `json:"ModelFeatureIds,omitempty" xml:"ModelFeatureIds,omitempty" type:"Repeated"`
	Name            *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Order           *string   `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner           *string   `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber      *int32    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize        *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId       *string   `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	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 (*ListModelFeaturesRequest) SetOrder

func (*ListModelFeaturesRequest) SetOwner

func (*ListModelFeaturesRequest) SetPageNumber

func (*ListModelFeaturesRequest) SetPageSize

func (*ListModelFeaturesRequest) SetProjectId

func (*ListModelFeaturesRequest) SetSortBy

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 (*ListModelFeaturesResponse) SetHeaders

func (*ListModelFeaturesResponse) SetStatusCode

func (ListModelFeaturesResponse) String

func (s ListModelFeaturesResponse) String() string

type ListModelFeaturesResponseBody

type ListModelFeaturesResponseBody struct {
	ModelFeatures []*ListModelFeaturesResponseBodyModelFeatures `json:"ModelFeatures,omitempty" xml:"ModelFeatures,omitempty" type:"Repeated"`
	RequestId     *string                                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount    *int64                                        `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListModelFeaturesResponseBody) GoString

func (*ListModelFeaturesResponseBody) SetRequestId

func (*ListModelFeaturesResponseBody) SetTotalCount

func (ListModelFeaturesResponseBody) String

type ListModelFeaturesResponseBodyModelFeatures

type ListModelFeaturesResponseBodyModelFeatures struct {
	GmtCreateTime   *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	LabelTableName  *string `json:"LabelTableName,omitempty" xml:"LabelTableName,omitempty"`
	ModelFeatureId  *string `json:"ModelFeatureId,omitempty" xml:"ModelFeatureId,omitempty"`
	Name            *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Owner           *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId       *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName     *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
}

func (ListModelFeaturesResponseBodyModelFeatures) GoString

func (*ListModelFeaturesResponseBodyModelFeatures) SetGmtCreateTime

func (*ListModelFeaturesResponseBodyModelFeatures) SetGmtModifiedTime

func (*ListModelFeaturesResponseBodyModelFeatures) SetLabelTableName

func (*ListModelFeaturesResponseBodyModelFeatures) SetModelFeatureId

func (*ListModelFeaturesResponseBodyModelFeatures) SetName

func (*ListModelFeaturesResponseBodyModelFeatures) SetOwner

func (*ListModelFeaturesResponseBodyModelFeatures) SetProjectId

func (*ListModelFeaturesResponseBodyModelFeatures) SetProjectName

func (ListModelFeaturesResponseBodyModelFeatures) String

type ListModelFeaturesShrinkRequest

type ListModelFeaturesShrinkRequest struct {
	ModelFeatureIdsShrink *string `json:"ModelFeatureIds,omitempty" xml:"ModelFeatureIds,omitempty"`
	Name                  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Order                 *string `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner                 *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber            *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize              *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId             *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	SortBy                *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
}

func (ListModelFeaturesShrinkRequest) GoString

func (*ListModelFeaturesShrinkRequest) SetModelFeatureIdsShrink

func (*ListModelFeaturesShrinkRequest) SetName

func (*ListModelFeaturesShrinkRequest) SetOrder

func (*ListModelFeaturesShrinkRequest) SetOwner

func (*ListModelFeaturesShrinkRequest) SetPageNumber

func (*ListModelFeaturesShrinkRequest) SetPageSize

func (*ListModelFeaturesShrinkRequest) SetProjectId

func (*ListModelFeaturesShrinkRequest) SetSortBy

func (ListModelFeaturesShrinkRequest) String

type ListProjectFeatureViewOwnersResponse

type ListProjectFeatureViewOwnersResponse struct {
	Headers    map[string]*string                        `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                    `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProjectFeatureViewOwnersResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProjectFeatureViewOwnersResponse) GoString

func (*ListProjectFeatureViewOwnersResponse) SetHeaders

func (*ListProjectFeatureViewOwnersResponse) SetStatusCode

func (ListProjectFeatureViewOwnersResponse) String

type ListProjectFeatureViewOwnersResponseBody

type ListProjectFeatureViewOwnersResponseBody struct {
	Owners    []*string `json:"Owners,omitempty" xml:"Owners,omitempty" type:"Repeated"`
	RequestId *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (ListProjectFeatureViewOwnersResponseBody) GoString

func (*ListProjectFeatureViewOwnersResponseBody) SetOwners

func (*ListProjectFeatureViewOwnersResponseBody) SetRequestId

func (ListProjectFeatureViewOwnersResponseBody) String

type ListProjectFeatureViewTagsResponse

type ListProjectFeatureViewTagsResponse struct {
	Headers    map[string]*string                      `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                  `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *ListProjectFeatureViewTagsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (ListProjectFeatureViewTagsResponse) GoString

func (*ListProjectFeatureViewTagsResponse) SetHeaders

func (*ListProjectFeatureViewTagsResponse) SetStatusCode

func (ListProjectFeatureViewTagsResponse) String

type ListProjectFeatureViewTagsResponseBody

type ListProjectFeatureViewTagsResponseBody struct {
	RequestId *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Tags      []*string `json:"Tags,omitempty" xml:"Tags,omitempty" type:"Repeated"`
}

func (ListProjectFeatureViewTagsResponseBody) GoString

func (*ListProjectFeatureViewTagsResponseBody) SetRequestId

func (*ListProjectFeatureViewTagsResponseBody) SetTags

func (ListProjectFeatureViewTagsResponseBody) 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 (*ListProjectFeatureViewsResponse) SetHeaders

func (*ListProjectFeatureViewsResponse) SetStatusCode

func (ListProjectFeatureViewsResponse) String

type ListProjectFeatureViewsResponseBody

type ListProjectFeatureViewsResponseBody struct {
	FeatureViews []*ListProjectFeatureViewsResponseBodyFeatureViews `json:"FeatureViews,omitempty" xml:"FeatureViews,omitempty" type:"Repeated"`
	RequestId    *string                                            `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount   *int64                                             `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListProjectFeatureViewsResponseBody) GoString

func (*ListProjectFeatureViewsResponseBody) SetRequestId

func (*ListProjectFeatureViewsResponseBody) SetTotalCount

func (ListProjectFeatureViewsResponseBody) String

type ListProjectFeatureViewsResponseBodyFeatureViews

type ListProjectFeatureViewsResponseBodyFeatureViews struct {
	FeatureViewId *string                                                    `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"`
	Features      []*ListProjectFeatureViewsResponseBodyFeatureViewsFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"`
	Name          *string                                                    `json:"Name,omitempty" xml:"Name,omitempty"`
	Type          *string                                                    `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListProjectFeatureViewsResponseBodyFeatureViews) GoString

func (*ListProjectFeatureViewsResponseBodyFeatureViews) SetFeatureViewId

func (*ListProjectFeatureViewsResponseBodyFeatureViews) SetName

func (*ListProjectFeatureViewsResponseBodyFeatureViews) SetType added in v3.1.1

func (ListProjectFeatureViewsResponseBodyFeatureViews) String

type ListProjectFeatureViewsResponseBodyFeatureViewsFeatures

type ListProjectFeatureViewsResponseBodyFeatureViewsFeatures struct {
	Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"`
	Name       *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Type       *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) GoString

func (*ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) SetAttributes

func (*ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) SetName

func (*ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) SetType

func (ListProjectFeatureViewsResponseBodyFeatureViewsFeatures) String

type ListProjectsRequest

type ListProjectsRequest struct {
	Name        *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Order       *string   `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner       *string   `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber  *int32    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize    *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectIds  []*string `json:"ProjectIds,omitempty" xml:"ProjectIds,omitempty" type:"Repeated"`
	SortBy      *string   `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
	WorkspaceId *string   `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (ListProjectsRequest) GoString

func (s ListProjectsRequest) GoString() string

func (*ListProjectsRequest) SetName

func (*ListProjectsRequest) SetOrder

func (*ListProjectsRequest) SetOwner

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 (*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 (*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"`
	RequestId  *string                             `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int64                              `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListProjectsResponseBody) GoString

func (s ListProjectsResponseBody) GoString() string

func (*ListProjectsResponseBody) SetProjects

func (*ListProjectsResponseBody) SetRequestId

func (*ListProjectsResponseBody) SetTotalCount

func (ListProjectsResponseBody) String

func (s ListProjectsResponseBody) String() string

type ListProjectsResponseBodyProjects

type ListProjectsResponseBodyProjects struct {
	Description           *string `json:"Description,omitempty" xml:"Description,omitempty"`
	FeatureEntityCount    *int32  `json:"FeatureEntityCount,omitempty" xml:"FeatureEntityCount,omitempty"`
	FeatureViewCount      *int32  `json:"FeatureViewCount,omitempty" xml:"FeatureViewCount,omitempty"`
	GmtCreateTime         *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtModifiedTime       *string `json:"GmtModifiedTime,omitempty" xml:"GmtModifiedTime,omitempty"`
	ModelCount            *int32  `json:"ModelCount,omitempty" xml:"ModelCount,omitempty"`
	Name                  *string `json:"Name,omitempty" xml:"Name,omitempty"`
	OfflineDatasourceId   *string `json:"OfflineDatasourceId,omitempty" xml:"OfflineDatasourceId,omitempty"`
	OfflineDatasourceName *string `json:"OfflineDatasourceName,omitempty" xml:"OfflineDatasourceName,omitempty"`
	OfflineDatasourceType *string `json:"OfflineDatasourceType,omitempty" xml:"OfflineDatasourceType,omitempty"`
	OfflineLifecycle      *int32  `json:"OfflineLifecycle,omitempty" xml:"OfflineLifecycle,omitempty"`
	OnlineDatasourceId    *string `json:"OnlineDatasourceId,omitempty" xml:"OnlineDatasourceId,omitempty"`
	OnlineDatasourceName  *string `json:"OnlineDatasourceName,omitempty" xml:"OnlineDatasourceName,omitempty"`
	OnlineDatasourceType  *string `json:"OnlineDatasourceType,omitempty" xml:"OnlineDatasourceType,omitempty"`
	Owner                 *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	ProjectId             *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
}

func (ListProjectsResponseBodyProjects) GoString

func (*ListProjectsResponseBodyProjects) SetDescription

func (*ListProjectsResponseBodyProjects) SetFeatureEntityCount

func (*ListProjectsResponseBodyProjects) SetFeatureViewCount

func (*ListProjectsResponseBodyProjects) SetGmtCreateTime

func (*ListProjectsResponseBodyProjects) SetGmtModifiedTime

func (*ListProjectsResponseBodyProjects) SetModelCount

func (*ListProjectsResponseBodyProjects) SetName

func (*ListProjectsResponseBodyProjects) SetOfflineDatasourceId

func (*ListProjectsResponseBodyProjects) SetOfflineDatasourceName

func (*ListProjectsResponseBodyProjects) SetOfflineDatasourceType

func (*ListProjectsResponseBodyProjects) SetOfflineLifecycle

func (*ListProjectsResponseBodyProjects) SetOnlineDatasourceId

func (*ListProjectsResponseBodyProjects) SetOnlineDatasourceName

func (*ListProjectsResponseBodyProjects) SetOnlineDatasourceType

func (*ListProjectsResponseBodyProjects) SetOwner

func (*ListProjectsResponseBodyProjects) SetProjectId

func (ListProjectsResponseBodyProjects) String

type ListProjectsShrinkRequest

type ListProjectsShrinkRequest struct {
	Name             *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Order            *string `json:"Order,omitempty" xml:"Order,omitempty"`
	Owner            *string `json:"Owner,omitempty" xml:"Owner,omitempty"`
	PageNumber       *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize         *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectIdsShrink *string `json:"ProjectIds,omitempty" xml:"ProjectIds,omitempty"`
	SortBy           *string `json:"SortBy,omitempty" xml:"SortBy,omitempty"`
	WorkspaceId      *string `json:"WorkspaceId,omitempty" xml:"WorkspaceId,omitempty"`
}

func (ListProjectsShrinkRequest) GoString

func (s ListProjectsShrinkRequest) GoString() string

func (*ListProjectsShrinkRequest) SetName

func (*ListProjectsShrinkRequest) SetOrder

func (*ListProjectsShrinkRequest) SetOwner

func (*ListProjectsShrinkRequest) SetPageNumber

func (*ListProjectsShrinkRequest) SetPageSize

func (*ListProjectsShrinkRequest) SetProjectIdsShrink

func (s *ListProjectsShrinkRequest) SetProjectIdsShrink(v string) *ListProjectsShrinkRequest

func (*ListProjectsShrinkRequest) SetSortBy

func (*ListProjectsShrinkRequest) SetWorkspaceId

func (ListProjectsShrinkRequest) String

func (s ListProjectsShrinkRequest) String() string

type ListTaskLogsRequest

type ListTaskLogsRequest struct {
	PageNumber *int32 `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	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 (*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"`
	RequestId  *string   `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TotalCount *int32    `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListTaskLogsResponseBody) GoString

func (s ListTaskLogsResponseBody) GoString() string

func (*ListTaskLogsResponseBody) SetLogs

func (*ListTaskLogsResponseBody) SetRequestId

func (*ListTaskLogsResponseBody) SetTotalCount

func (ListTaskLogsResponseBody) String

func (s ListTaskLogsResponseBody) String() string

type ListTasksRequest

type ListTasksRequest struct {
	ObjectId   *string   `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"`
	ObjectType *string   `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"`
	PageNumber *int32    `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize   *int32    `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId  *string   `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	Status     *string   `json:"Status,omitempty" xml:"Status,omitempty"`
	TaskIds    []*string `json:"TaskIds,omitempty" xml:"TaskIds,omitempty" type:"Repeated"`
	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 (*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 {
	RequestId  *string                       `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	Tasks      []*ListTasksResponseBodyTasks `json:"Tasks,omitempty" xml:"Tasks,omitempty" type:"Repeated"`
	TotalCount *int32                        `json:"TotalCount,omitempty" xml:"TotalCount,omitempty"`
}

func (ListTasksResponseBody) GoString

func (s ListTasksResponseBody) GoString() string

func (*ListTasksResponseBody) SetRequestId

func (*ListTasksResponseBody) SetTasks

func (*ListTasksResponseBody) SetTotalCount

func (s *ListTasksResponseBody) SetTotalCount(v int32) *ListTasksResponseBody

func (ListTasksResponseBody) String

func (s ListTasksResponseBody) String() string

type ListTasksResponseBodyTasks

type ListTasksResponseBodyTasks struct {
	GmtCreateTime   *string `json:"GmtCreateTime,omitempty" xml:"GmtCreateTime,omitempty"`
	GmtExecutedTime *string `json:"GmtExecutedTime,omitempty" xml:"GmtExecutedTime,omitempty"`
	GmtFinishedTime *string `json:"GmtFinishedTime,omitempty" xml:"GmtFinishedTime,omitempty"`
	ObjectId        *string `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"`
	ObjectType      *string `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"`
	ProjectId       *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	ProjectName     *string `json:"ProjectName,omitempty" xml:"ProjectName,omitempty"`
	Status          *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TaskId          *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
	Type            *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListTasksResponseBodyTasks) GoString

func (s ListTasksResponseBodyTasks) GoString() string

func (*ListTasksResponseBodyTasks) SetGmtCreateTime

func (*ListTasksResponseBodyTasks) SetGmtExecutedTime

func (*ListTasksResponseBodyTasks) SetGmtFinishedTime

func (*ListTasksResponseBodyTasks) SetObjectId

func (*ListTasksResponseBodyTasks) SetObjectType

func (*ListTasksResponseBodyTasks) SetProjectId

func (*ListTasksResponseBodyTasks) SetProjectName

func (*ListTasksResponseBodyTasks) SetStatus

func (*ListTasksResponseBodyTasks) SetTaskId

func (*ListTasksResponseBodyTasks) SetType

func (ListTasksResponseBodyTasks) String

type ListTasksShrinkRequest

type ListTasksShrinkRequest struct {
	ObjectId      *string `json:"ObjectId,omitempty" xml:"ObjectId,omitempty"`
	ObjectType    *string `json:"ObjectType,omitempty" xml:"ObjectType,omitempty"`
	PageNumber    *int32  `json:"PageNumber,omitempty" xml:"PageNumber,omitempty"`
	PageSize      *int32  `json:"PageSize,omitempty" xml:"PageSize,omitempty"`
	ProjectId     *string `json:"ProjectId,omitempty" xml:"ProjectId,omitempty"`
	Status        *string `json:"Status,omitempty" xml:"Status,omitempty"`
	TaskIdsShrink *string `json:"TaskIds,omitempty" xml:"TaskIds,omitempty"`
	Type          *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (ListTasksShrinkRequest) GoString

func (s ListTasksShrinkRequest) GoString() string

func (*ListTasksShrinkRequest) SetObjectId

func (*ListTasksShrinkRequest) SetObjectType

func (*ListTasksShrinkRequest) SetPageNumber

func (*ListTasksShrinkRequest) SetPageSize

func (*ListTasksShrinkRequest) SetProjectId

func (*ListTasksShrinkRequest) SetStatus

func (*ListTasksShrinkRequest) SetTaskIdsShrink

func (s *ListTasksShrinkRequest) SetTaskIdsShrink(v string) *ListTasksShrinkRequest

func (*ListTasksShrinkRequest) SetType

func (ListTasksShrinkRequest) String

func (s ListTasksShrinkRequest) String() string

type PublishFeatureViewTableRequest

type PublishFeatureViewTableRequest struct {
	Config          *string                           `json:"Config,omitempty" xml:"Config,omitempty"`
	EventTime       *string                           `json:"EventTime,omitempty" xml:"EventTime,omitempty"`
	Mode            *string                           `json:"Mode,omitempty" xml:"Mode,omitempty"`
	OfflineToOnline *bool                             `json:"OfflineToOnline,omitempty" xml:"OfflineToOnline,omitempty"`
	Partitions      map[string]map[string]interface{} `json:"Partitions,omitempty" xml:"Partitions,omitempty"`
}

func (PublishFeatureViewTableRequest) GoString

func (*PublishFeatureViewTableRequest) SetConfig

func (*PublishFeatureViewTableRequest) SetEventTime

func (*PublishFeatureViewTableRequest) SetMode

func (*PublishFeatureViewTableRequest) SetOfflineToOnline

func (*PublishFeatureViewTableRequest) SetPartitions

func (s *PublishFeatureViewTableRequest) SetPartitions(v map[string]map[string]interface{}) *PublishFeatureViewTableRequest

func (PublishFeatureViewTableRequest) 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 (*PublishFeatureViewTableResponse) SetHeaders

func (*PublishFeatureViewTableResponse) SetStatusCode

func (PublishFeatureViewTableResponse) String

type PublishFeatureViewTableResponseBody

type PublishFeatureViewTableResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TaskId    *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (PublishFeatureViewTableResponseBody) GoString

func (*PublishFeatureViewTableResponseBody) SetRequestId

func (*PublishFeatureViewTableResponseBody) SetTaskId

func (PublishFeatureViewTableResponseBody) String

type UpdateDatasourceRequest

type UpdateDatasourceRequest struct {
	Config *string `json:"Config,omitempty" xml:"Config,omitempty"`
	Name   *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Uri    *string `json:"Uri,omitempty" xml:"Uri,omitempty"`
}

func (UpdateDatasourceRequest) GoString

func (s UpdateDatasourceRequest) GoString() string

func (*UpdateDatasourceRequest) SetConfig

func (*UpdateDatasourceRequest) SetName

func (*UpdateDatasourceRequest) SetUri

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 (*UpdateDatasourceResponse) SetHeaders

func (*UpdateDatasourceResponse) SetStatusCode

func (UpdateDatasourceResponse) String

func (s UpdateDatasourceResponse) String() string

type UpdateDatasourceResponseBody

type UpdateDatasourceResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateDatasourceResponseBody) GoString

func (s UpdateDatasourceResponseBody) GoString() string

func (*UpdateDatasourceResponseBody) SetRequestId

func (UpdateDatasourceResponseBody) String

type UpdateLabelTableRequest

type UpdateLabelTableRequest struct {
	DatasourceId *string                          `json:"DatasourceId,omitempty" xml:"DatasourceId,omitempty"`
	Fields       []*UpdateLabelTableRequestFields `json:"Fields,omitempty" xml:"Fields,omitempty" type:"Repeated"`
	Name         *string                          `json:"Name,omitempty" xml:"Name,omitempty"`
}

func (UpdateLabelTableRequest) GoString

func (s UpdateLabelTableRequest) GoString() string

func (*UpdateLabelTableRequest) SetDatasourceId

func (*UpdateLabelTableRequest) SetFields

func (*UpdateLabelTableRequest) SetName

func (UpdateLabelTableRequest) String

func (s UpdateLabelTableRequest) String() string

type UpdateLabelTableRequestFields

type UpdateLabelTableRequestFields struct {
	Attributes []*string `json:"Attributes,omitempty" xml:"Attributes,omitempty" type:"Repeated"`
	Name       *string   `json:"Name,omitempty" xml:"Name,omitempty"`
	Type       *string   `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpdateLabelTableRequestFields) GoString

func (*UpdateLabelTableRequestFields) SetAttributes

func (*UpdateLabelTableRequestFields) SetName

func (*UpdateLabelTableRequestFields) SetType

func (UpdateLabelTableRequestFields) 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 (*UpdateLabelTableResponse) SetHeaders

func (*UpdateLabelTableResponse) SetStatusCode

func (UpdateLabelTableResponse) String

func (s UpdateLabelTableResponse) String() string

type UpdateLabelTableResponseBody

type UpdateLabelTableResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateLabelTableResponseBody) GoString

func (s UpdateLabelTableResponseBody) GoString() string

func (*UpdateLabelTableResponseBody) SetRequestId

func (UpdateLabelTableResponseBody) String

type UpdateModelFeatureFGFeatureRequest added in v3.1.0

type UpdateModelFeatureFGFeatureRequest struct {
	LookupFeatures   []*UpdateModelFeatureFGFeatureRequestLookupFeatures   `json:"LookupFeatures,omitempty" xml:"LookupFeatures,omitempty" type:"Repeated"`
	RawFeatures      []*UpdateModelFeatureFGFeatureRequestRawFeatures      `json:"RawFeatures,omitempty" xml:"RawFeatures,omitempty" type:"Repeated"`
	Reserves         []*string                                             `json:"Reserves,omitempty" xml:"Reserves,omitempty" type:"Repeated"`
	SequenceFeatures []*UpdateModelFeatureFGFeatureRequestSequenceFeatures `json:"SequenceFeatures,omitempty" xml:"SequenceFeatures,omitempty" type:"Repeated"`
}

func (UpdateModelFeatureFGFeatureRequest) GoString added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequest) SetLookupFeatures added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequest) SetRawFeatures added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequest) SetReserves added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequest) SetSequenceFeatures added in v3.1.0

func (UpdateModelFeatureFGFeatureRequest) String added in v3.1.0

type UpdateModelFeatureFGFeatureRequestLookupFeatures added in v3.1.0

type UpdateModelFeatureFGFeatureRequestLookupFeatures struct {
	DefaultValue     *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"`
	FeatureName      *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	KeyFeatureDomain *string `json:"KeyFeatureDomain,omitempty" xml:"KeyFeatureDomain,omitempty"`
	KeyFeatureName   *string `json:"KeyFeatureName,omitempty" xml:"KeyFeatureName,omitempty"`
	MapFeatureDomain *string `json:"MapFeatureDomain,omitempty" xml:"MapFeatureDomain,omitempty"`
	MapFeatureName   *string `json:"MapFeatureName,omitempty" xml:"MapFeatureName,omitempty"`
	ValueType        *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"`
}

func (UpdateModelFeatureFGFeatureRequestLookupFeatures) GoString added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetDefaultValue added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetFeatureName added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetKeyFeatureDomain added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetKeyFeatureName added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetMapFeatureDomain added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetMapFeatureName added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestLookupFeatures) SetValueType added in v3.1.0

func (UpdateModelFeatureFGFeatureRequestLookupFeatures) String added in v3.1.0

type UpdateModelFeatureFGFeatureRequestRawFeatures added in v3.1.0

type UpdateModelFeatureFGFeatureRequestRawFeatures struct {
	DefaultValue     *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"`
	FeatureDomain    *string `json:"FeatureDomain,omitempty" xml:"FeatureDomain,omitempty"`
	FeatureName      *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	FeatureType      *string `json:"FeatureType,omitempty" xml:"FeatureType,omitempty"`
	InputFeatureName *string `json:"InputFeatureName,omitempty" xml:"InputFeatureName,omitempty"`
	ValueType        *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"`
}

func (UpdateModelFeatureFGFeatureRequestRawFeatures) GoString added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetDefaultValue added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureDomain added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureName added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetFeatureType added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetInputFeatureName added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestRawFeatures) SetValueType added in v3.1.0

func (UpdateModelFeatureFGFeatureRequestRawFeatures) String added in v3.1.0

type UpdateModelFeatureFGFeatureRequestSequenceFeatures added in v3.1.0

type UpdateModelFeatureFGFeatureRequestSequenceFeatures struct {
	AttributeDelim *string                                                          `json:"AttributeDelim,omitempty" xml:"AttributeDelim,omitempty"`
	FeatureName    *string                                                          `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	SequenceDelim  *string                                                          `json:"SequenceDelim,omitempty" xml:"SequenceDelim,omitempty"`
	SequenceLength *int64                                                           `json:"SequenceLength,omitempty" xml:"SequenceLength,omitempty"`
	SubFeatures    []*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures `json:"SubFeatures,omitempty" xml:"SubFeatures,omitempty" type:"Repeated"`
}

func (UpdateModelFeatureFGFeatureRequestSequenceFeatures) GoString added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetAttributeDelim added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetFeatureName added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSequenceDelim added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeatures) SetSequenceLength added in v3.1.0

func (UpdateModelFeatureFGFeatureRequestSequenceFeatures) String added in v3.1.0

type UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures added in v3.1.0

type UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures struct {
	DefaultValue     *string `json:"DefaultValue,omitempty" xml:"DefaultValue,omitempty"`
	FeatureDomain    *string `json:"FeatureDomain,omitempty" xml:"FeatureDomain,omitempty"`
	FeatureName      *string `json:"FeatureName,omitempty" xml:"FeatureName,omitempty"`
	FeatureType      *string `json:"FeatureType,omitempty" xml:"FeatureType,omitempty"`
	InputFeatureName *string `json:"InputFeatureName,omitempty" xml:"InputFeatureName,omitempty"`
	ValueType        *string `json:"ValueType,omitempty" xml:"ValueType,omitempty"`
}

func (UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) GoString added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetDefaultValue added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureDomain added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureName added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetFeatureType added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetInputFeatureName added in v3.1.0

func (*UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) SetValueType added in v3.1.0

func (UpdateModelFeatureFGFeatureRequestSequenceFeaturesSubFeatures) String added in v3.1.0

type UpdateModelFeatureFGFeatureResponse added in v3.1.0

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 added in v3.1.0

func (*UpdateModelFeatureFGFeatureResponse) SetBody added in v3.1.0

func (*UpdateModelFeatureFGFeatureResponse) SetHeaders added in v3.1.0

func (*UpdateModelFeatureFGFeatureResponse) SetStatusCode added in v3.1.0

func (UpdateModelFeatureFGFeatureResponse) String added in v3.1.0

type UpdateModelFeatureFGFeatureResponseBody added in v3.1.0

type UpdateModelFeatureFGFeatureResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (UpdateModelFeatureFGFeatureResponseBody) GoString added in v3.1.0

func (*UpdateModelFeatureFGFeatureResponseBody) SetRequestId added in v3.1.0

func (UpdateModelFeatureFGFeatureResponseBody) String added in v3.1.0

type UpdateModelFeatureFGInfoRequest added in v3.1.0

type UpdateModelFeatureFGInfoRequest struct {
	Content *string `json:"Content,omitempty" xml:"Content,omitempty"`
}

func (UpdateModelFeatureFGInfoRequest) GoString added in v3.1.0

func (*UpdateModelFeatureFGInfoRequest) SetContent added in v3.1.0

func (UpdateModelFeatureFGInfoRequest) String added in v3.1.0

type UpdateModelFeatureFGInfoResponse added in v3.1.0

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 added in v3.1.0

func (*UpdateModelFeatureFGInfoResponse) SetBody added in v3.1.0

func (*UpdateModelFeatureFGInfoResponse) SetHeaders added in v3.1.0

func (*UpdateModelFeatureFGInfoResponse) SetStatusCode added in v3.1.0

func (UpdateModelFeatureFGInfoResponse) String added in v3.1.0

type UpdateModelFeatureFGInfoResponseBody added in v3.1.0

type UpdateModelFeatureFGInfoResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
}

func (UpdateModelFeatureFGInfoResponseBody) GoString added in v3.1.0

func (*UpdateModelFeatureFGInfoResponseBody) SetRequestId added in v3.1.0

func (UpdateModelFeatureFGInfoResponseBody) String added in v3.1.0

type UpdateModelFeatureRequest

type UpdateModelFeatureRequest struct {
	Features               []*UpdateModelFeatureRequestFeatures `json:"Features,omitempty" xml:"Features,omitempty" type:"Repeated"`
	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 (*UpdateModelFeatureRequest) SetLabelTableId

func (*UpdateModelFeatureRequest) SetSequenceFeatureViewIds added in v3.0.1

func (s *UpdateModelFeatureRequest) SetSequenceFeatureViewIds(v []*string) *UpdateModelFeatureRequest

func (UpdateModelFeatureRequest) String

func (s UpdateModelFeatureRequest) String() string

type UpdateModelFeatureRequestFeatures

type UpdateModelFeatureRequestFeatures struct {
	AliasName     *string `json:"AliasName,omitempty" xml:"AliasName,omitempty"`
	FeatureViewId *string `json:"FeatureViewId,omitempty" xml:"FeatureViewId,omitempty"`
	Name          *string `json:"Name,omitempty" xml:"Name,omitempty"`
	Type          *string `json:"Type,omitempty" xml:"Type,omitempty"`
}

func (UpdateModelFeatureRequestFeatures) GoString

func (*UpdateModelFeatureRequestFeatures) SetAliasName

func (*UpdateModelFeatureRequestFeatures) SetFeatureViewId

func (*UpdateModelFeatureRequestFeatures) SetName

func (*UpdateModelFeatureRequestFeatures) SetType

func (UpdateModelFeatureRequestFeatures) 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 (*UpdateModelFeatureResponse) SetHeaders

func (*UpdateModelFeatureResponse) SetStatusCode

func (UpdateModelFeatureResponse) String

type UpdateModelFeatureResponseBody

type UpdateModelFeatureResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateModelFeatureResponseBody) GoString

func (*UpdateModelFeatureResponseBody) SetRequestId

func (UpdateModelFeatureResponseBody) String

type UpdateProjectRequest

type UpdateProjectRequest struct {
	Description *string `json:"Description,omitempty" xml:"Description,omitempty"`
	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 (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 (*UpdateProjectResponse) SetHeaders

func (*UpdateProjectResponse) SetStatusCode

func (s *UpdateProjectResponse) SetStatusCode(v int32) *UpdateProjectResponse

func (UpdateProjectResponse) String

func (s UpdateProjectResponse) String() string

type UpdateProjectResponseBody

type UpdateProjectResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (UpdateProjectResponseBody) GoString

func (s UpdateProjectResponseBody) GoString() string

func (*UpdateProjectResponseBody) SetRequestId

func (UpdateProjectResponseBody) String

func (s UpdateProjectResponseBody) String() string

type WriteFeatureViewTableRequest

type WriteFeatureViewTableRequest struct {
	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 (*WriteFeatureViewTableRequest) SetPartitions

func (s *WriteFeatureViewTableRequest) SetPartitions(v map[string]map[string]interface{}) *WriteFeatureViewTableRequest

func (WriteFeatureViewTableRequest) String

type WriteFeatureViewTableRequestUrlDatasource

type WriteFeatureViewTableRequestUrlDatasource struct {
	Delimiter  *string `json:"Delimiter,omitempty" xml:"Delimiter,omitempty"`
	OmitHeader *bool   `json:"OmitHeader,omitempty" xml:"OmitHeader,omitempty"`
	Path       *string `json:"Path,omitempty" xml:"Path,omitempty"`
}

func (WriteFeatureViewTableRequestUrlDatasource) GoString

func (*WriteFeatureViewTableRequestUrlDatasource) SetDelimiter

func (*WriteFeatureViewTableRequestUrlDatasource) SetOmitHeader

func (*WriteFeatureViewTableRequestUrlDatasource) SetPath

func (WriteFeatureViewTableRequestUrlDatasource) 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 (*WriteFeatureViewTableResponse) SetBody

func (*WriteFeatureViewTableResponse) SetHeaders

func (*WriteFeatureViewTableResponse) SetStatusCode

func (WriteFeatureViewTableResponse) String

type WriteFeatureViewTableResponseBody

type WriteFeatureViewTableResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
	TaskId    *string `json:"TaskId,omitempty" xml:"TaskId,omitempty"`
}

func (WriteFeatureViewTableResponseBody) GoString

func (*WriteFeatureViewTableResponseBody) SetRequestId

func (*WriteFeatureViewTableResponseBody) SetTaskId

func (WriteFeatureViewTableResponseBody) String

type WriteProjectFeatureEntityHotIdsRequest

type WriteProjectFeatureEntityHotIdsRequest struct {
	HotIds  *string `json:"HotIds,omitempty" xml:"HotIds,omitempty"`
	Version *string `json:"Version,omitempty" xml:"Version,omitempty"`
}

func (WriteProjectFeatureEntityHotIdsRequest) GoString

func (*WriteProjectFeatureEntityHotIdsRequest) SetHotIds

func (*WriteProjectFeatureEntityHotIdsRequest) SetVersion

func (WriteProjectFeatureEntityHotIdsRequest) String

type WriteProjectFeatureEntityHotIdsResponse

type WriteProjectFeatureEntityHotIdsResponse struct {
	Headers    map[string]*string                           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *WriteProjectFeatureEntityHotIdsResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (WriteProjectFeatureEntityHotIdsResponse) GoString

func (*WriteProjectFeatureEntityHotIdsResponse) SetHeaders

func (*WriteProjectFeatureEntityHotIdsResponse) SetStatusCode

func (WriteProjectFeatureEntityHotIdsResponse) String

type WriteProjectFeatureEntityHotIdsResponseBody

type WriteProjectFeatureEntityHotIdsResponseBody struct {
	RequestId *string `json:"RequestId,omitempty" xml:"RequestId,omitempty"`
}

func (WriteProjectFeatureEntityHotIdsResponseBody) GoString

func (*WriteProjectFeatureEntityHotIdsResponseBody) SetRequestId

func (WriteProjectFeatureEntityHotIdsResponseBody) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL