Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:@coderabbitai #34

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
82 changes: 0 additions & 82 deletions src/libs/Instill/Generated/Instill.CreditClient.g.cs

This file was deleted.

35 changes: 0 additions & 35 deletions src/libs/Instill/Generated/Instill.IAppClient.g.cs

This file was deleted.

35 changes: 0 additions & 35 deletions src/libs/Instill/Generated/Instill.ICatalogClient.g.cs

This file was deleted.

35 changes: 0 additions & 35 deletions src/libs/Instill/Generated/Instill.IComponentClient.g.cs

This file was deleted.

35 changes: 0 additions & 35 deletions src/libs/Instill/Generated/Instill.IConversationClient.g.cs

This file was deleted.

118 changes: 14 additions & 104 deletions src/libs/Instill/Generated/Instill.IInstillClient.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,129 +32,39 @@ public partial interface IInstillClient : global::System.IDisposable


/// <summary>
/// User namespaces
/// Namespaces (e.g. User, Organization) that structure the resource hierarchy.
/// </summary>
public UserClient User { get; }
public x__NamespaceClient x__Namespace { get; }

/// <summary>
/// Organization namespaces
/// Pipeline orchestration in VDP (Versatile Data Pipeline).
/// </summary>
public OrganizationClient Organization { get; }
public x__VDPClient x__VDP { get; }

/// <summary>
/// Organization memberships
/// AI Model resources for MLOps/LLMOps.
/// </summary>
public MembershipClient Membership { get; }
public x__ModelClient x__Model { get; }

/// <summary>
/// API tokens
/// Data orchestration for unified unstructured data representation.
/// </summary>
public TokenClient Token { get; }
public x__ArtifactClient x__Artifact { get; }

/// <summary>
/// Subscriptions to pricing plans
/// Ready-to-use AI applications.
/// </summary>
public SubscriptionClient Subscription { get; }
public x__AppClient x__App { get; }

/// <summary>
/// Instill Credit
/// Resource usage metrics.
/// </summary>
public CreditClient Credit { get; }
public x__MetricsClient x__Metrics { get; }

/// <summary>
/// Usage metrics
/// Pricing plans on Instill Cloud.
/// </summary>
public MetricClient Metric { get; }

/// <summary>
/// Model regions
/// </summary>
public RegionClient Region { get; }

/// <summary>
/// Utils
/// </summary>
public UtilClient Util { get; }

/// <summary>
/// Components
/// </summary>
public ComponentClient Component { get; }

/// <summary>
/// Pipelines
/// </summary>
public PipelineClient Pipeline { get; }

/// <summary>
/// Pipeline Releases
/// </summary>
public PipelineReleaseClient PipelineRelease { get; }

/// <summary>
/// Pipeline Triggers
/// </summary>
public PipelineTriggerClient PipelineTrigger { get; }

/// <summary>
/// Namespace Secrets
/// </summary>
public SecretClient Secret { get; }

/// <summary>
/// Namespace Integrations
/// </summary>
public IntegrationClient Integration { get; }

/// <summary>
/// Model definitions
/// </summary>
public ModelDefinitionClient ModelDefinition { get; }

/// <summary>
/// Models
/// </summary>
public ModelClient Model { get; }

/// <summary>
/// Model versions
/// </summary>
public ModelVersionClient ModelVersion { get; }

/// <summary>
/// Model triggers
/// </summary>
public ModelTriggerClient ModelTrigger { get; }

/// <summary>
/// Catalogs
/// </summary>
public CatalogClient Catalog { get; }

/// <summary>
/// Objects
/// </summary>
public ObjectClient Object { get; }

/// <summary>
/// Apps
/// </summary>
public AppClient App { get; }

/// <summary>
/// Conversations
/// </summary>
public ConversationClient Conversation { get; }

/// <summary>
/// Messages
/// </summary>
public MessageClient Message { get; }

/// <summary>
/// Playgrounds
/// </summary>
public PlaygroundClient Playground { get; }
public x__SubscriptionClient x__Subscription { get; }

}
}
Loading
Loading