-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
577 additions
and
10 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
doc/apamadoc/apama/analyticsbuilder/framework/ModelCreateRequest.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<HTML lang="en"><!-- saved from url=(0014)about:internet --> | ||
|
||
<HEAD><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><TITLE>ModelCreateRequest</TITLE><META NAME="keywords" CONTENT="ModelCreateRequest event"><LINK REL="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle() | ||
{ | ||
parent.document.title="ModelCreateRequest"; | ||
} | ||
</SCRIPT><NOSCRIPT></NOSCRIPT></HEAD><BODY onload="windowTitle();"><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="" CLASS="NavBar"><TR><TD CLASS="NavBarCell2"><FONT SIZE="-2"><A target="_top" HREF="../../../index.html?apama/analyticsbuilder/framework/ModelCreateRequest.html"><B>FRAMES</B></A> | ||
|
||
<A target="_top" HREF="ModelCreateRequest.html"><B>NO FRAMES</B></A> | ||
<SCRIPT type="text/javascript"></SCRIPT><NOSCRIPT><A HREF="../../../alltypes-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD COLSPAN="2" CLASS="NavBarCell1"><TABLE BORDER="0" WIDTH="100%" CELLPADDING="0" CELLSPACING="3" SUMMARY=""><TR ALIGN="center" VALIGN="top"><TD CLASS="NavBarCell1"><A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> | ||
</TD><TD CLASS="NavBarCell1"><A HREF="../../..//apama/analyticsbuilder/framework/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A></TD><TD CLASS="NavBarCell1"><A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> | ||
</TD><TD CLASS="NavBarCell1"><A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT> | ||
</A></TD><TD CLASS="NavBarCell1" WIDTH="100%" ALIGN="RIGHT"><FONT CLASS="NavBarFont1"><B>Apama Analytics Builder</B></FONT></TD></TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN="3"><EM></EM></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">SUMMARY: IMPORT | <A HREF="#constant_summary">CONSTANT</A> | <A HREF="#member_summary">FIELD</A> | ACTION</FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: IMPORT | <A HREF="#constant_detail">CONSTANT</A> | <A HREF="#member_detail">FIELD</A> | ACTION</FONT></TD></TR></TABLE><HR><H2><FONT SIZE="-1">apama.analyticsbuilder.framework</FONT><BR>Event ModelCreateRequest</H2><HR> | ||
Request for creating (deploying) a model.<br><br> A ModelCreateResponse event is sent back with the same reqId with the result.<HR><A NAME="constant_summary"></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Constant summary</B></FONT></TH></TR><TR><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> constant string</CODE></FONT></TD><TD><CODE><B><A HREF="ModelCreateRequest.html#SEND_CHANNEL">SEND_CHANNEL</A> := "AnalyticsBuilder.ModelLifecycleManager"</B></CODE><br> | ||
<br>The channel to which this event must be sent.</TD></TR></TABLE> <A NAME="member_summary"></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR><TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"><B>Field summary</B></FONT></TH></TR><TR><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> integer</CODE></FONT></TD><TD><CODE><B><A HREF="ModelCreateRequest.html#reqId">reqId</A></B></CODE><br> | ||
<br>The request ID.</TD></TR><TR><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> string</CODE></FONT></TD><TD><CODE><B><A HREF="ModelCreateRequest.html#mId">mId</A></B></CODE><br> | ||
<br>The ID of the model or the template instance being deployed.</TD></TR><TR><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> dictionary<string, string></CODE></FONT></TD><TD><CODE><B><A HREF="ModelCreateRequest.html#params">params</A></B></CODE><br> | ||
<br>Other parameters for the models. Following parameters are supported: - name - name of the model. In case of template model instance, it is the name of the parent template model. - builderModel - the details of the model (blocks and its connection) - mode - mode of model deployment - modeProperties - mode specific properties - templateParameters - definition of the template parameters in case of template model instance. Missing in case of static model. - templateParameterValues - value of template parameters in case of template model instance. Missing in case of static model. - parentModelId - the ID of the parent model if it is a template instance. Currently unused.</TD></TR></TABLE> <A NAME="constant_detail"></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constant detail</B></FONT></TH></TR></TABLE> | ||
<A NAME="SEND_CHANNEL"></A><H3>SEND_CHANNEL</H3><PRE>constant string <B>SEND_CHANNEL := "AnalyticsBuilder.ModelLifecycleManager"</B></PRE> | ||
The channel to which this event must be sent.<HR><A NAME="member_detail"></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field detail</B></FONT></TH></TR></TABLE> | ||
<A NAME="mId"></A><H3>mId</H3><PRE>string <B>mId</B></PRE> | ||
The ID of the model or the template instance being deployed.<br><br> In case of a static model deployment, this will be the ID of the model. In case of deployment of an instance of a template model, this will be the ID of the instance.<br><br> This is the ID which is used for all lifecycle operations and tracking the model.<HR> | ||
<A NAME="params"></A><H3>params</H3><PRE>dictionary<string, string> <B>params</B></PRE> | ||
Other parameters for the models. Following parameters are supported: - name - name of the model. In case of template model instance, it is the name of the parent template model. - builderModel - the details of the model (blocks and its connection) - mode - mode of model deployment - modeProperties - mode specific properties - templateParameters - definition of the template parameters in case of template model instance. Missing in case of static model. - templateParameterValues - value of template parameters in case of template model instance. Missing in case of static model. - parentModelId - the ID of the parent model if it is a template instance. Currently unused.<HR> | ||
<A NAME="reqId"></A><H3>reqId</H3><PRE>integer <B>reqId</B></PRE> | ||
The request ID.<HR><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="" CLASS="NavBar"><TR><TD CLASS="NavBarCell2"><FONT SIZE="-2"><A target="_top" HREF="../../../index.html?apama/analyticsbuilder/framework/ModelCreateRequest.html"><B>FRAMES</B></A> | ||
|
||
<A target="_top" HREF="ModelCreateRequest.html"><B>NO FRAMES</B></A> | ||
<SCRIPT type="text/javascript"></SCRIPT><NOSCRIPT><A HREF="../../../alltypes-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD COLSPAN="2" CLASS="NavBarCell1"><TABLE BORDER="0" WIDTH="100%" CELLPADDING="0" CELLSPACING="3" SUMMARY=""><TR ALIGN="center" VALIGN="top"><TD CLASS="NavBarCell1"><A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> | ||
</TD><TD CLASS="NavBarCell1"><A HREF="../../..//apama/analyticsbuilder/framework/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A></TD><TD CLASS="NavBarCell1"><A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> | ||
</TD><TD CLASS="NavBarCell1"><A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT> | ||
</A></TD><TD CLASS="NavBarCell1" WIDTH="100%" ALIGN="RIGHT"><FONT CLASS="NavBarFont1"><B>Apama Analytics Builder</B></FONT></TD></TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN="3"><EM></EM></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">SUMMARY: IMPORT | <A HREF="#constant_summary">CONSTANT</A> | <A HREF="#member_summary">FIELD</A> | ACTION</FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: IMPORT | <A HREF="#constant_detail">CONSTANT</A> | <A HREF="#member_detail">FIELD</A> | ACTION</FONT></TD></TR></TABLE><HR></BODY></HTML> |
Oops, something went wrong.