azure-docs-sdk-java/docs-ref-autogen/com.azure.messaging.eventgr...

215 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData"
name: "MachineLearningServicesRunCompletedEventData"
nameWithType: "MachineLearningServicesRunCompletedEventData"
summary: "Schema of the Data property of an Event<wbr>Grid<wbr>Event for a Microsoft.<wbr>Machine<wbr>Learning<wbr>Services.<wbr>Run<wbr>Completed event."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MachineLearningServicesRunCompletedEventData**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.MachineLearningServicesRunCompletedEventData()"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.MachineLearningServicesRunCompletedEventData()"
name: "MachineLearningServicesRunCompletedEventData()"
nameWithType: "MachineLearningServicesRunCompletedEventData.MachineLearningServicesRunCompletedEventData()"
summary: "Creates an instance of Machine<wbr>Learning<wbr>Services<wbr>Run<wbr>Completed<wbr>Event<wbr>Data class."
syntax: "public MachineLearningServicesRunCompletedEventData()"
desc: "Creates an instance of MachineLearningServicesRunCompletedEventData class."
methods:
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MachineLearningServicesRunCompletedEventData.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Machine<wbr>Learning<wbr>Services<wbr>Run<wbr>Completed<wbr>Event<wbr>Data from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static MachineLearningServicesRunCompletedEventData fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the MachineLearningServicesRunCompletedEventData."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of MachineLearningServicesRunCompletedEventData from the JsonReader."
returns:
description: "An instance of MachineLearningServicesRunCompletedEventData if the JsonReader was pointing to an instance\n of it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getExperimentId()"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getExperimentId()"
name: "getExperimentId()"
nameWithType: "MachineLearningServicesRunCompletedEventData.getExperimentId()"
summary: "Get the experiment<wbr>Id property: The ID of the experiment that the run belongs to."
syntax: "public String getExperimentId()"
desc: "Get the experimentId property: The ID of the experiment that the run belongs to."
returns:
description: "the experimentId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getExperimentName()"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getExperimentName()"
name: "getExperimentName()"
nameWithType: "MachineLearningServicesRunCompletedEventData.getExperimentName()"
summary: "Get the experiment<wbr>Name property: The name of the experiment that the run belongs to."
syntax: "public String getExperimentName()"
desc: "Get the experimentName property: The name of the experiment that the run belongs to."
returns:
description: "the experimentName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getRunId()"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getRunId()"
name: "getRunId()"
nameWithType: "MachineLearningServicesRunCompletedEventData.getRunId()"
summary: "Get the run<wbr>Id property: The ID of the Run that was completed."
syntax: "public String getRunId()"
desc: "Get the runId property: The ID of the Run that was completed."
returns:
description: "the runId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getRunProperties()"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getRunProperties()"
name: "getRunProperties()"
nameWithType: "MachineLearningServicesRunCompletedEventData.getRunProperties()"
summary: "Get the run<wbr>Properties property: The properties of the completed Run."
syntax: "public Object getRunProperties()"
desc: "Get the runProperties property: The properties of the completed Run."
returns:
description: "the runProperties value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getRunTags()"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getRunTags()"
name: "getRunTags()"
nameWithType: "MachineLearningServicesRunCompletedEventData.getRunTags()"
summary: "Get the run<wbr>Tags property: The tags of the completed Run."
syntax: "public Object getRunTags()"
desc: "Get the runTags property: The tags of the completed Run."
returns:
description: "the runTags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getRunType()"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.getRunType()"
name: "getRunType()"
nameWithType: "MachineLearningServicesRunCompletedEventData.getRunType()"
summary: "Get the run<wbr>Type property: The Run Type of the completed Run."
syntax: "public String getRunType()"
desc: "Get the runType property: The Run Type of the completed Run."
returns:
description: "the runType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setExperimentId(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setExperimentId(String experimentId)"
name: "setExperimentId(String experimentId)"
nameWithType: "MachineLearningServicesRunCompletedEventData.setExperimentId(String experimentId)"
summary: "Set the experiment<wbr>Id property: The ID of the experiment that the run belongs to."
parameters:
- description: "the experimentId value to set."
name: "experimentId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MachineLearningServicesRunCompletedEventData setExperimentId(String experimentId)"
desc: "Set the experimentId property: The ID of the experiment that the run belongs to."
returns:
description: "the MachineLearningServicesRunCompletedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setExperimentName(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setExperimentName(String experimentName)"
name: "setExperimentName(String experimentName)"
nameWithType: "MachineLearningServicesRunCompletedEventData.setExperimentName(String experimentName)"
summary: "Set the experiment<wbr>Name property: The name of the experiment that the run belongs to."
parameters:
- description: "the experimentName value to set."
name: "experimentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MachineLearningServicesRunCompletedEventData setExperimentName(String experimentName)"
desc: "Set the experimentName property: The name of the experiment that the run belongs to."
returns:
description: "the MachineLearningServicesRunCompletedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setRunId(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setRunId(String runId)"
name: "setRunId(String runId)"
nameWithType: "MachineLearningServicesRunCompletedEventData.setRunId(String runId)"
summary: "Set the run<wbr>Id property: The ID of the Run that was completed."
parameters:
- description: "the runId value to set."
name: "runId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MachineLearningServicesRunCompletedEventData setRunId(String runId)"
desc: "Set the runId property: The ID of the Run that was completed."
returns:
description: "the MachineLearningServicesRunCompletedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setRunProperties(java.lang.Object)"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setRunProperties(Object runProperties)"
name: "setRunProperties(Object runProperties)"
nameWithType: "MachineLearningServicesRunCompletedEventData.setRunProperties(Object runProperties)"
summary: "Set the run<wbr>Properties property: The properties of the completed Run."
parameters:
- description: "the runProperties value to set."
name: "runProperties"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public MachineLearningServicesRunCompletedEventData setRunProperties(Object runProperties)"
desc: "Set the runProperties property: The properties of the completed Run."
returns:
description: "the MachineLearningServicesRunCompletedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setRunTags(java.lang.Object)"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setRunTags(Object runTags)"
name: "setRunTags(Object runTags)"
nameWithType: "MachineLearningServicesRunCompletedEventData.setRunTags(Object runTags)"
summary: "Set the run<wbr>Tags property: The tags of the completed Run."
parameters:
- description: "the runTags value to set."
name: "runTags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
syntax: "public MachineLearningServicesRunCompletedEventData setRunTags(Object runTags)"
desc: "Set the runTags property: The tags of the completed Run."
returns:
description: "the MachineLearningServicesRunCompletedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setRunType(java.lang.String)"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.setRunType(String runType)"
name: "setRunType(String runType)"
nameWithType: "MachineLearningServicesRunCompletedEventData.setRunType(String runType)"
summary: "Set the run<wbr>Type property: The Run Type of the completed Run."
parameters:
- description: "the runType value to set."
name: "runType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MachineLearningServicesRunCompletedEventData setRunType(String runType)"
desc: "Set the runType property: The Run Type of the completed Run."
returns:
description: "the MachineLearningServicesRunCompletedEventData object itself."
type: "<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MachineLearningServicesRunCompletedEventData.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Schema of the Data property of an EventGridEvent for a Microsoft.MachineLearningServices.RunCompleted event."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData?alt=com.azure.messaging.eventgrid.systemevents.MachineLearningServicesRunCompletedEventData&text=MachineLearningServicesRunCompletedEventData\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.messaging.eventgrid.systemevents"
artifact: com.azure:azure-messaging-eventgrid:4.24.0